bienvenu%nventure.com
|
522e5ca710
|
fix 275561 if pop3 filters mark messages as read, don't include them in the new count for the sys tray new mail icon, and don't display it at all if there are no new msgs, sr=mscott
|
2007-02-14 19:53:46 +00:00 |
bienvenu%nventure.com
|
827395b63c
|
work on 349714 new flag handling, sr=mscott
|
2007-02-08 16:05:41 +00:00 |
bienvenu%nventure.com
|
d35df0a229
|
work on 349714 new flag handling, sr=mscott
|
2007-02-08 15:47:25 +00:00 |
bienvenu%nventure.com
|
e3c9c4c289
|
prevent full download of partial pop3 message from running at same time as get new mail, sr=mscott part of 240049
|
2007-02-03 18:38:48 +00:00 |
bienvenu%nventure.com
|
b3d870ac9d
|
add new msg+folder notification service geared more to the needs of desktop search indexers, sr=mscott 290057
|
2007-01-26 01:22:48 +00:00 |
ajschult%verizon.net
|
2a05819b0b
|
Bug 365751: Fix for O(N^2) perf handling attachments with '\n' and other clean up for nsMsgLocalMailFolder::CopyData, r+sr=bienvenu.
|
2007-01-14 21:20:40 +00:00 |
bienvenu%nventure.com
|
ab425b29a4
|
fix 362241, currently selected message not reselected after automatic compactions, sr=mscott
|
2007-01-09 22:44:11 +00:00 |
gavin%gavinsharp.com
|
bf31d58845
|
Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest
|
2007-01-09 20:29:09 +00:00 |
bienvenu%nventure.com
|
f22a835b8d
|
back out fix for 365751 because it caused a regression saving drafts, copying to local sent folder, and send later, 366151
|
2007-01-08 18:46:42 +00:00 |
ajschult%verizon.net
|
e15c4c0dbe
|
Bug 365751: Deleting an attachment with \n is O(N^2). r+sr=bienvenu
|
2007-01-05 04:27:38 +00:00 |
wr%rosenauer.org
|
bf6e7f5ce4
|
Bug 364567 - fixed warning: operation on 'typeIndex' may be undefined, r+sr=bienvenu
|
2006-12-23 08:58:13 +00:00 |
bienvenu%nventure.com
|
2eb385564d
|
make custom db headers a space delimited list, not comma, follow on to 356860, sr=mscott
|
2006-12-12 21:14:35 +00:00 |
bienvenu%nventure.com
|
7b739b76a3
|
remember tags when copying imap messages to local folders, sr=mscott 362989
|
2006-12-08 17:11:40 +00:00 |
bienvenu%nventure.com
|
302c05308d
|
fix 197228 create special folders for local accounts lazily, sr=mscott
|
2006-11-28 21:49:40 +00:00 |
bienvenu%nventure.com
|
32875d5b06
|
ignore spotlight subdirectories when doing local folder discovery, sr=mscott, part of 290057
|
2006-11-27 21:08:10 +00:00 |
bienvenu%nventure.com
|
488569cbfc
|
work for 290057 integrating with Spotlight - this allows us to open spotlight search results in TB, sr=mscott
|
2006-11-26 19:55:57 +00:00 |
joshmoz%gmail.com
|
06e507efe7
|
remove XP_MAC from mailnews. b=281889 r=bienvenu
|
2006-11-16 00:22:53 +00:00 |
bzbarsky%mit.edu
|
0a3a624149
|
Make it possible for protocol handlers to configure how CheckLoadURI should
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
|
2006-11-10 23:49:08 +00:00 |
bienvenu%nventure.com
|
ff5a5d11e5
|
allow extensions to customize which headers are stored in the .msf file via a pref, which will help enable custom columns based on msg headers sr=mscott 356860
|
2006-10-30 16:46:38 +00:00 |
ajschult%verizon.net
|
b42b4069dc
|
Bug 355338: clean up failure checks for TB1507 topcrash, r+sr=bienvenu
|
2006-10-06 02:01:32 +00:00 |
bienvenu%nventure.com
|
956bfb00ab
|
don't flush popstate.dat in the case where we lose the connection while listing uidls, sr=mscott 240049
|
2006-10-02 21:51:17 +00:00 |
bienvenu%nventure.com
|
3b9ea915e0
|
fix 226839 only delete mail from pop3 server when user deletes/moves to the trash, instead of just move in general, sr=mscott
|
2006-09-27 20:15:02 +00:00 |
bienvenu%nventure.com
|
294e8111be
|
fix 352801 biff shouldn't cause pop3 passwords to get forgotten, also fix logon loop when auth fallback turned off, sr=mscott
|
2006-09-26 18:33:02 +00:00 |
timeless%mozdev.org
|
0594934372
|
Bug 353689 improve nsLocalUndoFolderListener::OnItemEvent
r=bienvenu sr=neil
|
2006-09-22 07:47:01 +00:00 |
timeless%mozdev.org
|
c22fa76581
|
Bug 353689 improve nsLocalUndoFolderListener::OnItemEvent
r=bienvenu sr=neil
|
2006-09-22 07:25:48 +00:00 |
bienvenu%nventure.com
|
0b37f4bf0d
|
fix 0 message counts after compacting local folder, until restart, sr=mscott 351685
|
2006-09-20 00:51:35 +00:00 |
timeless%mozdev.org
|
664b6df306
|
Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
r=bsmedberg sr=biesi
|
2006-09-17 00:04:39 +00:00 |
timeless%mozdev.org
|
f30980a3b7
|
Bug 352647 String literal converted to char* in formal argument name, in assignment, and in call
r=bienvenu sr=bienvenu
|
2006-09-16 23:38:18 +00:00 |
bugzilla%standard8.demon.co.uk
|
54d90ef466
|
Bug 351920 Remove uses of nsSpecialSystemDirectory from mailnews. r=bienvenu,sr=mscott
|
2006-09-16 08:04:20 +00:00 |
scott%scott-macgregor.org
|
8f186cdbd5
|
Bug #349929 --> APOP information is reset after stepping up a TLS connection. patch suggestion by Kazu Yamamoto. sr=bienvenu
|
2006-08-25 22:29:01 +00:00 |
bienvenu%nventure.com
|
617f39adbd
|
fix rss filters that change message flags, sr=sspitzer, 264382
|
2006-08-19 21:54:26 +00:00 |
bienvenu%nventure.com
|
292e9980e8
|
fix move/copy to imap folder filter action for incoming rss msg, sr=mscott part of 348662
|
2006-08-14 23:21:17 +00:00 |
bienvenu%nventure.com
|
ad3e64ad3b
|
fix 296113, can't display e-mails in local folders if profile path contains # char, change escaping of mailbox uris r=bienvenu, sr=mscott, patch by jeongkyu.kim@gmail.com
|
2006-08-11 16:40:50 +00:00 |
bienvenu%nventure.com
|
198b74a24c
|
fix mailnews backed part of 293766, allow extensions to provide their own undo/redo objects to mailnews, sr=mscott
|
2006-08-09 00:54:56 +00:00 |
scott%scott-macgregor.org
|
71cd5bcecc
|
Bug #Bug #346747 --> hook up rename and delete to folder views. Clear the favorite flag when deleting a local folder to trash. sr=bienvenu
|
2006-08-01 00:56:43 +00:00 |
scott%scott-macgregor.org
|
38d1652ffa
|
Bug #Bug #346747 --> hook up rename and delete to folder views. sr=bienvenu
|
2006-08-01 00:46:16 +00:00 |
bienvenu%nventure.com
|
40eb0b77a8
|
fix 346378, renaming favorite folder twice loses favorite folder status, sr=mscott
|
2006-07-31 21:57:31 +00:00 |
bienvenu%nventure.com
|
524ab8b16b
|
one fix for 317348 new indicator showing on folders when it shouldn't, sr=mscott
|
2006-07-28 00:31:55 +00:00 |
scott%scott-macgregor.org
|
f579934db2
|
Bug #345251 --> remove calls to getojbectproperty on a DOM Window as that API is going away. While I'm here, clean up and simplifying nsIMsgStatusFeedback, nsimsgWindow. Combine nsIMsgWindowCommands and nsIMsgPaneController into a single interface.
sr=bienvenu
|
2006-07-22 01:20:09 +00:00 |
bienvenu%nventure.com
|
33268d4ae1
|
add button to regen summary file from folder properties dialog, sr=mscott 344846
|
2006-07-18 01:24:35 +00:00 |
bienvenu%nventure.com
|
9c4b5a0018
|
fix unix build bustage
|
2006-06-22 14:37:42 +00:00 |
bienvenu%nventure.com
|
b54b56c13c
|
fix crash after downloading pop3 mail with message quarantining turned on, sr=mscott 332700
|
2006-06-22 14:25:16 +00:00 |
timeless%mozdev.org
|
27eaab5dcd
|
Bug 337917 Make consumers stop using cids from other modules
|
2006-06-18 21:18:22 +00:00 |
bienvenu%nventure.com
|
d06f8bbbcc
|
add support for unlimited number of tags per profile and per message, replace labels with tags, sr=mscott, sspitzer 114656
|
2006-06-09 14:26:31 +00:00 |
bienvenu%nventure.com
|
0cd27bba7a
|
fix 336710, crash downloading new pop3 mail when message quarantining is turned on and filter log turned off, sr=sspitzer
|
2006-06-02 23:35:48 +00:00 |
bienvenu%nventure.com
|
7491f01e18
|
fix 249240 reprompt for password when logon fails, with previous password filled in, sr=mscott
|
2006-05-23 17:17:47 +00:00 |
timeless%mozdev.org
|
9fabca1463
|
Bug 336957 Crash when calling messageServiceFromURI("file://...").streamMessage [@ nsMailboxService::FetchMessage]
r=bienvenu sr=bienvenu
|
2006-05-11 13:21:32 +00:00 |
darin%meer.net
|
0318b8c707
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
cbiesinger%web.de
|
51a89a8b1e
|
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.
r=bsmedberg
|
2006-05-06 17:53:51 +00:00 |
bienvenu%nventure.com
|
bf8c6764a6
|
fix for 332700, crash when downloading pop3 mail with filters and virus msg quarantining, sr=mscott
|
2006-04-20 20:17:53 +00:00 |