cls%seawood.org
6f256984a9
Let the use of PR_Log() be controlled by a toplevel build option. All places that set FORCE_PR_LOG to force logging on need to wrap that #define FORCE_PR_LOG in a MOZ_LOGGING ifdef.
...
It's on by default. Set
--disable-logging (unix)
NO_LOGGING=1 (win32)
moz_logging = 0 (mac)
to turn it off globally.
Bug #53226 r=sspitzer,leaf,sfraser
2001-05-05 10:18:53 +00:00
kandrot%netscape.com
afdac97c93
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
bienvenu%netscape.com
e044966ea3
fix playback of offline moves, removes duplicate, bogus header sr=sspitzer 78520 also white space fixes
2001-05-05 02:43:58 +00:00
naving%netscape.com
7e3dbcc31c
78240, 78934 r=suresh sr=bienvenu; Added a boolean allowUndo to decide when to do Undo; Also
...
made Undo/redo work for dnd.
2001-05-04 23:29:50 +00:00
mscott%netscape.com
01c39cae68
63189 --> Unable to detect attachments for imap accounts with a user name containing an '@' sign. Fix is in NewURI. don't unescsape
...
the url, just unescape the pre host part.
sr=bienvenu
2001-05-04 22:08:55 +00:00
bienvenu%netscape.com
cec2828926
fix download now button on folder prop r=sspitzer 78892
2001-05-04 14:47:19 +00:00
bienvenu%netscape.com
35b8bfa64a
part of fix multiple msg load on multiple delete r=naving, sr=sspitzer 76501
2001-05-04 00:33:26 +00:00
mscott%netscape.com
03bcbade48
Bug #73093 --> fix corruption when opening attachments multiple times. When determining if
...
we are fetching a part look for ;section= AND ?section= in the url spec.
sr=bienvenu
2001-05-02 23:02:26 +00:00
sspitzer%netscape.com
9cdfaf0347
fix for ##48409. prevent mac from crashing when using the subscribe dialog.
...
I was recursing over the internal tree to generate the hostinfo.dat.
win32 and linux were ok, but all hell broke loose on the mac.
256K of stack is not enough for my approach. I've switched
to keep a duplicate list of the groups on the server. also fix some minor
subscribe issues.
sr=bienvenu
2001-05-01 08:50:07 +00:00
sspitzer%netscape.com
ce46a7fd38
fix for #11387 . save as draft on an existing should remove the old draft.
...
fix by cavin@netscape.com r=ducarroz, bienvenu. sr=sspitzer.
2001-05-01 03:17:47 +00:00
cls%seawood.org
00f28396a9
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
valeski%netscape.com
00bca056ef
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
bienvenu%netscape.com
32d0484c33
restore part of backed out changes from bustage
2001-04-27 14:57:35 +00:00
pollmann%netscape.com
d8ca4bf931
Backing out Linux bustage
2001-04-27 07:33:25 +00:00
sfraser%netscape.com
245d4eb76f
Backing out valeski
2001-04-27 05:53:22 +00:00
bienvenu%netscape.com
92ba6159a6
fix problem playing back offline imap operations r=naving, sr=sspitzer
2001-04-27 04:17:41 +00:00
valeski%netscape.com
54db7dffa3
mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332
2001-04-27 04:16:22 +00:00
bienvenu%netscape.com
217dd213c6
fix problem replaying offline imap operations, remove unused adopt method r=naving, sr=sspitzer 76668
2001-04-27 04:15:07 +00:00
ducarroz%netscape.com
6f82d27585
Fix for bug 76789. Resole redundant symbols in mailnews in preparion of dll merging. R=varada, SR=sspitzer
2001-04-27 00:22:18 +00:00
naving%netscape.com
f76f1bb58c
75936 75808 sr=bienvenu Cleaned up the searchdbView code to make the file and delete operations work on mulitple folders
...
72709 sr=sspitzer deleting profiles clears the hdrs from the thread pane
66992 sr=bienvenu
2001-04-26 05:29:24 +00:00
timeless%mac.com
46b177e406
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
...
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
bienvenu%netscape.com
6854b90991
fix problem reading unread imap msg from mem cache not marking msg read r=naving,sr=sspitzer 24787
2001-04-17 23:32:09 +00:00
naving%netscape.com
b52e7f3dd9
75992. sr=bienvenu. When it is cross-server update the counts correctly.
2001-04-16 23:42:07 +00:00
mscott%netscape.com
2dc43f386f
Bug #73819 --> hook imap and news up to the new memory cache.
...
r/sr=sspitzer,bienvenu
2001-04-13 03:48:37 +00:00
bienvenu%netscape.com
b998aaf3a5
add support for imap get new mail downloading message bodies r/sr =sspitzer,mscott 15865
2001-04-12 04:42:28 +00:00
shaver%mozilla.org
a0daa1645d
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
stephend%netscape.com
fc0ef199da
Checking in the fix for bug 40191, 'Bad connection refused message under an IMAP server.' r=hwaara@chello.se sr=alecf@netscape.com
2001-04-11 04:39:39 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
disttsc%bart.nl
72cea9bb38
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33:11 +00:00
dbaron%fas.harvard.edu
e4bada04d5
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES.
2001-04-07 05:27:06 +00:00
danm%netscape.com
33594c68ff
removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various
2001-04-07 03:33:56 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
bienvenu%netscape.com
4556ca5d28
fix problem with messed up imap folder hierarchy, folder names in server.msf files 72854 and 72871 sr=sspitzer
2001-03-31 02:50:11 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
bienvenu%netscape.com
761dc44073
fix problem fetching message-ids and priority noted in bug 71983 add space to protocol we send sr=sspitzer
2001-03-29 15:06:20 +00:00
bienvenu%netscape.com
6b408b3a23
add progress and status msg to folder compaction r=naving, sr=sspitzer 34073
2001-03-28 21:14:18 +00:00
bienvenu%netscape.com
bf87d8e53d
fix 42863 (pref for enabling env imap prot command), 26735 (respect read-only imap mailboxes) add pref for downloading msg bodies with msg headers for offline imap (15865) r=naving, sr=mscott,sspitzer
2001-03-27 15:22:14 +00:00
cls%seawood.org
979c006ff6
Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
...
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
bienvenu%netscape.com
c428e1cd55
get replying to offline msg working sr=sspitzer 64424
2001-03-25 22:13:22 +00:00
mscott%netscape.com
a90e3b0842
Bug #73250 , 67997 --> fix infinite loop when displaying images with the new image lib.
...
When fetching a part or an attachment to an imap message, automatically invoke a mime converter
to extract just the part. this fixes saving mail attachments from the browser window.
sr=bienvenu
2001-03-25 00:24:41 +00:00
bienvenu%netscape.com
efce4931fc
get status msgs working again for imap 73241, couple small fixes for offline imap 15865 r=naving, sr=sspitzer
2001-03-24 14:53:54 +00:00
gayatrib%netscape.com
1ad4817ab0
Implementing deleting/filing messages on single and multiple folders in search. Fixed regression introduced after merging performance branch that search does not display number of search hits. r=bhuvan,bienvenu. sr=bienvenu.
2001-03-24 09:08:26 +00:00
bienvenu%netscape.com
ae3941d951
add support for local folders under imap servers, also fix problem with offline sync playback r=naving,sr=sspitzer 15865
2001-03-22 14:38:00 +00:00
timeless%mac.com
e76ccfd647
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
disttsc%bart.nl
497249a5e8
Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver
2001-03-20 05:37:56 +00:00
dbaron%fas.harvard.edu
c35f64b6e0
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage from mailnews performance branch landing by adding new header file dependencies to REQUIRES.
2001-03-17 03:49:10 +00:00
sspitzer%netscape.com
790bdb2dc8
remove files no longer part of the build due to the mailnews landing.
...
(specifically, there is no more message datasource or nsIMessage)
2001-03-17 02:54:34 +00:00
mscott%netscape.com
fe4edc0bea
Land the Mailnews Performance Branch.
...
Includes front end re-write to use the outliner widget for the thread pane.
Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.
enjoy =).
2001-03-17 01:59:34 +00:00