scott%scott-macgregor.org
40a570e261
Bug #284144 --> First cut at the new Preferences UI for Thunderbird.
...
the options command line handler needs to use preferences.xul not pref.xul
2005-03-07 22:53:27 +00:00
scott%scott-macgregor.org
99b40def86
Bug #284973 --> Don't focus the SMTP Server List when we first load the smtp panel in the account manager. That's bad accessibility behavior.
2005-03-06 06:13:05 +00:00
scott%scott-macgregor.org
a72a835d7b
Bug #284926 --> SMTPs listed in "Outgoing Server" on "Account Settings" panel increases on every account switch (problem in fix for bug 202468)
2005-03-06 06:04:34 +00:00
scott%scott-macgregor.org
4d8879933e
Bug #284911 --> "Default" text label is higher than "Port" in the SMTP edit window. Fall out from the new SMTP server
...
UI.
Patch by bugzilla@mcsmurf.de
2005-03-06 05:55:22 +00:00
bienvenu%nventure.com
cd9815cf7a
fix 274800 clicking on imap draft saved offline causes problems, sr=mscott
2005-03-05 01:02:33 +00:00
neil%parkwaycc.co.uk
56fe970818
Bug 284798 Advanced button should be hidden for news servers sr=mscott
2005-03-04 21:44:40 +00:00
scott%scott-macgregor.org
de85c4385c
Bug #202468 --> forgot a locale file change for seamonkey
2005-03-04 20:22:05 +00:00
scott%scott-macgregor.org
ba82559445
Bug #202468 --> New SMTP Account Settings UI.
...
Make it easier to manage multiple SMTP servers.
Add the ability to set unique smtp servers for each identity associated with an account.
r=neil
sr=bienvenu
2005-03-03 18:08:47 +00:00
bienvenu%nventure.com
ae414451b4
fix 2920 support for deleting and detaching attachments, sr=mscott
2005-03-02 15:25:16 +00:00
bienvenu%nventure.com
cb9e3e9daa
fix 275270 .sbd folders created for every mail folder, sr=mscott
2005-03-02 01:05:13 +00:00
scott%scott-macgregor.org
c1d3479dd0
Bug #278176 --> Make Thunderbird's content policy manager more strict about the kinds of urls it allows
...
before it decides to put up the remote content bar in mail messages.
sr=bienvenu
2005-02-26 00:26:29 +00:00
bsmedberg%covad.net
361daac936
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
shaver%mozilla.org
8641cb44c5
Bug 283223: stop creating new accounts from nsAccountManager::GetAccount if no
...
account is found matching the provided key (preferring to return null instead).
r=bienvenu,sr=mscott.
2005-02-25 13:59:22 +00:00
shaver%mozilla.org
8dec2c4876
backing out my checkin for 283223 due to insufficient review, blush
2005-02-25 01:12:20 +00:00
shaver%mozilla.org
1f8b673987
Bug 283223: don't create a dummy account if we nsMsgAccountManager::GetAccount
...
doesn't find an existing one. r=bienvenu.
2005-02-25 01:05:41 +00:00
jshin%mailaps.org
76d4b71659
bug 254740 : mailnews quick search is case sensitive with non-ASCII characters (r=neil, sr=bienvenu)
2005-02-24 15:50:57 +00:00
bzbarsky%mit.edu
d029903af6
Remove the parentURIContentListener attribute on docshell; people not using
...
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent. Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
bryner%brianryner.com
f6b8fec0c7
Clean up xpfe/appshell, removing nsIWebShellWindow in the process. Bug 282200, r=danm, sr=bzbarsky.
2005-02-19 22:42:01 +00:00
neil%parkwaycc.co.uk
8f1cb60ab6
Bug 273311 Deleting an account/identity/server also deletes some higher numbered accounts/identities/servers p=t.bugz@lament.cjb.net r=me sr=bienvenu
2005-02-18 11:19:10 +00:00
neil%parkwaycc.co.uk
d63c6e78e8
Removing unused variables b=90905 p=gautheri@noos.fr r=me sr=dmose a=asa
2005-02-16 11:50:13 +00:00
scott%scott-macgregor.org
95dc027143
Bug #272130 --> Thunderbird Trunk crash in [@ nsMsgContentPolicy::ShouldLoad]
...
add a null ptr check
sr=bienvenu
2005-02-15 04:25:48 +00:00
scott%scott-macgregor.org
38ca496c7d
Bug #282174 --> Podcasting support for Thunderbird
...
Add a custom mime part header that specifies a URL for the attachment. This mime header is used by Thunderbird's RSS reader
and eventually by the code to handle storing attachments separately from the message.
Removes an obsolete attachment attribute called notDownloaded and replaces it with isExternalAttachment.
sr=bienvenu
a=sspitzer
2005-02-15 00:31:07 +00:00
neil%parkwaycc.co.uk
95b05680a5
Bug 262885 JavaScript strict warning: assignment to undeclared variable p=gautheri@noos.fr r=me sr=dmose a=caillon
2005-02-15 00:13:52 +00:00
bienvenu%nventure.com
1d9d9b78ac
add ability to copy local folders to imap servers, r/sr=mscott, a=sspitzer 235013
2005-02-14 19:56:49 +00:00
bienvenu%nventure.com
24c462cf43
fix solaris build bustage, a=sspitzer 288180
2005-02-11 16:11:17 +00:00
bienvenu%nventure.com
1653b73c2b
back out front end part of fix for 2920, stripping of mime attachments, didn't mean to check that part in
2005-02-09 05:38:29 +00:00
bienvenu%nventure.com
799dd49e46
back end work for stripping mime attachments from messages, sr=mscott 2920
2005-02-09 01:40:24 +00:00
bienvenu%nventure.com
e78c5b40a6
fix regression downloading pop3 mail on startup introduced by fixing js warning, 270343, sr=mscott
2005-02-08 18:26:09 +00:00
bienvenu%nventure.com
75459e1ddf
fix 218902, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott add TLS support to POP3, and account settings UI for IMAP and POP3
2005-02-08 17:01:47 +00:00
timeless%mozdev.org
98da147dcf
Bug 280743 Headers lack chrome - gCollapsedHeaderList has no properties
...
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2005-02-07 19:09:02 +00:00
bienvenu%nventure.com
72f6c687d5
fix 270343 js warning about undefined property reference, sr=neil
2005-02-07 18:34:17 +00:00
cbiesinger%web.de
40888bf15f
Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
...
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
bryner%brianryner.com
ed870113ca
Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.
2005-02-04 21:10:45 +00:00
bienvenu%nventure.com
bac7386c13
potential fix for 280382 compacting local folder fails if .msf file is out of sync with mailbox file, sr=mscott
2005-02-04 17:42:56 +00:00
bienvenu%nventure.com
0b7fd0e665
fix 166111 patch by ch.ey@gmx.net, r=bienvenu, sr=mscott fix handling of downloading of pop3 messages with non-standard line endings
2005-02-04 15:45:56 +00:00
bienvenu%nventure.com
4581a102b0
fix 253109, for seamonkey, make identity smart logic case insensitive, patch by ch.ey@gmx.net, r=mscott, sr=me
2005-02-02 17:47:25 +00:00
roc+%cs.cmu.edu
e5be3653c9
Bug 269369. Use a better string to describe the Movemail protocol. r=bienvenu,sr=dmose, patch by Wolfgang Rosenauer
2005-02-02 01:05:13 +00:00
bienvenu%nventure.com
7d0d2ee0bc
add hidden pref to write downloaded pop3 mail to temp file first, to let virus checkers have a shot before they delete the whole mail folder, sr=mscott 116443
2005-02-01 17:30:33 +00:00
bienvenu%nventure.com
1e70ab26d7
fix news timeouts, sr=mscott 189363
2005-02-01 17:21:33 +00:00
scott%scott-macgregor.org
e0257e0350
Bug #280250 --> fix a JS error caused by the 280250
2005-02-01 16:54:56 +00:00
gerv%gerv.net
c9e600ac91
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 15:28:15 +00:00
neil%parkwaycc.co.uk
731ce1a461
JavaScript strict warnings: redeclaration of var account and function onOk does not always return a value b=275107 p=gautheri@noos.fr r=me sr=dmose
2005-02-01 14:57:49 +00:00
neil%parkwaycc.co.uk
4badf0062f
JavaScript strict warning: assignment to undeclared variable gServer b=275107 p=gautheri@noos.fr r=me sr=dmose
2005-02-01 14:55:09 +00:00
neil%parkwaycc.co.uk
040547fee7
Bug 248276 JavaScript strict warning: redeclaration of var account p=gautheri@noos.fr r=me sr=dmose
2005-02-01 14:49:27 +00:00
gerv%gerv.net
1089888bdd
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 14:46:21 +00:00
scott%scott-macgregor.org
cbbf6240a7
Bug #280250 --> Run junk mail controls on Folder doesn't work.
...
Patch by Eyal Rozenberg
sr=bienvenu
r=mscott
2005-01-31 22:21:48 +00:00
scott%scott-macgregor.org
e8ededbd38
Bug #111381 --> Freeing mismatched memory in free. Patch by mikael@parknert.se
...
sr=bienvenu
r=mscott
2005-01-31 21:53:47 +00:00
bienvenu%nventure.com
da6f7a67f7
add timeout handling to core mailnews protocols, sr=mscott, 189363
2005-01-31 19:51:11 +00:00
cst%andrew.cmu.edu
dd66f98c9b
Bug 266289 nsIAlertsService should use AString instead of wstring
...
r=mscott sr=neil
2005-01-29 01:09:51 +00:00
cst%andrew.cmu.edu
19d6f0e3fc
Bug 266289 nsIAlertsService should use AString instead of wstring
...
r=mscott sr=neil
2005-01-29 01:04:32 +00:00
timeless%mozdev.org
c05ca78e14
Bug 226005 MailNews should use the newer nsIPrefService APIs instead of nsIPref
...
patch by mikael@parknert.se r=neil sr=darin
2005-01-26 21:27:36 +00:00
bienvenu%nventure.com
65ad4299f9
support IMAP TLS 60377 sr=mscott
2005-01-24 17:29:05 +00:00
scott%scott-macgregor.org
29c156a622
Bug #217448 --> Port new mail notification for Mac OS X from the aviary branch to the thunderbird trunk.
2005-01-21 22:26:32 +00:00
Stefan.Borggraefe%gmx.de
fb99ddb54f
Add LOCALIZATION NOTE for an UI text that is split in two entities (follow-up checkin for bug 231428)
...
r=kairo, sr=bienvenu
2005-01-21 00:21:40 +00:00
dbaron%dbaron.org
95df4cb990
Re-remove files that were checked into after being cvs removed to restore things to a consistent state. (These files were in Attic but not in the cvs 'dead' state, so they appeared when checking out by date.)
2005-01-19 22:48:57 +00:00
Stefan.Borggraefe%gmx.de
a1c9d9557f
Bug 231428 UI for "mark messages read after displaying for ___ seconds"
...
r=neil, sr=bienvenu
2005-01-19 22:15:58 +00:00
scott%scott-macgregor.org
0da848d9f9
Bug #277833 --> Land Aviary mapi changes to allow thunderbird to register as a default
...
news client.
sr=bienvenu
2005-01-19 21:20:28 +00:00
neil%parkwaycc.co.uk
3a4db8d04e
Bug 271417 Preview pane doesn't reload when changing a multiple selection back to the original single selection r+sr=bienvenu
2005-01-19 09:44:30 +00:00
neil%parkwaycc.co.uk
0a5d7b2b67
Bug 276372 Some parts of biff not working because I'd accidentally excised too much of my tree creating my previous patch r+sr=bienvenu
2005-01-18 23:35:52 +00:00
bsmedberg%covad.net
f3dd951f94
Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor
2005-01-17 18:50:18 +00:00
bugzilla%arlen.demon.co.uk
d30068e627
Bug 265232 Make sure we respect locked prefs throughout Mailnews UI
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2005-01-17 12:18:25 +00:00
timeless%mozdev.org
1f6bfed465
Bug 173634 flawfinder warnings in xp_str.h: kill xp_str.h, xp_path.h and clean out old/dead defines/code
...
r=mkaply sr=alecf
Removing dead code guarded by: BUG_21013 MORK_USE_XP_STDLIB notdef OLDWAY UNREADY_CODE
Removing *Apple*Decode* files which aren't being built
2005-01-17 10:16:02 +00:00
bzbarsky%mit.edu
dc94ec25f1
Switch to "copy image" in the context menu to copy both the image data and the
...
URI. Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>,
r+sr=neil
2005-01-15 18:00:19 +00:00
db48x%yahoo.com
0e6a3364b5
bug 226005: MailNews should use the newer nsIPrefService APIs instead of nsIPref
...
patch by Mikael Parknert <mikael@parknert.se>, r=niel, sr=darin
2005-01-15 10:32:27 +00:00
neil%parkwaycc.co.uk
9ace45b752
Bug 72823 Implement Select Flagged Messages r+sr=bienvenu
2005-01-14 13:03:17 +00:00
timeless%mozdev.org
5a770b0df2
Bug 245499 Need to alter junk plugin training data write policy and/or cancel Start/EndBatch calls
...
patch by eyalroz@technion.ac.il r=bienvenu sr=mscott
2005-01-13 20:41:55 +00:00
scott%scott-macgregor.org
7660d9cd78
Bug #275131 --> Add a cookie permission manager to Thunderbird which will allow cookies
...
for RSS articles but block them for everything else.
sr=bienvenu
2005-01-12 20:15:08 +00:00
cbiesinger%web.de
b4638e2014
supplementary patch for bug 99048: Automatically mark newsgroup read [when
...
leaving folder]
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=bienvenu sr=neil
2005-01-12 19:39:56 +00:00
jst%mozilla.jstenback.com
265b0ff136
Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org
2005-01-11 19:36:40 +00:00
timeless%mozdev.org
b156509fe0
Bug 99048 [RFE] Automatically mark newsgroup read [when leaving folder]
...
patch by mnyromyr@tprac.de r=bienvenu sr=neil a=asa
2005-01-10 07:30:01 +00:00
neil%parkwaycc.co.uk
862305b3aa
Bug 270343 JavaScript strict warning: redeclaration of var msgFolder p=gautheri@noos.fr r=me sr=bienvenu a=asa
2005-01-09 22:13:58 +00:00
cbiesinger%web.de
8ab6e0d7d1
bug 264599 make unfrozen necko interfaces use 64-bit integers.
...
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
neil%parkwaycc.co.uk
a692c65a75
Bug 256477 Fix JavaScript strict warnings p=gautheri@noos.fr r+sr=bienvenu
2005-01-05 00:51:09 +00:00
scott%scott-macgregor.org
e05bad2ecc
Remove some ifdef debug_mscott lines
2005-01-04 21:45:28 +00:00
bzbarsky%mit.edu
99df5c71c0
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
...
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
cbiesinger%web.de
2556456572
Bug 241082 exthandler should require just nsITransfer, not nsIDownload
...
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
Stefan.Borggraefe%gmx.de
ff8694b36a
Bug 234690: Need UI for the hidden preference "mailnews.thread_pane_column_unthreads"
...
r=neil, sr=bienvenu
2005-01-04 07:47:38 +00:00
bzbarsky%mit.edu
1601d80e99
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
neil%parkwaycc.co.uk
57159546d9
Bug 276812 Fix message filter refresh (regression from bug 271696) p=mark@standard8.demon.co.uk r=me sr=bienvenu
2005-01-03 17:54:49 +00:00
neil%parkwaycc.co.uk
0957e7f5ae
Bug 132425 Fix keyboard accessibility for Advanced Address Book Search p=mark@standard8.demon.co.uk r=me sr=bienvenu
2005-01-03 12:39:12 +00:00
neil%parkwaycc.co.uk
4a8f49d742
Switch flag notifications to work on a message instead of a generic parameter b=226270 r+sr=bienvenu
2004-12-23 21:08:20 +00:00
neil%parkwaycc.co.uk
e72fc34052
Switch biff notifications from flags to ints so that only messages have flag notifications b=226270 r+sr=bienvenu
2004-12-23 09:07:14 +00:00
scott%scott-macgregor.org
2dd16b8061
Bug #253807 --> Port from the aviary 1.0 branch.
...
I18N improvements for character set handling in RSS.
2004-12-21 23:28:40 +00:00
scott%scott-macgregor.org
3a0c7649c7
Bug #241602 --> Port thunderbird fixes from the aviary 1.0 branch to the trunk.
...
register properties chrome url for Win XP Start menu
2004-12-21 00:25:47 +00:00
scott%scott-macgregor.org
14dd7eca86
Bug #270261 --> port thunderbird 1.0 fix back to the trunk...
...
Junk folder created incorrectly when junkFolderName is localized
sr=bienvenu
2004-12-20 23:47:56 +00:00
Stefan.Borggraefe%gmx.de
3b347f5ad5
Correction for my checkin for bug 257001 (I forgot one line when I fixed some bitrot)
...
r+sr=bienvenu
2004-12-20 18:30:20 +00:00
cbiesinger%web.de
4c24732e99
Bug 263070 Default size of the filter log and junk mail log dialogs is too small.
...
patch by Mark Banner <mark@standard8.demon.co.uk> r=neil sr=bienvenu
2004-12-19 21:33:27 +00:00
Stefan.Borggraefe%gmx.de
188735cdb9
Bug 257001 Menu item View|Show/Hide|Folder Pane is missing
...
r=neil, sr=bienvenu
2004-12-17 07:34:14 +00:00
emaijala%kolumbus.fi
4a1e9a1e03
Fix for bug 272856: Subject or Sender contains (searchbox) does nothing
...
r=neil
sr=bienvenu
2004-12-15 19:01:04 +00:00
bryner%brianryner.com
26bd90fe79
fixing thunderbird bustage (bug 273336)
2004-12-15 08:39:08 +00:00
bryner%brianryner.com
d9626f6746
Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron.
2004-12-15 05:52:44 +00:00
bienvenu%nventure.com
1eb5e21520
add support for flagged flag in message searches, filters, etc, sr=mscott 272709
2004-12-14 23:12:31 +00:00
bzbarsky%mit.edu
55ab8dd119
Make docshell inherit from docloader; clean up related code, move toward
...
eliminating the nsIWebShell, nsIWebShellContainer, nsIDocumentLoader
interfaces and clarifying the other docshell-related interfaces.
r=darin, biesi, sr=jst
2004-12-08 17:32:06 +00:00
neil%parkwaycc.co.uk
a185c3eccf
Fix JavaScript strict warning: function does not always return a value b=270342 r=me sr=bienvenu
2004-12-07 23:51:48 +00:00
neil%parkwaycc.co.uk
885371fc5e
Update messenger throbbers default page b=272102 p=bugzilla@babylonsounds.com (Simon Paquet) r=me sr=bienvenu
2004-12-04 00:27:27 +00:00
bienvenu%nventure.com
e67b7a1896
fix 267754 sorting withing date thread in group by date doesn't work in reverse, and fix build bustage, sr=mscott
2004-12-03 20:51:37 +00:00
bienvenu%nventure.com
db7f7778f6
fix 273007 group by account disabled, sr=mscott
2004-12-03 20:41:41 +00:00
neil%parkwaycc.co.uk
665db2c69f
Bug 268176 Merge useless nsIMsgHdr into nsIMsgDBHdr r+sr=bienvenu
2004-12-03 20:16:57 +00:00
neil%parkwaycc.co.uk
e8616ca037
Bug 203386 CTRL+TAB navigation inconsistent when focus is not on one of the three main panes p=mcow@well.com r=me sr=mscott
2004-12-01 23:23:38 +00:00
gerv%gerv.net
670fb87360
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
timeless%mozdev.org
6eaac1f696
Bug 129946 clicking Clear button should disable the Fewer button
...
patch by mark@standard8.demon.co.uk r=dmose sr=beinvenu
2004-12-01 22:26:51 +00:00
bienvenu%nventure.com
dce0a897b6
fix 267486 auth nntp doesn't work with subscribe UI (same would be true for imap), sr=mscott
2004-12-01 18:52:53 +00:00
bienvenu%nventure.com
c854cb96a3
fix 271717 opening messages from search results sometimes doesn't work if original folder is threaded, sr=mscott
2004-12-01 17:50:07 +00:00
bienvenu%nventure.com
bbf962823d
fix 272488 folder properties dialog for news and blog folders is confused, sr=mscott
2004-12-01 00:38:34 +00:00
bienvenu%nventure.com
45d8ba4cf3
add confirm prompt when deleting saved searches, 267643 sr=mscott
2004-11-29 19:44:26 +00:00
bienvenu%nventure.com
3cf0a9c5ed
fix 268080, sr=mscott, fix biff when multiple servers biff on the same interval into the global inbox
2004-11-29 17:50:38 +00:00
kairo%kairo.at
619fa995d8
Bug 66570 - improve "Welcome to mozilla mail & news" page, r=Neil,sr=bienvenu
2004-11-29 15:40:56 +00:00
bienvenu%nventure.com
4fc1ab316a
fix 242744, only one junk mail folder purged if there are multiple junk folders, sr=mscott
2004-11-28 20:53:16 +00:00
bienvenu%nventure.com
bbb244196b
fix crash in nsMsgcontentPolicy::ShouldLoad, sr=mscott 272130
2004-11-28 20:52:14 +00:00
neil%parkwaycc.co.uk
64da671bd8
Bug 272097 Changing licence boilerplate to html style sr=bienvenu
2004-11-28 17:33:38 +00:00
bienvenu%nventure.com
99af2194ae
fix which server comes up when editing filters for newsgroups and global inbox local folders account, sr=mscott, 271696
2004-11-26 23:59:39 +00:00
neil%parkwaycc.co.uk
28589fd941
Bug 105542 Dynamically generate the 3 pane layout, ported from Thunderbird, including the three-column view r+sr=bienvenu
2004-11-26 20:20:57 +00:00
bienvenu%nventure.com
f9ff6160db
fix 271645 top crash in folder compaction, sr=mscott
2004-11-26 19:49:41 +00:00
timeless%mozdev.org
f4ff1bc488
Bug 19402 Ability to filter messages by size
...
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2004-11-25 21:05:06 +00:00
timeless%mozdev.org
b4992ed93f
Bug 19402 Ability to filter messages by size
...
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2004-11-25 21:04:08 +00:00
bienvenu%nventure.com
fc290eacdb
fix 271644 crash in nsFolderCompactState after compacting offline imap stores, sr=mscott
2004-11-25 20:08:59 +00:00
bienvenu%nventure.com
1be0acad76
267845 remember expand collapse state of groups when grouped by date, sr=mscott
2004-11-25 01:05:52 +00:00
bienvenu%nventure.com
103e38735d
seamonkey part of fix for 269725 get new messages status needs to get displayed in window command was executed in, sr=mscott
2004-11-24 22:35:49 +00:00
scott%scott-macgregor.org
f088f54df3
Bug #267665 , Bug #260836 --> TB0.9 does not do proxy authentication for RSS feeds
...
RSS feeds which require HTTP authentication are rejected as invalid
Re-work the docshell auth prompt logic to disable prompts for any url running in chrome unless the chrome window
explicitly sets allowAuth on its docshell.
r=darin
sr=jst
2004-11-24 17:45:44 +00:00
bienvenu%nventure.com
9caa4ad158
seamonkey part of fix for 181627 compact folders should put up done status when done
2004-11-24 01:58:49 +00:00
darin%meer.net
6d8591d85f
fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
2004-11-23 20:53:38 +00:00
timeless%mozdev.org
b1183a83a9
Bug 270797 ###!!! ASSERTION: null data pointer: 'Not Reached', file r:\mozilla\xpcom\string\src\nsTSubstring.cpp, line 599
...
patch by bugzilla@mcsmurf.de r=neil sr=bienvenu
2004-11-23 17:43:13 +00:00
bienvenu%nventure.com
12639261e3
better fix for build bustage introduced by moving nsImapMoveCoalescer to base/util, just remove unused code
2004-11-23 16:39:40 +00:00
bienvenu%nventure.com
c0d5aeb55f
fix 107221 saving attachments from ms exchange server broken if user name contains slashes, sr=mscott
2004-11-23 16:36:24 +00:00
bienvenu%nventure.com
5877288050
fix 240468 allow purging of junk mail folder in local folders account, sr=mscott
2004-11-23 16:35:34 +00:00
timeless%mozdev.org
c3e433dd28
Bug 223943 expand "mailnews.headers.showUserAgent" to include x-newsreader
...
patch by colin.ogilvie@gmail.com r=neil sr=bienvenu
2004-11-23 09:41:48 +00:00
timeless%mozdev.org
243a059bf8
Bug 265388 @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
...
r=neil sr=bienvenu
2004-11-23 09:15:42 +00:00
scott%scott-macgregor.org
b7cf1a5075
Bug #267865 --> Virtual folders parented off of IMAP sub folders are forgotten on subsequent launches.
...
Call LoadVirtualFolders after our folder hierarchy has been created in the UI.
sr=bienvenu
2004-11-23 06:39:47 +00:00
bienvenu%nventure.com
513742c4f9
fix seamonkey build bustage
2004-11-23 05:04:00 +00:00
bienvenu%nventure.com
e91c824657
fix 181627 compact folders doesn't display done status, sr=mscott
2004-11-23 04:54:42 +00:00
bienvenu%nventure.com
eb3a5998d1
fix 210614, sr=mscott make pop3 incoming filters capable of filtering to imap folders
2004-11-23 04:50:23 +00:00
bienvenu%nventure.com
979909fe86
fix 181627 compact folders doesn't display done status, sr=mscott
2004-11-23 04:31:00 +00:00
bienvenu%nventure.com
a67082e8ee
fix 181627 compact folders doesn't display done status, sr=mscott
2004-11-23 04:22:04 +00:00
scott%scott-macgregor.org
bd38269dda
Bug #255473 --> Add support for multiple RSS accounts. Tbird 1.0 bug
...
r=me
sr=bienvenu
a=asa
2004-11-22 04:38:12 +00:00
scott%scott-macgregor.org
fd8142341d
Bug #270711 --> "About Junk Mail" refers to nonexistent "Help" button
...
Fix for Thunderbird 1.0
sr=bienvenu
2004-11-19 20:24:32 +00:00
scott%scott-macgregor.org
3388ce9f3a
Bug #260837 --> RSS feeds using SSL are erroneously reported as invalid
...
Support http and https URLS for RSS.
Effects Thunderbird only.
sr=bienvenu
2004-11-19 03:50:25 +00:00
scott%scott-macgregor.org
9beb72aa15
Bug #262018 --> Unable to create local folders that contain semicolons or # characters. Messages in these local
...
folders never load.
Make our folder hash routine smart enough to hash folder names that contain these characters.
sr=bienvenu
Porting Thunderbird 1.0 bug to the trunk
2004-11-19 01:13:52 +00:00
scott%scott-macgregor.org
69b9bed13b
Bug #267865 --> Virtual folders that are subfolders of IMAP folders are deleted after restarting Thunderbird.
...
Thunderbird fix.
sr=bienvenu
2004-11-18 22:23:34 +00:00
scott%scott-macgregor.org
712b32defe
Bug #270274 --> Don't run junk controls on new rss feed items
...
sr=bienvenu
2004-11-18 19:16:15 +00:00
scott%scott-macgregor.org
a3b1d8f1f3
Set a SpecialFolder-Virtual attribute on saved search folders
...
so we can reflect that in the Thunderbird folder pane UI.
Effects thunderbird only. Porting aviary 1.0 fix
2004-11-17 17:35:09 +00:00
scott%scott-macgregor.org
f224ab1b3d
Bug #270234 --> OK/Enter doesn't dismiss New Identity Settings dialog
...
fix a typo
2004-11-16 21:55:35 +00:00
bienvenu%nventure.com
34d6b1170e
fix269725 sr=mscott status messages don't show up in main window if you've opened up a stand-alone msg window
2004-11-16 20:41:45 +00:00
robin.lu%sun.com
ce92736d4f
fix bug 243583 Search: Status is/isn't New does not work
...
patched by brian.lu@sun.com r/sr=bienvenu
2004-11-16 05:22:50 +00:00
darin%meer.net
f103a62f64
fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
2004-11-15 20:16:52 +00:00
bienvenu%nventure.com
f917489492
fix 267373 sr=mscott unable to create virtual folders as sub-folders of leaf folders
2004-11-15 01:20:35 +00:00
bienvenu%nventure.com
c04d2ca499
fix 269583 compacting folders doesn't clear expunged bytes count, sr=mscott
2004-11-15 01:14:13 +00:00
bienvenu%nventure.com
0b8edec57d
add additional logging to diagnose 268245, sr=mscott
2004-11-13 18:35:59 +00:00
scott%scott-macgregor.org
17d22492d7
Bug #255447 --> Add RSS support to account central for thunderbird.
...
sr=bienvenu
2004-11-12 22:50:23 +00:00
scott%scott-macgregor.org
615effb9d1
Bug #268415 --> fix bad print behavior when printing multiple e-mails.
...
Back out the fix for Bug #87474 .
2004-11-12 18:43:36 +00:00
scott%scott-macgregor.org
97de9673e2
Bug #261717 --> Add a context menu to the RSS website header in the msg pane so users
...
can copy the website url to the clipboard. Patch originally from David Fraser.
2004-11-11 23:30:32 +00:00
bienvenu%nventure.com
ad38e0142f
fix 268491 password_protect local cache setting had some problems with imap, sr=mscott
2004-11-11 19:23:13 +00:00
bienvenu%nventure.com
9ae218005f
fix 268630 mark folder read doesn't clear the new flag, sr=mscott
2004-11-11 19:05:54 +00:00
bienvenu%nventure.com
868898010e
fix imap filters that mark as read as well as delete, 243832 sr=mscott
2004-11-11 18:53:58 +00:00
scott%scott-macgregor.org
5771f31ec1
Bug #262300 --> Finish implementing multiple identity UI. Add tabs for altering Copies & Folders and Composition and Addressing settings to the identity editor UI.
...
sr=bienvenu
2004-11-10 21:41:00 +00:00
timeless%mozdev.org
fb483e6b15
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
bienvenu%nventure.com
4b25174b7d
fix 267345, deleted pop3 virtual folders keep coming back, sr=mscott, also fix proliferation of imap inbox-xx msf files, remove deleted folders from panacea.dat
2004-11-10 02:21:06 +00:00
bienvenu%nventure.com
a0ef90ce87
fix 268681 crassh on exit after opening stand-alone msg window, sr=mscott
2004-11-09 22:13:36 +00:00
bienvenu%nventure.com
06f71398ac
fix multiple pop3 servers biffing at the same time with the global inbox, sr=mscott 268080
2004-11-09 16:03:55 +00:00
neil%parkwaycc.co.uk
49886c8453
Bug 263737 Trying to uncollapse message pane throws unnecessary exception when no message needs to be loaded r+sr=bienvenu
2004-11-09 00:33:55 +00:00
bienvenu%nventure.com
1f073054f8
fix 268025 notification when msg is loaded, sr=sspitzer
2004-11-06 23:42:39 +00:00
timeless%mozdev.org
ccabd6a7b0
Bug 222639 Can't choose 'Size' column in Search Messages
...
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2004-11-05 18:10:01 +00:00
timeless%mozdev.org
938620ed2e
Bug 74714 don't hardcode "KB"/"MB" in MailNews
...
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2004-11-05 18:08:34 +00:00
scott%scott-macgregor.org
227f6ebc96
Bug #267601 --> wrong icon displayed for rss posts when "grouped by sort" is selected
...
Call nsMsgDBView::Open from our grouped view to make sure everything gets initialized properly.
sr=bienvenu
2004-11-04 20:04:13 +00:00
bienvenu%nventure.com
c3e06b78b9
fix 267483 regression in clearing of new flag when mail is filtered into pop3 folder, sr=mscott
2004-11-03 17:17:37 +00:00
bienvenu%nventure.com
cba977dd70
fix updating of grouped view when new headers come in, 267282 sr=mscott
2004-11-03 02:28:29 +00:00
bienvenu%nventure.com
404d66fbfb
fix new flag handling in view as fallout from fixing 114211, sr=mscott
2004-11-01 23:44:29 +00:00
scott%scott-macgregor.org
4afde4246d
Bug #264605 --> don't allow drag and drop of virtual folders outside of the account they live under.
...
sr=bienvenu
2004-11-01 22:28:11 +00:00
darin%meer.net
189ba5e5c4
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
bienvenu%nventure.com
29ab5dca3d
fix crash moving virtual folders, sr=mscott 264605
2004-11-01 05:02:05 +00:00
jshin%mailaps.org
532814224e
bug 264071 (2nd check-in) : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu)
2004-10-31 17:45:06 +00:00
scott%scott-macgregor.org
c0e2199948
Bug #265548 --> follow up fix for Bug #265548 , only use m_viewFolder if it is valid, otherwise fall back to m_folder.
...
Fixes regressions with the window title being set incorrectly for regular non virtual folders.
2004-10-31 00:25:26 +00:00
scott%scott-macgregor.org
ac5805af45
Bug #265548 --> Virtual Folders don't remember the previously selected message
...
Only works for single folder virtual folders.
sr=bienvenu
2004-10-30 04:02:10 +00:00
scott%scott-macgregor.org
34a57689f0
Bug #266725 --> Hide virtual folders from the advanced search dialog and from the virtual folder picker dialog.
...
sr=bienvenu
2004-10-29 20:31:01 +00:00
bsmedberg%covad.net
e08012b8b7
Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
2004-10-29 19:28:38 +00:00
bienvenu%nventure.com
910670faed
fix 266536 handling of out of date local folder summary files, sr=mscott
2004-10-29 19:11:50 +00:00
bienvenu%nventure.com
8994e0a4df
fix 266536 handling of out of date local folder summary files, sr=mscott
2004-10-29 18:20:14 +00:00
scott%scott-macgregor.org
466fe6026d
Bug #220656 --> store the mail view state as a per folder property instead of as a global setting that applies to all folders.
...
sr=bienvenu
2004-10-29 07:11:18 +00:00
bienvenu%nventure.com
375c63bd1d
fix case of deleting the only message in a dummy thread in the group view, sr=mscott 266543
2004-10-28 21:57:29 +00:00
bienvenu%nventure.com
4d6e801cc2
recheckin ui for downloading pop3 messages for offline use that was crunched, 185184, patch by hyc@symas.com, sr=me
2004-10-28 20:17:55 +00:00
kjh-5727%comcast.net
7a25b56f91
Bug 178820 - return-receipt-to not recognized with IMAP. Patch by Wolfgang Rosenauer <mozilla@rosenauer.org>, r=bienvenu, sr=dmose.
2004-10-28 18:27:57 +00:00
scott%scott-macgregor.org
562ee4b562
Bug #266139 --> Unable to open messages in a cross folder virtual folder in a stand alone message. Also add support for deleting messages in XFVF's from the stand alone message window.
...
sr=bienvenu
2004-10-28 05:13:07 +00:00
jshin%mailaps.org
2ba59e9c89
bug 264071 : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu)
2004-10-28 05:02:33 +00:00
timeless%mozdev.org
2507538c4f
Bug 260865 Remove nsIAlertListener
...
patch by cst@andrew.cmu.edu r=jag sr=neil
2004-10-27 16:20:01 +00:00
timeless%mozdev.org
9cae7bb795
Bug 265388 @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
...
r=neil sr=bienvenu
2004-10-27 05:15:46 +00:00
jag%tty.nl
79f808676a
Fix minor typo (IDL doesn't mind, but it does emit a warning)
2004-10-27 00:09:09 +00:00
varga%nixcorp.com
4841950f4d
Fixing gcc 3.4 bustage.
2004-10-26 21:03:58 +00:00
bienvenu%nventure.com
58def2143c
fix 249240 add pref to disable logon_fallback for pop3, and handle other authentication problems, patch by me and ch.ey@gmx.net, r=me and ch.ey@gmx.net, sr=mscott
2004-10-26 17:16:30 +00:00
cbiesinger%web.de
2e997df0c3
265333 don't explicitly pass all arguments to NS_NewInputStreamChannel, so that the
...
more efficient variant with fewer arguments can be used r+sr=darin
2004-10-25 22:08:09 +00:00
bienvenu%nventure.com
4a3d3b4efc
fix rename of virtual imap folders, sr=mscott 265507
2004-10-25 02:38:45 +00:00
bugzilla%arlen.demon.co.uk
d97bc68618
Bug 264102 Chrome should use document.title instead of window.title - mailnews fixes (apart from sendProgress.js which will be in fix to bug 260217)
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2004-10-24 22:51:01 +00:00
bienvenu%nventure.com
6c0b0afe7e
fix 265330 problems with unread counts in virtual folders, sr=mscott
2004-10-24 00:13:40 +00:00
bienvenu%nventure.com
82bee19afa
fix 265330 problems with unread counts in virtual folders, and clearing new flag, sr=mscott
2004-10-24 00:05:38 +00:00
bienvenu%nventure.com
802e2f4724
fix 265595 sr=mscott opening the first message in a dummy thread opens a blank window
2004-10-24 00:00:59 +00:00
scott%scott-macgregor.org
2287ac46e6
Bug #261199 --> port aviary branch fix for Thunderbird:
...
1) Folders are now sorted properly in the virtual folder picker dialog
2) The account picker in the folder picker dialog now shows the account names
in the drop down instead of using a height of 0 pixels for each row in the menu
list.
2004-10-23 04:35:58 +00:00
scott%scott-macgregor.org
e61cb650bf
Bug #265481 --> port aviary branch fix for Thunderbird not reloading virtual folder after dismissing the properties dialog.
...
sr=bienvenu
2004-10-23 04:32:01 +00:00
varga%nixcorp.com
b88f4a6f88
Updating my email address.
2004-10-22 18:33:55 +00:00
scott%scott-macgregor.org
c12ca1fee7
Bug #263255 --> more improvements for the group by sort feature.
...
Don't re-order the thread pane based on the group attribute. Always use the subject field for the dummy row title.
Make all of the attributes use dummy rows instead of just date. The exception is the subject which won't use a dummy row.
sr=bienvenu
2004-10-20 21:43:46 +00:00
bienvenu%nventure.com
ca0ffe652c
adjust row count when adding headers to open group view thread, sr=mscott 265307
2004-10-20 21:02:17 +00:00
bienvenu%nventure.com
a2697fa5cb
fix 264567 deleting or selecting a dummy line doesn't do the right thing sr=mscott
2004-10-20 20:54:04 +00:00
scott%scott-macgregor.org
b2c385e9d5
fix seamonkey bustage
2004-10-20 04:32:31 +00:00
scott%scott-macgregor.org
54c270b37c
Bug #87474 --> Only first print job is prompted for print or cancel
...
Patch by cls
2004-10-19 20:57:30 +00:00
scott%scott-macgregor.org
f38fadfb59
Bug #265014 --> Allow creation of virtual folders that search offline instead of online
...
sr=bienvenu
2004-10-19 20:49:09 +00:00
bienvenu%nventure.com
1d9c04af09
fix 263348, sr=mscott fix moving of virtual folders
2004-10-19 20:39:45 +00:00
scott%scott-macgregor.org
fae0bbb3e6
fix a typo to take into account the tree API changes on the trunk
2004-10-19 03:23:56 +00:00
scott%scott-macgregor.org
ece47eff9d
Bug #261199 --> Start porting the saved search folder UI from thunderbird to seamonkey
...
sr=bienvenu
2004-10-19 03:08:12 +00:00
scott%scott-macgregor.org
40ce15f164
Bug #261199 --> add an account picker to the virtual folder list dialog so you can only choose
...
folders within the same account to search for a virtual folder.
sr=bienvenu
2004-10-19 01:36:58 +00:00
bienvenu%nventure.com
1ac18e39d3
fix 239168 junk mail controls not run on inbox if inbox is also fcc folder, sr=mscott, also fix crash when getnewlist returns null
2004-10-19 01:16:26 +00:00
scott%scott-macgregor.org
066592a437
Bug #261199 --> make the virtual folder list dialog a bit wider by default so it looks right
...
with normal sized fonts.
2004-10-18 20:50:56 +00:00
scott%scott-macgregor.org
1ce2f85905
Bug #261199 --> make the folder list picker dialog be resizeable.
2004-10-18 20:42:58 +00:00
timeless%mozdev.org
517a6178a0
Bug 264765 nsMsgAccount.cpp cleanup
...
patch by mikael@parknert.se r=neil sr=darin
2004-10-18 18:24:24 +00:00
bienvenu%nventure.com
c975068538
fix 259603 new messages aren't analyzed for junk status if the user clicks away from the inbox before we've finished retrieving messages, sr=msctt
2004-10-18 14:51:29 +00:00
scott%scott-macgregor.org
4b3037c41e
Bug #261199 --> When creating a new virtual folder in Thunderbird, check to see if a folder exists with that name
...
already and alert the user if so.
2004-10-18 06:07:42 +00:00
scott%scott-macgregor.org
5ef04c3187
Bug #261199 --> Start landing Virtual Folder, aka Saved Search Folder UI for Thunderbird
...
sr=bienvenu
2004-10-16 22:11:54 +00:00
scott%scott-macgregor.org
7432eaed6f
Bug #261199 --> Start landing Virtual Folder, aka Saved Search Folder UI for Thunderbird
...
sr=bienvenu
2004-10-16 20:59:40 +00:00
bienvenu%nventure.com
db08d8ab3b
better fix for 263733 view | sort by not getting out of grouped view, sr=mscott
2004-10-15 22:04:41 +00:00
neil%parkwaycc.co.uk
2d1b1dd891
Bug 169484 Text changes on junk and filter log windows p=mark@standard8.demon.co.uk r=me sr=bienvenu
2004-10-15 19:42:41 +00:00
scott%scott-macgregor.org
2835309568
Bug #259389 --> cropped account manager UI on Mac OS X
...
Patch by mattwillis@gmail.com
sr=mscott
2004-10-15 06:48:45 +00:00
scott%scott-macgregor.org
ed6861f295
Bug #261199 --> Begin landing Thunderbird's virtual folder UI.
...
Land the back end RDF changes necessary to support the new user interface.
sr=bienvenu
2004-10-15 06:24:18 +00:00
bienvenu%nventure.com
8b85f3c0b5
fix 263733 going from grouped to sorted flat via view sort menu doesn't switch out of group mode, sr=mscott
2004-10-15 00:33:56 +00:00
bienvenu%nventure.com
c0407d98cf
fix 254637 sr=mscott only 2 received mail headers displayed when viewing all headers
2004-10-15 00:14:53 +00:00
bienvenu%nventure.com
80d8483861
fix 264408, problems deleting the first message in a date group thread, sr=mscott
2004-10-14 21:18:45 +00:00
cbiesinger%web.de
9d659eea99
Bug 263688 eliminate some *WithConversion calls in mailnews/compose
...
r=bienvenu sr=mscott
2004-10-14 17:04:46 +00:00
bienvenu%nventure.com
7cc5e387b5
fix 243532 selection jumping if you delete imap messages, then select another message before delete finishes, patch by lorenzo@colitti.com, r=mscott, sr=bienvenu
2004-10-14 15:44:00 +00:00
bienvenu%nventure.com
1e6869f69a
fix 263678 grouping by date doesn't account for GMT, sr=mscott, and a couple other problems with date grouping
2004-10-14 15:07:33 +00:00
bienvenu%nventure.com
3340277657
allow filters for local folders account, because of pop3 global inbox, sr=mscott 177093
2004-10-12 22:17:00 +00:00
bienvenu%nventure.com
d9986c5f9f
fix deleting the last virtual folder, sr=mscott 263990
2004-10-12 22:16:22 +00:00
bienvenu%nventure.com
36c0e3afff
potential fixes for crashes after leaving grouped sort, sr=mscott 263733
2004-10-12 16:59:12 +00:00
bugzilla%arlen.demon.co.uk
075581d9e0
Bug 259187 Wrong treechild is selected after "Enter a valid hostname" error is generated
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2004-10-10 21:02:33 +00:00
scott%scott-macgregor.org
4474823382
Bug #263255 --> UI improvements for grouping messages by date. Make the date title rows localizeable, style the title rows.
...
sr=bienvenu
2004-10-07 21:09:45 +00:00
bienvenu%nventure.com
7649fbc578
fix levels when expanding group threads, also port fix for 93426
2004-10-06 23:49:08 +00:00
bienvenu%nventure.com
abc632a286
fix second balsa build breakage
2004-10-06 00:22:06 +00:00
bienvenu%nventure.com
36776dc9f4
fix ports build bustage
2004-10-05 22:32:03 +00:00
bienvenu%nventure.com
c218868a6d
implement message grouping, 256688 sr=mscott
2004-10-05 20:49:28 +00:00
bienvenu%nventure.com
0008992dce
fix js warnings, 262892 patch by gautheri@noos.fr, r/sr=bienvenu
2004-10-05 04:07:52 +00:00
bienvenu%nventure.com
7277c991a7
fix js warnings, 262885 patch by gautheri@noos.fr, r/sr=bienvenu
2004-10-05 03:26:39 +00:00
bienvenu%nventure.com
0be9149e8f
fix js warnings, 262893 patch by gautheri@noos.fr, r/sr=bienvenu
2004-10-05 03:22:01 +00:00
bienvenu%nventure.com
25431ee7c8
fix 252103 be smarter when finding the identity to use when replying to a message, patch by ch.ey@gmx.net, r=mscott, sr=bienvenu
2004-10-05 00:31:54 +00:00
bienvenu%nventure.com
38210c42f6
backend work for thread pane grouping of messages, NPOB 256668
2004-10-04 15:30:27 +00:00
bienvenu%nventure.com
55ff0c5c24
fixrun filters on folder when pop3 account is deferred to local folders account, sr=mscott 257759
2004-10-03 22:52:41 +00:00
Stefan.Borggraefe%gmx.de
d235a24ccb
Bug 253519: Non-working "Use Global Inbox" option is shown during Movemail account creation
...
r=mscott, sr=bienvenu
2004-10-03 09:28:46 +00:00
bienvenu%nventure.com
52f0cda11c
seamonkey part of fix for 262145 make virtual folders remember sort order, sr=mscott
2004-10-01 21:35:56 +00:00
bienvenu%nventure.com
1c4cc70fe1
remember sort order in single folder virtual folder, sr=mscott 262145
2004-10-01 20:23:02 +00:00
bienvenu%nventure.com
789efce8a2
fix shutdown crash after opening cross-folder virtual folder, 262492 sr=mscott
2004-10-01 19:59:37 +00:00
bienvenu%nventure.com
4f99056b99
fix 261682 sr=mscott when in non-default view, automatic update of folder causes a re-search which recreates the view
2004-10-01 19:06:55 +00:00
bugzilla%arlen.demon.co.uk
a870550df4
Bug 260264 Fixup radiogroups to use new .value functionality of radio.xml (Patch for mailnews v0.2)
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-30 14:44:44 +00:00
smontagu%smontagu.org
79faf43c7b
Bug 260924: MessengerSetDefaultCharacterSet should be named MessengerSetForcedCharacterSet. Patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r=smontagu, sr=bienvenu
2004-09-29 07:56:14 +00:00
scott%scott-macgregor.org
22c9d1813e
Bug #101153 --> hook up ctrl-w to close the AB search, message search and filter list
...
dialogs.
2004-09-28 21:27:41 +00:00
bugzilla%arlen.demon.co.uk
a1427a88da
Bug 256536 Auto-subscribe (news) URLS should NOT prompt for account type
...
p=me/kteuscher r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-28 20:23:06 +00:00
bienvenu%nventure.com
05349da485
fix folder busy alert when getting all new messages and multiple servers use a common inbox; also fix startup case where the default server uses a common inbox, sr=mscott 260447
2004-09-28 18:58:15 +00:00
bienvenu%nventure.com
5ce393ca6c
fix ability to change local directory for local folders account, sr=mscott 259230
2004-09-28 18:41:37 +00:00
scott%scott-macgregor.org
9236e6e81e
Not part of the seamonkey build.
...
Bug #28327 --> Make the Thunderbird remote content blocker more agressive about blocking remote requests
for arbitrary things such as iframes, etc. instead of just focusing on image requests.
2004-09-24 18:14:59 +00:00
kairo%kairo.at
8ae93826aa
Bug 256074 - remove green Mozilla image from in-tree default mail start page - r=dbaron,sr=bienvenu,a=asa
2004-09-24 15:50:52 +00:00
kairo%kairo.at
0f6f2c5e1a
Bug 256074 - remove green Mozilla image from in-tree default mail start page - r=dbaron,sr=bienvenu,a=asa
2004-09-23 17:33:48 +00:00
bienvenu%nventure.com
3cdc935e39
fix empty trash leaving trash.msf invalid, r/sr/a=sspitzer
2004-09-23 00:04:25 +00:00
kairo%kairo.at
4d16534289
backing out my last change. sorry, I missed that I need a= and forgot noting r/sr in the comment. will come again soon playing nicely by the rules :)
2004-09-22 15:31:00 +00:00
kairo%kairo.at
fd4de1d17a
Bug 256074 - remove green Mozilla image from in-tree default mail start page - r=dbaron, sr=bienvenu
2004-09-22 15:19:39 +00:00
bienvenu%nventure.com
cab3e87f6f
initial work on grouping messages by subject/sender/age, etc, NPOB 256688
2004-09-22 04:43:16 +00:00
bienvenu%nventure.com
83cddd275f
trunk version of fix for 231846 delete bug in threaded view, when switching from flat sort, sr=mscott
2004-09-21 15:07:07 +00:00
neil%parkwaycc.co.uk
9f9243850e
Bug 93426 New followups/replies were still being appended to the wrong parent partly due to my not unbitrotting the original patch correctly r+sr=bienvenu
2004-09-19 09:19:43 +00:00
peterv%propagandism.org
e5ba71e921
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-16 13:16:28 +00:00
bienvenu%nventure.com
2ec4a0b935
fix mis-applied patch for partial pop3 header download, r/sr=me, original patch by hwc@symas.com
2004-09-16 00:11:28 +00:00
bienvenu%nventure.com
0c311ee899
fix 259484 quick search only works once in a folder pane, sr=mscott
2004-09-16 00:06:47 +00:00
bienvenu%nventure.com
d3ff710e0f
fix 259484 quick search only works once in a folder pane, sr=mscott
2004-09-15 23:08:17 +00:00
cbiesinger%web.de
b0a803be91
Bug 253589 character sets need not be stored as wide strings
...
r=bienvenu sr=mscott
2004-09-15 21:04:55 +00:00
bienvenu%nventure.com
10c3ed1313
fix display anomalies when switching to threaded view in folder, 259578, r=neil, sr=sspitzer
2004-09-15 19:18:34 +00:00
neil%parkwaycc.co.uk
82820f30a5
Bug 205639 Don't let user duplicate filter names by renaming filters p=mark@standard8.demon.co.uk r=me sr=bienvenu
2004-09-14 21:05:35 +00:00
Stefan.Borggraefe%gmx.de
dafa6c7527
Bug 99133: Trim entered email addresses and server names in Account Wizard.
...
r=bienvenu, sr=mscott
2004-09-12 09:38:50 +00:00
neil%parkwaycc.co.uk
affadd4f4a
Fix bustage from patch to bug 112833 - updated method signature missing
2004-09-10 22:43:38 +00:00
neil%parkwaycc.co.uk
a0f60ae3d2
Bug 93426 New messages are not correctly inserted into threads r=bienvenu sr=mscott
2004-09-10 22:10:05 +00:00
neil%parkwaycc.co.uk
9aac3c0e0e
Bug 112833 Make it possible to watch or ignore multiple threads r=bienvenu sr=mscott
2004-09-10 21:59:41 +00:00
bienvenu%nventure.com
0229210118
fix 256599 useMatchingHostNameServer pref is ignored, r=bienvenu, sr=neil, patch by kteuscher, plus whitespace cleanup
2004-09-10 15:38:57 +00:00
neil%parkwaycc.co.uk
edf56edbed
Supplementary fix to bug 258143 to make reloading the displayed message more reliable r+sr=bienvenu
2004-09-09 08:14:21 +00:00
bienvenu%nventure.com
48e5017cb9
fix crash adding second news account with existing name, r=me, sr=mscott, patch by kteuscher@myrealbox.com 258234
2004-09-08 18:21:52 +00:00
jst%mozilla.jstenback.com
27ceb9d4da
Fixing mailnews crash (bug 258386) when hitting 'b' to go to the previous message when on the first message. r=bienvenu@nventure.com, sr=mscott@mozilla.org
2004-09-08 16:57:42 +00:00
bienvenu%nventure.com
2aaabd5526
fix 258143 error reloading messages, either to switch between all/normal headers, or after toggling junk status or viewing images, sr=mscott
2004-09-07 20:13:49 +00:00
bienvenu%nventure.com
826b81b285
11051 virtual folders, sr=mscott
2004-09-07 18:45:30 +00:00
bienvenu%nventure.com
2b044420ef
front end work for virtual folders, 11051, sr=mscott
2004-09-07 15:55:48 +00:00
bienvenu%nventure.com
f7a4d12624
ui for adding virtual folders, 11051 sr=mscott, NPOB
2004-09-06 19:03:56 +00:00
neil%parkwaycc.co.uk
54d02bd9b4
Supplementary patch to bug 139242 when suppressing scrolling to new message on folder open do it when exiting quicksearch or mailviews too r+sr=bienvenu
2004-09-06 09:14:22 +00:00
bienvenu%nventure.com
2f1181bf00
fix for 257421 problems switching back and forth between deferring pop3 server and not, sr=mscott
2004-09-02 22:24:38 +00:00
Stefan.Borggraefe%gmx.de
e599382223
Bug 220894: Add UI for automatic emptying of trash for local folders on exit
...
r=bienvenu, sr=mscott
2004-09-02 20:07:57 +00:00
Stefan.Borggraefe%gmx.de
31bad04f97
Bug 257801: Pressing "Cancel" in the "Defer Account?" warning closes the "Advanced Account Settings" dialog
...
r+sr=bienvenu
2004-09-02 18:19:11 +00:00
neil%parkwaycc.co.uk
16294bfeda
Bug 239835 debug builds try to share notification icons r=bienvenu sr=mscott
2004-09-02 15:29:12 +00:00
neil%parkwaycc.co.uk
0e21fc9804
Bug 70466 Disable Go/Mail Start Page when Message Pane is collapsed r+sr=mscott
2004-08-31 23:22:38 +00:00
bienvenu%nventure.com
666683986e
backend changes for cross-folder virtual folders, sr=mscott 11051
2004-08-31 20:53:24 +00:00
bienvenu%nventure.com
3f6e250ea9
add new cross-folder virtual folder class, 11051 sr=mscott, NPOB
2004-08-30 22:39:53 +00:00
neil%parkwaycc.co.uk
1abd8f9c91
Bug 257264 Fix duplicate --> (fallout from bug 236613) p=daa@rm.incc.net
2004-08-28 21:27:38 +00:00
neil%parkwaycc.co.uk
f55cf75a68
Make it possible to reverse the filtered newsgroup subscription list b=248267 r/sr=bienvenu
2004-08-26 22:16:52 +00:00
gerv%gerv.net
ba2432c07e
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-08-25 23:02:50 +00:00
vladimir%pobox.com
8acf4389b4
fix bustage, got a little too search and replace happy
2004-08-24 23:23:09 +00:00
vladimir%pobox.com
0b8d1522a5
b=255134, make nsICollation scriptable, r=jshin,sr=brendan
2004-08-24 22:50:33 +00:00
darin%meer.net
5e133a1ea4
fixes bug 230351 "NTLM base64 decoder should tolerate extra '=' padding" r=cneberg
2004-08-24 21:10:54 +00:00
neil%parkwaycc.co.uk
35f29905b8
Bug 228780 Fix unused variable warning p=gautheri@noos.fr r=me sr=dmose
2004-08-24 10:14:21 +00:00
scott%scott-macgregor.org
797758c14c
Bug #248688 --> Thunderbird Windows XP biff Integration refers to the old profile APIs instead of the
...
new aviary profile service. Patch by bsmedberg
sr=mscott
2004-08-23 18:58:39 +00:00
bienvenu%nventure.com
bae6cc01b4
fix 256332 compact breaks rss folders, also fix runtime warnings in account manager sr=mscott
2004-08-23 17:55:27 +00:00
neil%parkwaycc.co.uk
658c2f1a92
Bug 242046 Make the JS status handler a property of the XUL window, should speed up calls to set window.status r=jag sr=jst moa=mscott
2004-08-21 14:47:51 +00:00
neil%parkwaycc.co.uk
36652ea069
Bug 256331 nsMsgFilterDataSource doesn't inherit properly from nsMsgRDFDataSource r+sr=bienvenu
2004-08-21 09:40:27 +00:00
neil%parkwaycc.co.uk
fa53f58533
Bug 219122 Filter editor should validate actions before attempting to create filter p=mark@standard8.demon.co.uk r=me sr=bienvenu
2004-08-20 22:30:30 +00:00
bienvenu%nventure.com
d4b620f2a2
fix 255326 isSpecialFolder returns true for all sub-folders of inbox - it shouldn't, sr=mscott
2004-08-19 16:27:00 +00:00
dbaron%dbaron.org
a41ff347a1
Fix gcc 3.3.3/3.4 build bustage by removing duplicate const. b=41929
2004-08-19 01:05:49 +00:00