Commit Graph

11024 Commits

Author SHA1 Message Date
eddyk%netscape.com
858b384ca6 bug 85335: Disk Space UI Elements need to be lockable.
r=dianesun sr=sspitzer
Fix to js code to handle non-pref-locked disable and pref-locked disable cases.
2001-08-10 19:35:08 +00:00
stephend%netscape.com
c154219488 94702. Mail & News messengerWindow.Title should be 'Mail & News'. Patch by Bradley Hart <bhart00@yahoo.com>. r=stephend@netscape.com sr=sspitzer 2001-08-10 19:04:49 +00:00
varada%netscape.com
1a418f5c1c fix for 94335;window title should reflect subject line;sr=sspitzer 2001-08-10 18:56:05 +00:00
sspitzer%netscape.com
343082f44e fix for #86556. instead of throwing up an alert that says "Unknown Error 800004005"
we do nothing.  in debug builds, we assert.  r/sr=mscott
2001-08-10 18:54:23 +00:00
ducarroz%netscape.com
676326c5ce Fix for bug 90158. Move open progress dialog after we check for char encoding. R=varada, SR=sspitzer 2001-08-10 18:31:16 +00:00
bienvenu%netscape.com
52dade5132 fix for moving local messages/compacting local folders slow on linux 94602 rs=sspitzer 2001-08-10 14:05:29 +00:00
blakeross%telocity.com
535ae3f0b8 backing out two changes that weren't supposed to happen. 2001-08-10 04:22:52 +00:00
blakeross%telocity.com
89abd9c18a Addressbook window: Print Plus is last item in file menu (94658, bugscape bug 5880). r=kerz sr=ben 2001-08-10 04:18:38 +00:00
sspitzer%netscape.com
a2eaffb65e fix for #94461. account picker in filter dialog should have icons.
r/sr=bienvenu
2001-08-09 08:38:28 +00:00
sspitzer%netscape.com
14f8f478f9 fix some minor news related status bar bugs when updating the unread counts.
#37767 and #52273.  r/sr=bienvenu
2001-08-09 08:05:52 +00:00
hewitt%netscape.com
af7f16666d 84809 - autocomplete prefs customization, r=matt, sr=blake 2001-08-09 06:41:11 +00:00
sspitzer%netscape.com
819513506c don't hardcode "Open" and "Save" in the attachment save menu.
#93275 r/sr=mscott.
2001-08-09 04:11:42 +00:00
sspitzer%netscape.com
f416f85a44 remove unused ignore="MessageChild" cruft. #93011. rs=bienvenu 2001-08-09 03:41:13 +00:00
sspitzer%netscape.com
6e541c5f38 remove unused ignore="MessageChild" cruft. #93011. rs=bienvenu 2001-08-09 03:30:50 +00:00
sspitzer%netscape.com
7ab1c97829 fix for some minor subscribe column issues. #94259 r/sr=bienvenu 2001-08-09 03:21:32 +00:00
naving%netscape.com
7fd9ae9b7f 87960 r=bienvenu sr=sspitzer, fix a major leak in mail search window. There was a circular reference for
nsMsgSearchSession object. Used nsWeakPtr to break it.
2001-08-09 03:18:09 +00:00
sspitzer%netscape.com
89d2112b5b fix for #39862. backend support for push (force) authentication for news.
sorry, no UI yet.  thanks to ayn2@cornell.edu for the patch.
r/sr=sspitzer
2001-08-09 03:06:58 +00:00
dianesun%netscape.com
3d1f522294 Fix for bug 94406(File|Offline|Menu item not working for standalone msg). r=mohanb, sr=sspitzer 2001-08-09 01:16:45 +00:00
bienvenu%netscape.com
62d3c3bda8 back out andreas local mail change for fix for 40670, it breaks local mail r=me 2001-08-08 14:15:40 +00:00
stephend%netscape.com
2c44e3668e 94020. 'Mail' into 'Mail & News'. r=timeless, sr=ben (correct fix this time) 2001-08-08 08:10:46 +00:00
suresh%netscape.com
45f1c4c22d fixing mail breakage. sr=naving. 2001-08-08 07:10:13 +00:00
timeless%mac.com
2d20db3697 Bugzilla Bug 94037 M&N prefs panel: change 'Mail' to 'Mail & News'
by stephend@netscape.com r=jglick/robinf/timeless sr=blake
2001-08-08 04:14:13 +00:00
naving%netscape.com
a7ee915b06 94226 r/sr=bienvenu. Use NS_IF_RELEASE to destroy m_newMailParser and refcount m_newMailParser 2001-08-08 04:01:19 +00:00
dianesun%netscape.com
e40483a471 Fix to bug 80134(Gui refresh problem). R=eddyk, SR=sspitzer 2001-08-08 00:13:17 +00:00
andreas.otte%primus-online.de
6917b5d061 bug 40670 [URL: resolution of protocol:/path] checking in the groundwork to have an easy fix if we ever decide to support these kind of deprecated relative urls. For that a new attribute URIType is added to nsIProtocolHandler and its implementations to store some protocol/scheme dependend information to have enough information to allow correct parsing. r=darin@netscape.com sr=rpotts@netscape.com 2001-08-07 20:42:57 +00:00
naving%netscape.com
daaf8a6db8 72466 r=cavin sr=sspitzer Do not search the folders-only folder for UW:IMAP servers. 2001-08-07 20:13:30 +00:00
bienvenu%netscape.com
e8e3bf038c fix duplicate imap header problem, rs=sspitzer 93537 2001-08-07 18:47:50 +00:00
cavin%netscape.com
c33416d4df Bug 64119: Use platform's charset if the msgs to be imported don't specify one. r=sspitzer, sr=mscott. 2001-08-07 18:07:42 +00:00
sspitzer%netscape.com
a26ec78d01 fix for #94067. catch the js exception we get when there is no default account.
this happens the first time you use the account wizard on a new profile.
r/sr=bienvenu
2001-08-07 06:04:01 +00:00
naving%netscape.com
a1e20d9664 93964 r/sr=bienvenu. UMR problem, initialize the boolean 2001-08-07 01:46:54 +00:00
mscott%netscape.com
4dcfdaf396 Bug #8170 --> force the mime engine to use the category manager when creating emitter objects. This allows people
to over ride libmime with their own emitters.
r=ducarroz
sr=bienvenu
2001-08-06 22:19:31 +00:00
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
sspitzer%netscape.com
cbe5f49aa6 back end changes for "POP over SSL". bug #68516.
thanks to kai.engert@gmx.de for the patch.  r=sspitzer, sr=mscott
2001-08-06 20:12:31 +00:00
stephend%netscape.com
8b5af6f5ba Reverting bug 89624's last checkin to the original intent (misunderstanding noted in the bug). r=varada, sr=blake 2001-08-06 18:00:24 +00:00
stephend%netscape.com
e6000e93e6 Typo in checkin for bug 89624 (Blake's message compose perf patch) r=varada, sr=sspitzer, rs=sfraser (for this typo's checkin) 2001-08-06 17:49:45 +00:00
mkaply%us.ibm.com
4047a34c41 OS/2 bustage - PR_CALLBACK 2001-08-05 13:46:27 +00:00
mkaply%us.ibm.com
131300ed5b OS/2 build bustage - PR_CALLBACK 2001-08-05 01:22:20 +00:00
dmose%netscape.com
bf85eabd23 2nd try at appeasing GCC 2.7.2 and thus fix Solaris build bustage, this time using .get() 2001-08-04 21:13:03 +00:00
dmose%netscape.com
6b5a4285a0 Atempt to appease GCC 2.7.2 and thus fix Solaris build bustage with some static casts. 2001-08-04 20:23:19 +00:00
dmose%netscape.com
eb07f987fc Land LDAP/MAPI addrbook changes (bug 78933). Patch by paul.sandoz@ireland.sun.com, martin.maher@ireland.sun.com, john.marmion@ireland.sun.com et al. r=chuang@netscape.com,dmose@netscape.com; sr=mscott@netscape.com 2001-08-04 19:31:13 +00:00
hewitt%netscape.com
3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
varada%netscape.com
24832ab15a removing pref for updating compose window title ;part of blake's patch in bug#89624;r=varada;sr=sspitzer 2001-08-04 00:04:46 +00:00
varada%netscape.com
58c2cb97b7 improving mail compose window performance;checking blake's patch for bug#89624; r=varada; sr=sspitzer 2001-08-04 00:03:18 +00:00
naving%netscape.com
f09ea42fb4 88889 r/sr=bienvenu. Prevent some potential leaks of imap/local folders and nsITransactionManager. Also
prevent one case where empty hdrs can be created for local folders (86489).
2001-08-03 21:46:57 +00:00
bienvenu%netscape.com
18de2af2e0 make saving imap draft offline work, r=naving, sr=sspitzer 64417 2001-08-03 20:56:36 +00:00
bienvenu%netscape.com
27db932f52 fix problem getting selected/flagged imap messages for offline use when they're large messages r=naving, sr=sspitzer 91679 2001-08-03 13:25:51 +00:00
dianesun%netscape.com
e85024b972 Fixes to bugs 87177, 91560, 86014, 81321. R=bhuvan, hwaara, eddyk, SR=sspitzer 2001-08-03 00:02:25 +00:00
chuang%netscape.com
b201cef7d7 Bug 91594 Consistent crash for me when trying to add address card, r=ducarroz, sr=mscott 2001-08-02 21:42:59 +00:00
bienvenu%netscape.com
a7b7eee5a5 more work on syncing news read state between db and newsrc r=naving, sr=sspitzer 79130 2001-08-02 13:43:52 +00:00
bienvenu%netscape.com
6d26c1a704 back out fix for 92873 - it causes a crash sending messages 2001-08-02 13:40:19 +00:00