rhp%netscape.com
36967dbd03
Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft
...
git-svn-id: svn://10.0.0.236/trunk@61852 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 07:04:24 +00:00
rhp%netscape.com
81eeeb59ae
Changes to implement printing correctly - Buf #12505 - r: jefft
...
git-svn-id: svn://10.0.0.236/trunk@60956 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 23:05:06 +00:00
alecf%netscape.com
ee27bcf753
fix window titles to include brand name and reflect new spec
...
#25958 r=putterman
git-svn-id: svn://10.0.0.236/trunk@60832 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 07:11:11 +00:00
jefft%netscape.com
98a707e711
fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp
...
git-svn-id: svn://10.0.0.236/trunk@59992 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-07 15:15:14 +00:00
putterman%netscape.com
a7f2d0f2c2
If a message that is loaded in the message pane is selected again,don't reload it.
...
r=mscott.
git-svn-id: svn://10.0.0.236/trunk@59772 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 15:19:57 +00:00
putterman%netscape.com
1fa499a8a8
sorting and threading now remember selection. Removed Test5000 message. Cleaned up
...
js a bit and moved globals into one function. r =alecf.
git-svn-id: svn://10.0.0.236/trunk@59715 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-04 01:56:38 +00:00
alecf%netscape.com
12c91c7fe7
remove deprecated GetCurrent[Server|Identity] calls, and fix all callers
...
git-svn-id: svn://10.0.0.236/trunk@59506 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 07:28:23 +00:00
putterman%netscape.com
0e7e553653
Fix for 10796. r=jefft and ducarroz. Hook up double clicks on thread pane for drafts and templates.
...
git-svn-id: svn://10.0.0.236/trunk@59286 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-31 22:20:55 +00:00
putterman%netscape.com
48473eb78d
Fix for 24768. r=alecf. Move view navigation code to C++ to speed up.
...
git-svn-id: svn://10.0.0.236/trunk@59104 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:25:17 +00:00
putterman%netscape.com
7676d91f58
Secondary sort thread pane by date. r=sspitzer. Bug 15142.
...
git-svn-id: svn://10.0.0.236/trunk@57640 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 06:02:29 +00:00
putterman%netscape.com
a0770a4ad9
Begin work on mail context menus. This is for the thread pane. r= alecf.
...
git-svn-id: svn://10.0.0.236/trunk@57500 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 02:25:35 +00:00
jefft%netscape.com
445941948d
fixed bug 23442 -- [DOGFOOD] Empty trash on IMAP account causes crash; check for return value in js; r=putterman
...
git-svn-id: svn://10.0.0.236/trunk@57422 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:44:55 +00:00
sspitzer%netscape.com
5aa3a5dfff
fix bug #23249 . prepopulate the address widget the newsgroup name (not the full uri). also, if they had a news server selected, treat this like a normal "To:" compose.
...
git-svn-id: svn://10.0.0.236/trunk@57394 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 09:51:28 +00:00
sspitzer%netscape.com
dca234c2b3
fix a reference error that I caused with my last checkin.
...
git-svn-id: svn://10.0.0.236/trunk@57379 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:20:31 +00:00
sspitzer%netscape.com
e5c7ee1fbf
fix for bug #23457 . when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
...
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").
fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.
r=alecf
git-svn-id: svn://10.0.0.236/trunk@57378 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 08:01:37 +00:00
putterman%netscape.com
ae9b35d443
Select and scroll to first new message in a folder. r=bienvenu.
...
git-svn-id: svn://10.0.0.236/trunk@57233 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-09 19:47:58 +00:00
mscott%netscape.com
30bb10ee3b
Bug #22960 --> fix an inefficiency when deleting a message...we were clearing the
...
message pane and msg header view overlay twice every time we deleted
a msg...this helps make deleting look faster...The fix is to not
clear the msg pane every time selection changes in the thread pane..
instead only clear the msg pane when the folder selection changes..
git-svn-id: svn://10.0.0.236/trunk@56909 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-06 00:54:09 +00:00
putterman%netscape.com
aaca319e2b
Fixes 17427, 17288. r=bienvenu. NextUnreadThread works and Next Unread Messages uses it
...
for optimization. Thread counts work in thread pane. Can now mark a replied or forwarded message
as unread.
git-svn-id: svn://10.0.0.236/trunk@56779 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 00:56:27 +00:00
sspitzer%netscape.com
b00bc9a5ce
clean up for fix for #18751 . don't use a constant for the type.
...
r=ducarroz
git-svn-id: svn://10.0.0.236/trunk@56545 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-24 16:06:52 +00:00
sspitzer%netscape.com
93dd80eb8f
fix for #18751 . now, if the user has a newsgroup selected in the folder pane,
...
and they hit new message, it comes up prepopulated to post to that group
on that host.
git-svn-id: svn://10.0.0.236/trunk@56542 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-24 10:54:52 +00:00
sspitzer%netscape.com
57141e766c
take out a dump that is confusing people.
...
git-svn-id: svn://10.0.0.236/trunk@56299 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 21:43:29 +00:00
alecf%netscape.com
e5d4b1203c
general cleanup of dead code in messenger, and fixup to use non-DOM interfaces so that the interface isn't tied to a UI
...
r=sspitzer
a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56161 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 00:48:25 +00:00
jefft%netscape.com
7ad0076bfb
fixed bug 12929 & bug 20415 - imap rename/delete/move folder should reset the connection to authenticated state; imap empty trash didn't delete subfolders; r=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@55163 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-03 05:59:57 +00:00
putterman%netscape.com
59b63e045b
Fix 20556 and change printf to dump in js.
...
git-svn-id: svn://10.0.0.236/trunk@55104 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 23:14:42 +00:00
alecf%netscape.com
40067e21e4
mail architecture cleanup (no bug - emptying my tree before next week's closure)
...
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
git-svn-id: svn://10.0.0.236/trunk@55040 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 06:59:28 +00:00
putterman%netscape.com
962c93df68
Work on making folder pane look like spec. Fixes 17841. Reviewed by alecf.
...
git-svn-id: svn://10.0.0.236/trunk@54179 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-22 22:08:23 +00:00
putterman%netscape.com
91d7958a74
Fix for 18244. Don't load messages if splitter between thread and message pane is collapsed.
...
reviewed by hangas.
git-svn-id: svn://10.0.0.236/trunk@53224 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-11 20:24:46 +00:00
putterman%netscape.com
3eee221ecf
Work on 12846 for making message threads work. Reviewed by bienvenu.
...
git-svn-id: svn://10.0.0.236/trunk@53122 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-11 00:23:29 +00:00
ducarroz%netscape.com
0cdb370274
Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only).
...
Fix for bug 13261, use constants instead of numerical.
Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682)
git-svn-id: svn://10.0.0.236/trunk@53100 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-10 23:47:59 +00:00
sspitzer%netscape.com
23b419547b
fix for #17956 , a=chofmann. fix by ducarroz, r=sspitzer
...
git-svn-id: svn://10.0.0.236/trunk@52983 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-09 02:07:58 +00:00
bienvenu%netscape.com
3b1ca7dd5b
more work to hook up stop button, r=mscott 17743
...
git-svn-id: svn://10.0.0.236/trunk@52584 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 21:36:59 +00:00
bienvenu%netscape.com
9187011a29
changes to use nsIMsgWindow r=putterman
...
git-svn-id: svn://10.0.0.236/trunk@52190 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-29 04:39:06 +00:00
putterman%netscape.com
2df3525f9d
More work on 17376. reviewed by bienvenu. Store open folder and keep array of msgWindows.
...
git-svn-id: svn://10.0.0.236/trunk@52149 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 23:27:21 +00:00
putterman%netscape.com
6263816942
Fix for 17277. reviewed by mscott. Delete selects next message instead of previous.
...
git-svn-id: svn://10.0.0.236/trunk@51942 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-27 04:46:12 +00:00
bienvenu%netscape.com
de04e9ade9
always update folders when clicking on them r=putterman
...
git-svn-id: svn://10.0.0.236/trunk@51484 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-22 01:59:50 +00:00
alecf%netscape.com
8d5865d224
clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
...
r=scottip
git-svn-id: svn://10.0.0.236/trunk@51302 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 21:58:21 +00:00
sspitzer%netscape.com
ee0c7447a5
fix for #16820 , #16821 . r=alecf, a=leaf. fix the pre-select the compose "From" identity
...
based on the selection in the folder pane. it broken when I removed the FindServerUsingURI()
method a few days ago. all better now.
git-svn-id: svn://10.0.0.236/trunk@51265 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-20 18:31:26 +00:00
alecf%netscape.com
9083887386
update new image names in all XUL, JS, and CSS
...
git-svn-id: svn://10.0.0.236/trunk@50556 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-13 04:26:01 +00:00
putterman%netscape.com
b4b00ba592
Fix bug 15479 - crash when mousing over folder pane scrollbar. Also, fix 12645 - assertion
...
when using folder pane scrollbar. Also, make 3pane menu and toolbar look normal. various
parts reviewed by hyatt and hangas.
git-svn-id: svn://10.0.0.236/trunk@49800 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-05 04:14:26 +00:00
putterman%netscape.com
27210e9602
Only reroot if the folder notification we receive is for the folder that's currently the loading folder.
...
git-svn-id: svn://10.0.0.236/trunk@48615 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 21:04:52 +00:00
sspitzer%netscape.com
6f648e84bd
fix bug #10235
...
implement "pre-select the right identity when composing based on folder pane selection" feature.
git-svn-id: svn://10.0.0.236/trunk@48342 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 08:13:27 +00:00
sspitzer%netscape.com
bf84e03cf4
check in work around for #10235
...
check in start of work for #14312
fix a couple warnings
comment out some dump() calls
git-svn-id: svn://10.0.0.236/trunk@48303 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-20 02:12:28 +00:00
putterman%netscape.com
8f317b6531
more performance work for loading folders without .msf files or that have to have
...
headers downloaded.
git-svn-id: svn://10.0.0.236/trunk@48047 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-17 23:12:44 +00:00
putterman%netscape.com
b84742682d
Changes to increase performance when having to parse a mailbox or download a lot of headers.
...
git-svn-id: svn://10.0.0.236/trunk@47838 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 21:11:01 +00:00
alecf%netscape.com
c7c827f3f7
drop the product monkier for now, hopefully the "titlemodifier" will handle this for us
...
git-svn-id: svn://10.0.0.236/trunk@47297 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 06:26:50 +00:00
putterman%netscape.com
3dcc1e050e
After deleting, the next message is selected.
...
git-svn-id: svn://10.0.0.236/trunk@47280 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 04:41:46 +00:00
putterman%netscape.com
2c0ca1b9fb
Clear selection when changing folders and AddFolderListener on startup
...
git-svn-id: svn://10.0.0.236/trunk@47168 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-13 21:11:45 +00:00
hangas%netscape.com
638c154e6e
Added Preferences to globalOverlay.xul and converted the windows over to use it.
...
git-svn-id: svn://10.0.0.236/trunk@47045 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-12 08:27:01 +00:00
putterman%netscape.com
19d1934998
Adding message view changes.
...
git-svn-id: svn://10.0.0.236/trunk@46527 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 06:18:40 +00:00
alecf%netscape.com
e51e127562
fix for #13403 - when the selected folder is a server, don't put the " on " part in
...
git-svn-id: svn://10.0.0.236/trunk@46472 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 00:52:52 +00:00