alecf%netscape.com
374c80d6a0
don't crash when there are no servers
1999-09-11 00:29:00 +00:00
alecf%netscape.com
452690b4fb
fix account manager to only retrieve values that will go into pages, and only save values that have changed.
1999-09-10 23:24:16 +00:00
sspitzer%netscape.com
510fab2ca3
fix warning for putterman.
1999-09-10 08:38:17 +00:00
sspitzer%netscape.com
8f27a6799d
whoops!
1999-09-10 08:16:57 +00:00
sspitzer%netscape.com
cd62be5ba4
change to migrate the old 4.x copies and folders prefs.
...
changes to js and xul to make these show up in the Account manager.
more macros to clean up the code.
remove anything that indicates we are clearing old prefs, since we aren't doing that yet.
1999-09-10 08:12:05 +00:00
putterman%netscape.com
efaca9883c
Fix multiple folder in thread pane problem.
1999-09-10 05:28:14 +00:00
bienvenu%netscape.com
500408c405
throttle back status to improve performance
1999-09-09 22:18:26 +00:00
warren%netscape.com
40ed9d6ad2
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
1999-09-09 22:05:05 +00:00
sspitzer%netscape.com
8457354b34
do some clean up in preperation of migrating the fcc prefs. (for bug #10583 )
...
change the newsrcFilePath attribute to be a nsIFileSpec, instead of a string.(bug #13306 )
add code to do hashing of hostname. [not turned on yet]. (for bug #13480 )
remove the obsolete GetRootFolderPath() code from the incoming servers.
1999-09-09 21:17:32 +00:00
putterman%netscape.com
db08f10bba
Adding message view changes.
1999-09-09 06:18:40 +00:00
putterman%netscape.com
a7efc10e5d
added message view.
1999-09-09 06:16:33 +00:00
putterman%netscape.com
7d8d9864ed
added nsMessageView and performance work on loading folders.
1999-09-09 06:15:48 +00:00
putterman%netscape.com
aea60bf917
add nsMessageView.cpp
1999-09-09 06:11:58 +00:00
putterman%netscape.com
cd35896bc8
Adding new files.
1999-09-09 06:11:28 +00:00
arielb%rice.edu
a5c4082159
spamming tree with NS_DECL_IFOO's. generated code from macros replacing code in .h files
1999-09-09 06:02:05 +00:00
alecf%netscape.com
4965128a38
don't show this old pref anymore
1999-09-09 04:12:39 +00:00
alecf%netscape.com
22703b41c3
change nsIMsgIncomingServer->SetLocalPath/GetLocalPath to be an nsIFileSpec instead of a string
1999-09-09 04:11:38 +00:00
alecf%netscape.com
53984f2ad2
fix for #13403 - when the selected folder is a server, don't put the " on " part in
1999-09-09 00:52:52 +00:00
sspitzer%netscape.com
25236e0b5b
the code to create the special folders (Inbox, Trash, etc) should not be in the pref migration code. jefft (or someone) has already written it in the right place, I'd just forgotten about this code.
1999-09-09 00:37:45 +00:00
sspitzer%netscape.com
b37a6e707d
fix for #13305 . upon migration, set the mail.root.<type> prefs and the mail.newsrc_root pref, if we know the values.
1999-09-08 22:16:19 +00:00
jefft%netscape.com
7fe06bccb8
pay attention to the templates pref when save message as template
1999-09-08 20:31:26 +00:00
jefft%netscape.com
2c24fc296c
implemented save existing message as template
1999-09-08 13:50:40 +00:00
alecf%netscape.com
ee5b2d2ef8
add account title to the title bar
1999-09-08 07:03:03 +00:00
alecf%netscape.com
cb10224da9
fix for #12575 - remember messenger window position
1999-09-08 06:01:48 +00:00
sspitzer%netscape.com
cf6defee8a
whoops, use newsrcDir instead of newsHostsDir, to be correct.
1999-09-08 05:46:10 +00:00
sspitzer%netscape.com
63c1710457
fix some build mac / windows build breakage.
1999-09-08 05:43:27 +00:00
sspitzer%netscape.com
20d6d01a65
changes needed so that on migration, we heed "news.directory", "mail.directory", and "mail.imap.root_dir" prefs. turned off for now, because waiting for dbragg to set these prefs after migration.
1999-09-08 05:40:40 +00:00
alecf%netscape.com
3f741d7641
use new NSPR types
1999-09-08 05:22:08 +00:00
alecf%netscape.com
87b77f8eea
switch to PR_TRUE/PR_FALSE/etc...
1999-09-08 05:20:39 +00:00
alecf%netscape.com
4cc78e6faf
switch to nsCRT string routines and PR_TRUE/PR_FALSE to reduce include dependancies
1999-09-08 03:09:39 +00:00
alecf%netscape.com
8c203fba2a
switch to nsCRT routines and PR_TRUE/PR_FALSE to reduce include dependancy
1999-09-08 03:08:27 +00:00
bruce%cybersight.com
ea2a483a36
Use nsCRT::free() on result of nsEscape().
1999-09-04 17:32:36 +00:00
davidmc%netscape.com
c1b86c3728
file API changes
1999-09-03 22:27:25 +00:00
sspitzer%netscape.com
3865e54b3a
rewrite the migration code to use CreateAccount(), CreateIncomingServer() and CreateIdentity(). rely on alecf's code to generate the uniq keys. fix a infinite loop bug in the uniq key generation for accounts. remove or cleanup a bunch of printfs.
1999-09-03 10:25:06 +00:00
hyatt%netscape.com
0b66836732
Hooking up persistence of tree column state in the folder pane.
1999-09-03 09:31:25 +00:00
hyatt%netscape.com
6e799d5002
Hooking up persistence of column state in the thread pane.
1999-09-03 09:22:19 +00:00
hyatt%netscape.com
d38ea52e16
Adding fixed width columns to the mailnews UI.
1999-09-03 09:02:21 +00:00
sspitzer%netscape.com
3f30819ff0
remove the useless MigratePrefs method. change upgradePrefs() into UpgradePrefs() and make it part of the nsIMsgAccountManager interface, so alecf can call it from js.
1999-09-03 08:06:13 +00:00
sspitzer%netscape.com
0db349427d
introduce and use the UPGRADE_AND_CLEAR_*_PREF macros. this cleans up a lot of code. add a bunch of new attributes to the nsIImapIncomingServer interface, and the matching code to get and set these prefs. (examples, delete_model, offline_download, dual_use_folders, etc.) remove nsIImapIncomingServer.h, now we use nsIImapIncomingServer.idl. migrate all those new nsIImapIncomingServer attributes when migrating from 4.x to 5.0
1999-09-03 07:01:37 +00:00
jefft%netscape.com
a029b3832e
fixed assert when calling SaveMessageToDisk()
1999-09-03 05:28:40 +00:00
jefft%netscape.com
73aec1aeb7
implemented SaveAs() method
1999-09-03 02:27:36 +00:00
jefft%netscape.com
94e527b91f
enable SaveAs() command
1999-09-03 02:26:58 +00:00
jefft%netscape.com
afae46a6c8
added saveAs() method for SaveAsFile() & SaveAsTemplate()
1999-09-03 02:25:53 +00:00
sspitzer%netscape.com
2e20b1a044
fix for #13062 . prevent infinite loop when reading news.
1999-09-02 22:07:48 +00:00
sfraser%netscape.com
fb60454a75
Change id on the file menu <menupopup> from "fileMenu" to "fileMenuPopup"
1999-09-02 21:58:12 +00:00
putterman%netscape.com
1e5f8bb572
Speed up GetTarget by comparing to collation/sort property ptrs instead of parsing
...
property each time.
1999-09-02 21:54:11 +00:00
putterman%netscape.com
db8d6a8711
use proportional sizing in threadPane.
1999-09-02 21:53:05 +00:00
alecf%netscape.com
63229391bb
remove stupid dump()s
1999-09-02 21:50:07 +00:00
alecf%netscape.com
eb182b184d
account wizard now creates new accounts
...
(first rough cut)
1999-09-02 21:48:26 +00:00
alecf%netscape.com
614d547158
implement getUniqueAccountKey for accounts
1999-09-02 21:47:59 +00:00