Commit Graph

5008 Commits

Author SHA1 Message Date
bienvenu%netscape.com
5b67c69e79 fix problems with notifications of msgs added and deleted failing, e.g., folder with new msgs not getting bolded r=varada sr=sspitzer a=asa 132118 2002-03-21 14:42:11 +00:00
darin%netscape.com
9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
jaggernaut%netscape.com
8f26b59dcb Bug 101723: security icon only works for the first tab
Bug 117203: Insecure POST warning only comes up for first tab
Bug 120043: Page Info shows information about a page in the first tab
r=sgehani, r=kaie/ddrinan (for security stuff), sr=sspitzer (for mail/news stuff), sr=hyatt, a=asa. Work based on patch by Smaug <smaug@jippii.fi>.
2002-03-20 09:57:35 +00:00
nhotta%netscape.com
b385b7c3d9 Changed GetTopmostMsgWindow to return the real top most in case more than one message windows,
bug 59229, r=ducarroa, sr=sspitzer, a=asa.
2002-03-19 21:57:07 +00:00
bienvenu%netscape.com
26c1716e82 fix reloading of pop3 truncated message while in standalone msg window r=cavin, sr=sspitzer, a=asa 127100 2002-03-19 15:25:57 +00:00
kaie%netscape.com
4e709fd3f6 b=52330 r=bienvenu sr=brendan a=dbaron
Support non-default SMTP Port
checking in for kye@gmx.de
2002-03-18 04:29:17 +00:00
ssu%netscape.com
ee85e50aed fixing bug 130982 - delete/move context menu command attempts to restore focus to invalid row. r=bhuvan sr=sspitzer 2002-03-16 03:12:58 +00:00
sspitzer%netscape.com
018d22cbdc fix for #129961. Enter in ab quick search textbox should search immediately.
also, remove duplicate code.
r=shliang, sr=bienvenu, a=asa
2002-03-15 05:26:15 +00:00
bienvenu%netscape.com
d5635c170d fix 129305 r=cavin, sr=sspitzer a=asa fix open folder in new window command 2002-03-15 00:21:25 +00:00
sspitzer%netscape.com
9053c2ce83 fix for accessibility bug #94802
r=ssu, sr=bienvenu, a=asa
space bar should toggle a filter's enabled state.

also, some clean up for my similar fix for #95212
(space bar should toggle the subscribed state)
2002-03-15 00:07:04 +00:00
sspitzer%netscape.com
a43acc68fa fix for #130162. next toolbar button doesn't do anything in std alone msg window.
r=ssu, sr=bienvenu, a=asa
2002-03-14 23:59:59 +00:00
sspitzer%netscape.com
71701fe96b fix for #126331. add "Compose" button to address book advanced search dialog.
r=ssu, sr=bienvenu, a=asa.
2002-03-14 23:39:57 +00:00
andreww%netscape.com
d2bc38bc28 bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0 2002-03-14 21:20:51 +00:00
srilatha%netscape.com
01b956d3a7 Fix for bug #86991. Create a folder in Local Folders instead of an account for the imported mail.
r=naving@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org
2002-03-14 21:09:47 +00:00
varada%netscape.com
73da3c3144 fix for 130761-able to enter smtp server in account creation;r=bhuvan;sr=dbienvenu;a=asa 2002-03-14 20:35:28 +00:00
ssu%netscape.com
f19d0ad6e5 fixing bug 30560 - right-clicking a mail message/folder should not display it. r=neil, sr=sspitzer, a=asa 2002-03-14 02:40:51 +00:00
stephend%netscape.com
2265f0ca4a Fixing bug 130367 and 130318. Bug 130367 - Pane and window title in prefs should read 'Composition' instead of 'Mail Composition'. r=jglick@netscape.com/robinf@netscape.com, sr=bienvenu@netscape.com, a=brendan@mozilla.org. Bug 130318 - Composition pref panel accesskeys are wrong case. r=bzbarsky@mit.edu, sr=bienvenu@netscape.com, a=brendan@mozilla.org 2002-03-14 01:55:11 +00:00
cavin%netscape.com
2d9017b586 Fix for #100385. Reset 3 control variables of nsMessengerMigrator object in turbo mode. r=bhuvav, sr=sspitzer, a=asa. 2002-03-14 00:51:46 +00:00
cavin%netscape.com
39ccdff075 Back out fix for 100385. 2002-03-13 22:36:24 +00:00
cavin%netscape.com
29025a0244 Fix for #100385. Reset 3 control variables of nsMessengerMigrator object in turbo mode. r=bhuvav, sr=sspitzer, a=asa. 2002-03-13 21:15:37 +00:00
sspitzer%netscape.com
e0be36c11e additional fix for #128962. pref UI work for MDN (return receipts)
NOT PART OF THE BUILD (yet)

fix the global prefs to match the 4.x global
prefs so that migration is a no-brainer.  fix the per account
prefs to be correct (wrt server or identity).  fix certain prefs to be
booleans, instead of ints.

r=shuelan, sr=bienvenu, a=shaver
2002-03-13 01:41:10 +00:00
sspitzer%netscape.com
515c190b5d fix for accessibility bug #95212. pressing space ball should toggle the subscribed state
when a newsgroup / folder is selected.
r=racham,sr=bienvenu,a=shaver
2002-03-13 01:29:53 +00:00
sspitzer%netscape.com
deef1f88e5 fix for #128500. don't select the quick search text when the timer fires.
r=sspitzer, sr=bienvenu, a=shaver.  fix by naving, who is on vacation.
2002-03-13 01:21:39 +00:00
seawood%netscape.com
ef015e206d Fix |Cannot use const char* to initialize char*| bustage with Sun Forte compilers.
Thanks to Pete Zha <pete.zha@sun.com> for the patch.
Bug #129533 r=Roland.Mainz a=asa
2002-03-12 23:49:23 +00:00
morse%netscape.com
a3db62d620 bug 128948, crash in password manager, r=racham, sr=jag, a=asa 2002-03-12 21:19:03 +00:00
timeless%mac.com
751ca6a031 Bug 123550 Toggling unread column doesn't properly toggle unread counts in name column
patch by neil@parkwaycc.co.uk r=timeless sr=sspitzer a=asa
2002-03-12 15:34:33 +00:00
sspitzer%netscape.com
5df1211858 fix for regression #129988 (that I caused).
next unread message (and other commands) should work when message pane has focus.
r=ducarroz,ssu sr=bienveu a=brendan.
2002-03-11 20:29:07 +00:00
hwaara%chello.se
e6f25f5c65 #121680, "Search Messages UI: missing some access keys/mnemonics"
r=andreww, sr=sspitzer, a=asa
2002-03-10 14:45:28 +00:00
varga%utcru.sk
c5809fc5fd Checking in for Neil <neil@parkwaycc.co.uk>
Fix for bug 107829. Clear QuickSearch, must select msg/folder pane to use Next/navig button/shortcuts.
r=naving, sr=sspitzer, a=asa
2002-03-09 12:22:50 +00:00
darin%netscape.com
15eddaa53e b=129539 "unescaping regression from fix for bug 124042" r/sr=sspitzer,mscott
a=asa
2002-03-09 00:44:15 +00:00
hwaara%chello.se
fee1474c44 #125272, "Stop(_h_) while search in progress" - Patch by neil@parkwaycc.co.uk
r=naving, sr=sspitzer, a=asa
2002-03-08 22:38:44 +00:00
shliang%netscape.com
1ac973bd03 128962 - pref panel for MDN return receipts - not part of build - r/sr=sspitzer,a=asa 2002-03-08 22:17:03 +00:00
shliang%netscape.com
653cb03182 92522 - cancel button in offline dialog does not cancel - r=bhuvan,sr=sspitzer,a=asa 2002-03-08 21:55:55 +00:00
racham%netscape.com
bb266214b0 Fixing bugs 122932 and 113488. Fixing the serevr page in mailnews accountwizard to avoid vertical scroll bars in classic skin and also to remove group boxes on that page. r=ssu, sr=blake, a=asa 2002-03-08 21:22:17 +00:00
sspitzer%netscape.com
62c329115a fix for #128101. still more scenarios where entering text in the
quick search text field executes commands.  r=ssu,hwaara sr=bienvenu a=asa
2002-03-08 21:13:40 +00:00
nhotta%netscape.com
e910a4175a Changed NS_MsgStripRE, decode MIME encoded header before parsing for "Re:",
and encode the data back after "Re:" is stipped,
bug 21267, r=bienvenu, sr=sspitzer, a=asa.
2002-03-08 20:13:23 +00:00
bienvenu%netscape.com
eab013dd57 remove copy folder location menu item from server context menus r=hwaara, sr=sspitzer 129557 2002-03-08 14:52:39 +00:00
bienvenu%netscape.com
6bb9918106 fix 104020 and 119592 problems with sending offline notification after socket transport shutdown so add a new notification sent before that r=ccarlen sr=sspitzer a=asa 2002-03-08 14:51:00 +00:00
racham%netscape.com
91d9335dba Fixing bug 109997. Landing on the trunk (already landed on 099 branch). Fixing the Mailnews accountwizard's first page to display the radio item selection as expected. r=hewitt, sr=blake, a=asa 2002-03-06 23:04:19 +00:00
naving%netscape.com
bfdfbf2510 missed one file from last checkin 2002-03-06 22:24:50 +00:00
naving%netscape.com
4a8c79427b 107033 r=bienvenu sr=mscott a=asa Made the dbView hold a weak reference to searchSession object so that
it can match new hdrs before adding them to quick search view.
2002-03-06 22:23:06 +00:00
ssu%netscape.com
9906e837b8 checking in patch for yokoyama@netscape.com. fixes bug 93107 - Save Attachment dialogs title located in msgbase.dll. r=ssu, sr=mscott, a=asa 2002-03-06 22:17:22 +00:00
hwaara%chello.se
a8cf28746b #40761, "Make the filters UI accessible"
r=ssu, sr=sspitzer, a=asa
2002-03-06 22:03:47 +00:00
varada%netscape.com
4130e33016 fix for bug 112714;making filter dialogs modal;r=naving;sr=dbienvenu;a=asa 2002-03-06 22:02:06 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
bienvenu%netscape.com
cc20b87560 make clicking on a news or imap url load the folder/newsgroup r=naving, sr=sspitzer a=asa 112105 2002-03-06 01:44:07 +00:00
bienvenu%netscape.com
4ef2e4c499 add copy folder location menu item r=naving, sr=sspitzer a=asa 112105 2002-03-06 01:29:56 +00:00
sspitzer%netscape.com
76995cb4d8 fix for #73995. hide the print engine xul window when printing.
it really confuses users, who think maybe it's a print preview dialog.
this hiding piggy backs on the work of ducarroz and rods for bug #109081
also, fix the interCaps of the interface while I'm here.
thanks to rods for the initial patch.  r=ducarroz, sr=bienvenu, a=asa
2002-03-06 00:53:45 +00:00
nhotta%netscape.com
97b33d4e03 Adding a check after the conversion to check the consumed length, changed nsMsgI18N7bit_data_part,
bug 128908, r=ducarroz, sr=sspitzer, a=asa.
2002-03-05 23:57:01 +00:00
ssu%netscape.com
6e6140dd78 fixing bug 126609 - Labels pref page could need some cleanup. r=racham sr=mscott a=asa. 2002-03-05 23:13:32 +00:00