Commit Graph

1009 Commits

Author SHA1 Message Date
waterson%netscape.com
f81a670034 Use if-else instead of ?: because VC5.0 is stupid. 1999-07-02 04:18:59 +00:00
sspitzer%netscape.com
e8c8e1b5e2 cast to fix build bustage 1999-07-02 04:15:38 +00:00
alecf%netscape.com
16fa7913df forgot to export these files 1999-07-02 04:00:54 +00:00
alecf%netscape.com
1cd319b842 added files: mozilla/mailnews/base/search/public/nsIMsgFilter.idl, mozilla/mailnews/base/search/public/nsIMsgFilterHitNotify.idl, mozilla/mailnews/base/search/public/nsIMsgFilterList.idl, mozilla/mailnews/base/search/public/nsIMsgFilterService.idl, mozilla/mailnews/base/search/public/nsIMsgSearchAdapter.idl, mozilla/mailnews/base/search/public/nsIMsgSearchSession.idl, mozilla/mailnews/base/search/public/nsMsgFilterCore.idl, mozilla/mailnews/base/search/public/nsMsgSearchCore.idl 1999-07-02 02:34:19 +00:00
alecf%netscape.com
3b1a9a9aa8 XPIDLize the search backend so we can put a UI on top of it. 1999-07-02 02:33:39 +00:00
alecf%netscape.com
eff4d61ee0 check in next round of wizard changes - add some CSS to make the dialogs consistent, etc 1999-07-02 02:20:25 +00:00
jefft%netscape.com
db6e8d80cb remove not needed ClearRequest() call in CopyFileMessage() which causes crash 1999-07-02 00:07:48 +00:00
putterman%netscape.com
1d8ec159f2 Reload the thread pane when we set the character set. 1999-07-01 22:21:28 +00:00
putterman%netscape.com
10a036778c Protect again null ptrs. 1999-07-01 22:13:13 +00:00
ducarroz%netscape.com
4db91e5644 Look for the default value when a pref doesn't exist. Fix problem with actual code, we passed the wrong name to GetDefaultName. 1999-07-01 21:56:54 +00:00
putterman%netscape.com
a0ad4e5808 Get rid of nsCOMPtr assertions related to deleting a message. 1999-07-01 19:59:08 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
jefft%netscape.com
49fce751a4 fixed memory leak using nsISupportsArray 1999-07-01 18:30:52 +00:00
jefft%netscape.com
0161a880c0 back out checking for pMsgDBHdr 1999-07-01 18:27:10 +00:00
jefft%netscape.com
dfa8e3d02e check pMsgDBHdr to prevent crash 1999-07-01 18:12:29 +00:00
jefft%netscape.com
35e49cea10 use nsISupportsArray instead of nsVoidArray 1999-07-01 18:11:41 +00:00
rhp%netscape.com
753a4fb8ec Changes for plain text quoting 1999-07-01 18:08:05 +00:00
jefft%netscape.com
20f1d6c957 turn on copy service for pop3 1999-07-01 14:46:42 +00:00
jefft%netscape.com
efb23db7f6 enable Undo/Redo 1999-07-01 14:45:31 +00:00
alecf%netscape.com
25a04b44bb add useful function and do a try/catch in case there is an erorr 1999-07-01 06:17:32 +00:00
alecf%netscape.com
dcd3ff6626 explain what these nsISupportsArrays have in them 1999-07-01 06:15:06 +00:00
sspitzer%netscape.com
dc1ba6945d add support for unread set. still working on this. 1999-07-01 06:13:06 +00:00
alecf%netscape.com
bd80164a02 move hardcoded progid strings into a seperate header file 1999-07-01 06:01:39 +00:00
alecf%netscape.com
4a8f501b27 document, document, document these interfaces, just a bit 1999-07-01 06:00:55 +00:00
alecf%netscape.com
bf3d729664 initialize these variables to null! 1999-07-01 05:47:56 +00:00
putterman%netscape.com
3f0119ce03 Use nsCOMTypeInfo 1999-07-01 00:16:39 +00:00
putterman%netscape.com
1cc1ef36f3 Use nsCOMTypeInfo 1999-07-01 00:07:42 +00:00
bienvenu%netscape.com
b1301ddd69 check for ISupports in QI 1999-06-30 23:20:34 +00:00
ducarroz%netscape.com
9c8e49df80 Replace time_t by PRTime 1999-06-30 21:04:29 +00:00
putterman%netscape.com
15a6b66800 Add supports to the array rather than a message or folder. 1999-06-30 20:03:48 +00:00
bienvenu%netscape.com
35d805638d add subject attribute 1999-06-30 19:45:03 +00:00
bienvenu%netscape.com
8720051ca1 make sure we get folder before dereffing 1999-06-30 19:44:44 +00:00
bienvenu%netscape.com
c95c67e1d4 check for null before releasing 1999-06-30 03:45:17 +00:00
bienvenu%netscape.com
65ea3cd87f add check for allocation failure 1999-06-30 00:11:02 +00:00
alecf%netscape.com
8e26e4a37e fix memory allocation problems, C++ warning, and newlines at the end of files 1999-06-29 21:19:05 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
putterman%netscape.com
63297da5cd Remove scrollbars from trees. 1999-06-29 20:51:21 +00:00
putterman%netscape.com
4d3e1bacc2 Implement HasAssertion. This will fix Messenger's part of making Mark Read work. 1999-06-29 20:11:13 +00:00
sspitzer%netscape.com
8d0bd37571 nsISupportsArray was somehow not scripting. By now including nsISupportsArray.idl in all of the interface files, we now have the IID for this interface 1999-06-29 19:45:19 +00:00
mcafee%netscape.com
644ece7b3e BeOS changes 1999-06-29 09:19:14 +00:00
sspitzer%netscape.com
58461b8fc0 wrap the derefernce with a check for null 1999-06-29 06:02:41 +00:00
alecf%netscape.com
1325d1187f for now, use GetCurrentIdentity hack when SendMessagesLater gets fired 1999-06-29 05:07:12 +00:00
alecf%netscape.com
386c052ce9 - make sure account keys are unique
- add method GetIdentityByKey that's needed by compose
1999-06-29 03:36:25 +00:00
alecf%netscape.com
687601d166 - make getCharPref() return null when there is no such pref, instead of returning an error
- make identityName default to Full Name <email@address.com> if the identityName is missing
1999-06-29 02:59:06 +00:00
putterman%netscape.com
a2efda1874 Implement RemoveServer 1999-06-29 02:49:29 +00:00
putterman%netscape.com
eed8630e77 UnloadAccounts. 1999-06-29 02:49:15 +00:00
putterman%netscape.com
5fd99cd3de Release a ref on the server. 1999-06-29 02:48:58 +00:00
putterman%netscape.com
33f1df0385 Shutdown unregisters services. 1999-06-29 02:48:40 +00:00
putterman%netscape.com
584f09f36c Query Interface can handle nsISupports. 1999-06-29 02:48:12 +00:00
putterman%netscape.com
c7a25115fb Add UnloadAccounts 1999-06-29 02:47:49 +00:00