Commit Graph

15061 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
012dff043c Bug #237553 --> Can't drag a mailing list to compose window from contacts bar or from the address book
sr=bienvenu
a=chofamnn
2004-04-06 18:10:45 +00:00
bienvenu%nventure.com
a5d65afbfd fix crash on exit if hidden pref to confirm folder deletion on empty imap trash is set, and there are sub-folders of the trash, sr=mscott, a=chofmann 239473 2004-04-03 23:46:08 +00:00
scott%scott-macgregor.org
aff320942a Bug #239349 --> Filters incorrectly mark mails as junk if you have a filter that sets a label on the message.
sr=bienvenu
a=chofmann
2004-04-03 17:59:21 +00:00
scott%scott-macgregor.org
2fc2206eab Follow up fix to Bug #224318 --> add code to actually read in the junk score value when reading in a filter that
trys to set junk status on a message.

sr=bienvenu
a=chofmann
2004-04-03 17:31:57 +00:00
darin%meer.net
11b4c2f2d6 fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann 2004-04-03 17:16:17 +00:00
scott%scott-macgregor.org
354bf26b0d Bug #238913 --> Wrong name for attachment dragged from one message to compose attachment panel. We are showing
"Attached Message Part" instead of the actual attachment name.

sr=bienvenu
a=chofmann
2004-04-03 07:04:05 +00:00
bienvenu%nventure.com
1924c117a7 fix problem with wrong imap folders getting counts updated when checking folders other than the inbox for new messages, sr=mscott, a=mkaply 239196 2004-04-02 14:23:40 +00:00
scott%scott-macgregor.org
49e59292f9 Bug #217149 --> Add a menu item under file for opening a .eml file from the desktop. Move the Open Message menu item under File over to the Messages menu where it really belongs.
This allows thunderbird to open .eml files.

patch by Robert Accettura and David Bienvenu

sr=mscott
a=asa for the one line property string addition in messenger.properties
2004-04-02 07:44:25 +00:00
scott%scott-macgregor.org
d2f86a24dd Bug #239226 --> Opening Forward Message Attachment Opens parent message in a new window instead of the
forwarded attachment. regression from the string defragmentation changes. We were changing the underlying url spec
out from underneath us.

r=darin
sr=bienvenu
a=chofmann
2004-04-02 07:08:50 +00:00
scott%scott-macgregor.org
0364d3ad49 Bug #237687 --> Need UI for controlling Imap IDLE command support in case folks have servers that don't react well to IDLE support.
sr=bienvenu
a=chofmann
2004-04-02 03:08:24 +00:00
bienvenu%nventure.com
222b23a166 fix one case of offline download silently failing, when multiple operations are run against the same folder, sr=mscott, a=chofmann 2004-04-02 01:46:19 +00:00
bienvenu%nventure.com
adeee71a3e fix 239283 reading offline messages in folder that was open when you do an offline sync fails, sr=mscott, a=chofmann 2004-04-02 01:07:04 +00:00
scott%scott-macgregor.org
1e85d102be Bug #224318 --> minor UI polish for the new filter junk status command. Change the wording and location.
r=stefan
sr=bienvenu
a=chofmann
2004-04-01 08:23:08 +00:00
bienvenu%nventure.com
04ee32dc17 back out part of previous patch to fix build bustage -didn't mean to include that 2004-03-25 20:21:27 +00:00
bienvenu%nventure.com
e64089c82b allow filters to set junk status, r/sr=mscott, a=asa 224318 2004-03-25 20:08:26 +00:00
neil%parkwaycc.co.uk
0a3405c813 Bug 237857 Put the Block/Unblock images menu item back in its rightful place in the standalone message context menu r/sr=mscott a=chofmann 2004-03-25 16:38:04 +00:00
bienvenu%nventure.com
5e6c9502a9 verify offline message starts with From before retrieving, in case offline store has been corrupted, r/sr=mscott, a=chofmann, 238518 2004-03-25 15:00:33 +00:00
neil%parkwaycc.co.uk
8ee92404b7 Bug 100567 Paste As Quotation shortcut not appearing on menuitem r=brade sr=mscott a=chofmann 2004-03-25 12:42:10 +00:00
bienvenu%nventure.com
0e6ea8b164 fix crash doing ldap replication, r/sr=mscott a=chofmann 230211 2004-03-23 20:35:06 +00:00
bienvenu%nventure.com
384177cadd fix custom headers available operators, r/sr=mscott, a=chofmann, part of 224318 2004-03-19 19:45:39 +00:00
neil%parkwaycc.co.uk
e4f1c3709b Bug 207861 Rename Folder option erroneously displays in newsgroup context menu p=biesi r=me sr=mscott a=chofmann 2004-03-17 11:22:31 +00:00
cbiesinger%web.de
e7bb4e5165 Bug 233631 GetApplicationLocale should not be used with FormatTime methods in order to support user's customisation (OS X is affected)
patch by Constantine A. Murenin <cnst+moz@bugmail.mojo.ru>
mailnews part: r=mscott intl part: r=jshin both: sr=roc a=chofmann
2004-03-16 21:55:11 +00:00
cls%seawood.org
e887c496ee Fix mingw 3.3.1/3.3.3 bustage.
Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
Remove dllimport/dllexport declarations from all nsXPTCStubBase functions and just export the class itself.
Bug #226609 r=shaver/swalker sr=dbaron a=chofmann
2004-03-16 08:07:25 +00:00
bienvenu%nventure.com
bfc4cf9a31 add a little imap logging to imap offline sync, sr=mscott, a=chofmann, 236532 2004-03-16 01:14:54 +00:00
cls%seawood.org
3977ae5a71 Backing out changes from bug 226609. MSVC is being uncharacteristically picky. 2004-03-16 00:59:29 +00:00
cls%seawood.org
8e702f20f2 Fix mingw 3.3.1/3.3.3 bustage. Follow MSVC as much as possible by requiring proper dllimport/dllexport declarations.
Bug #226609 r=shaver sr=dbaron a=chofmann
2004-03-15 23:47:04 +00:00
neil%parkwaycc.co.uk
1496020612 Bug 235879 JS strict warning: redeclaration of var loadedFolder p=gautheri@noos.fr r=me sr=mscott a=chofmann 2004-03-15 16:58:17 +00:00
neil%parkwaycc.co.uk
a47edd0398 Bug 185136 Give the edit menupopup an id p=mcow@well.com r=me sr=mscott a=chofmann 2004-03-13 23:33:02 +00:00
neil%parkwaycc.co.uk
7ee040982a Bug 145798 Create Filter from Message should be available when the message pane is closed p=mcow@well.com r=me sr=bienvenu a=chofmann 2004-03-13 23:30:48 +00:00
neil%parkwaycc.co.uk
288854a167 Bug 142748 File/Compact Folders should almost always be enabled p=mcow@well.com r=me sr=bienvenu a=chofmann 2004-03-13 23:27:43 +00:00
neil%parkwaycc.co.uk
ef94b9c26f Bug 201248 Change filter/spam logging to ISO time as an interim measure until logging can be localized p=cnst+moz@bugmail.mojo.ru r=smontagu sr=roc moa=bienvenu a=chofmann 2004-03-12 23:53:37 +00:00
neil%parkwaycc.co.uk
a309f10896 Bug 232026 Fix JS strict warning: redeclaration of var item p=gautheri@noos.fr r=me sr=mscott a=chofmann 2004-03-12 21:09:00 +00:00
scott%scott-macgregor.org
89564fdd30 Bug #237151 --> Make the junk mail filter support the ability to reset the training data. This code is not called by anyone yet but is part of the build.
sr=bienvenu
a=asa
2004-03-12 19:14:50 +00:00
bienvenu%nventure.com
f86c4a056b detect disconnect from imap idle state, also use monitor to handle race condition around m_transport sr=mscott, a=chofmann 236584 2004-03-12 19:08:19 +00:00
bienvenu%nventure.com
f74b8b5ec6 add keys for toggling message and thread pane, patch by vdvo@vdvo.net, r=neil.parkwaycc.co.uk, sr=me, a=chofmann 2004-03-12 14:54:30 +00:00
Stefan.Borggraefe%gmx.de
2a90cb5f99 Fix for bug 219620: "Rationalize Thread Messages menu items"
r=neil, sr=mscott, a=chofmann
2004-03-12 08:09:42 +00:00
scott%scott-macgregor.org
e1c235fae6 Bug #234224 --> honor the general.useragent.override pref instead of the custom thunderbird user agent for
outgoing messages if it is set.

This is NOT part of the seamonkey build.
2004-03-12 07:23:38 +00:00
neil%parkwaycc.co.uk
911eb1dd08 Bug 236094 Crash because StartPrintEngine didn't null-check p=r.pronk@its.tudelft.nl r=me sr=mscott a=mkaply 2004-03-11 21:13:13 +00:00
scott%scott-macgregor.org
c8c38ba35e Bug #194632 --> notification preference to use a self-defined wav-file does not function well.
Force the browse button to always insert a file url into the sound url pref.

r=Stefan
sr=bienvenu
a=chofmann
2004-03-11 17:26:24 +00:00
mozilla%ducarroz.org
cef8eca823 Fix for bug 231474. Correctly detect sup part to prevent attachments mixup. R=sspitzer, SR=bienvenu, A=chofmann 2004-03-11 17:00:06 +00:00
bienvenu%nventure.com
5becf44b6b fix crash in nsUInt32Array::GetAt, r/sr=mscott, a=dbaron 220346 2004-03-11 00:01:06 +00:00
mconnor%myrealbox.com
a3a27f4e08 bug 233339 - rewrite CanSetCookie to reflect what dialogs now do, r=dwitte, sr=darin 2004-03-10 06:47:49 +00:00
neil%parkwaycc.co.uk
563f257e30 Bug 235285 add UI for the "reply in default encoding" pref checking in on behalf of jshin@mailaps.org to make l10n freeze r=me sr=bienvenu 2004-03-10 01:49:27 +00:00
bienvenu%nventure.com
378570434d allow user to specify caching of just one imap connection (previous limit was 2) sr=mscott 231225 2004-03-10 01:00:10 +00:00
bienvenu%nventure.com
dd46233445 fix handling of connection to server errors when downloading for offline use, sr=mscott 236532 2004-03-10 00:59:13 +00:00
neil%parkwaycc.co.uk
81a5c1d082 Bug 235498 Fix JS strict warning: anonymous function does not always return a value p=gautheri@noos.fr r=mscott sr=tor 2004-03-10 00:23:00 +00:00
bienvenu%nventure.com
3deeafa09b follow on fix initial sync after a hard reset on the palm to just do a one way sync from PC->HH, sr=mscott 235456 2004-03-09 23:00:44 +00:00
bienvenu%nventure.com
ef2b5f5d5d fix initial sync after a hard reset on the palm to just do a one way sync from PC->HH, sr=mscott 235456 2004-03-09 19:20:56 +00:00
bsmedberg%covad.net
7207604234 Fixing win32 bustage from bug 234392. 2004-03-09 15:18:40 +00:00
bsmedberg%covad.net
58d85f6129 Bug 234392 - nsIRDFResource needs scriptable access to IDN resources. r=pike sr=darin 2004-03-09 14:42:24 +00:00