ramiro%netscape.com
6f3fcfb2ba
Add MOZ_DEMANGLE_SYMBOLS to debug builds for demangling symbols.
1999-09-14 13:30:12 +00:00
ramiro%netscape.com
eb5fb78483
Add DemangleSymbol() for demangling symbols on linux.
1999-09-14 13:24:25 +00:00
morse%netscape.com
4d34d9eb6e
don't save values internally if user can't or won't unlock the database
1999-09-14 12:30:14 +00:00
sspitzer%netscape.com
d5445de86d
check the return values when calling SetDefaultLocalPath(). mail.root.pop wasn't getting set when migrating a profile that used pop. it was caused by a simple cut and paste error.
1999-09-14 12:08:02 +00:00
sspitzer%netscape.com
c99df5aac4
clean up my comment
1999-09-14 11:37:07 +00:00
sspitzer%netscape.com
58b23fde70
there is no nsNoService, so in the MsgLocalFactory, we
...
registered the nsPop3Service with both
"component://netscape/messenger/protocol/info;type=none"
"component://netscape/messenger/protocol/info;type=pop3"
on disk, both roots (mail.root.none and mail.root.pop3)
should point to <profile>/Mail or "mail.directory"
so we set both here to the same value
1999-09-14 11:36:10 +00:00
sspitzer%netscape.com
4f057cd26a
only automigrate (when we have one profile) on windows.
1999-09-14 11:12:10 +00:00
morse%netscape.com
0a67f56b4a
cleanup: TRUE->PR_TRUE, FALSE->PR_FALSE
1999-09-14 10:52:15 +00:00
morse%netscape.com
1adfd07c4a
fix bug 13717
1999-09-14 10:47:59 +00:00
sspitzer%netscape.com
e0b280be86
fix build bustage
1999-09-14 10:43:49 +00:00
sspitzer%netscape.com
f9846f9db9
turn on migration for the mac. note, it doesn't work just yet.
also, for mac, like unix, don't automigrate if there is only one profile.
this make it hell to debug. once it works, we can make it automigrate if
we only have one profile if we want.
1999-09-14 10:23:08 +00:00
ssu%netscape.com
919fb8cda9
initial checkin for building native windows installer. It is not part of the seamonkey build yet.
1999-09-14 10:02:42 +00:00
sspitzer%netscape.com
715227a9ef
we no longer have to be all crazy in our Makefile.
...
we can just build base once. I am so happy this is fixed.
1999-09-14 09:56:44 +00:00
sspitzer%netscape.com
afecdc4e8f
the pref migrator iid's look very suspicous, so regenerate them.
...
follow convention:
rename nsPrefMigrationIIDs.h to nsPrefMigrationCIDs.h
rename NS_IPrefMigration_IID -> NS_PREFMIGRATION_CID
rename kFoo_CID to kFooCID
use the NS_GET_IID macro
1999-09-14 09:41:41 +00:00
alecf%netscape.com
a2b604557a
tables should not be white - it makes all the mail prefs white
1999-09-14 09:40:00 +00:00
sspitzer%netscape.com
6e6ad7cc7c
mail.root.nntp wasn't getting set when I called SetDefaultLocalPath() on a nntp incoming server because QueryInterface for nsNttpService was not fixed to support nsIMsgProtocolInfo. use the cool macro and the problem goes away. woo-hoo!
1999-09-14 09:34:23 +00:00
warren%netscape.com
a41c2f2e9f
Fixed uninitialized return value.
1999-09-14 09:33:53 +00:00
alecf%netscape.com
c559373057
actually, create the account at the end
1999-09-14 09:28:15 +00:00
alecf%netscape.com
585e4c64d1
workaround for broken GFX combo box
1999-09-14 09:26:57 +00:00
sspitzer%netscape.com
5ed079462d
my mistake, news is correct in this case. this case.
1999-09-14 09:14:22 +00:00
sspitzer%netscape.com
80d5ac54f4
nsIMsgIncomingServer needs a SetDefaultLocalPath(). we use this when migrating prefs.
...
add the newsrcRootPath attribute to the nsINntpIncomingServer interface.
implement Set/GetNewsrcRootPath(), similar to how Set/GetDefaultLocalPath() are implemented.
rewrite nsMsgAccountManager to use
Set/GetDefaultLocalPath() and Set/GetNewsrcRootPath()
rename some methods in nsMsgAccountManager for correctness.
1999-09-14 09:03:40 +00:00
sspitzer%netscape.com
f7e2446777
the type is nntp, not news. this was preventing me from setting mail.root.nntp
1999-09-14 08:57:34 +00:00
rjc%netscape.com
f6a62d4ee1
Rename "Nickname" to "Custom Keyword" per marketing.
1999-09-14 08:51:03 +00:00
rjc%netscape.com
0dbad0316d
Use GetValueConst a bit more.
1999-09-14 08:43:57 +00:00
sspitzer%netscape.com
75f78fe5ae
fix warnings
1999-09-14 08:36:10 +00:00
sspitzer%netscape.com
532077a63a
when you get the default local path, and it wasn't set, and you make one up, you need to set it so the pref will get set.
1999-09-14 08:32:58 +00:00
rjc%netscape.com
12b887455e
Disallow quotes in etag.
1999-09-14 08:25:14 +00:00
rjc%netscape.com
bb32f1cb1d
Strip non-numeric characters from relevancy info.
1999-09-14 08:23:35 +00:00
alecf%netscape.com
9917da1051
register smtp server
1999-09-14 08:23:20 +00:00
alecf%netscape.com
7073f4c9e8
build smtp server on windows
1999-09-14 08:22:50 +00:00
alecf%netscape.com
fc34bf545b
fix solaris bustage
1999-09-14 08:19:54 +00:00
alecf%netscape.com
ede250feb0
oops, forgot constructor/destructor
1999-09-14 08:16:21 +00:00
sspitzer%netscape.com
e8f17a8f76
added files: mozilla/mailnews/compose/src/nsSmtpServer.cpp
1999-09-14 08:03:36 +00:00
hangas%netscape.com
df8379d512
Fix bug 13564.
1999-09-14 07:59:31 +00:00
alecf%netscape.com
bbf194521a
ok, finally write this thing out to prefs
1999-09-14 07:58:04 +00:00
alecf%netscape.com
101d0c1ce6
unify server creation like the account manager
1999-09-14 07:15:21 +00:00
ftang%netscape.com
f259e4dd80
Check in Arabic/Hebrew rendering code from the net.
1999-09-14 07:06:54 +00:00
alecf%netscape.com
3c33281fd3
support add/removal of SMTP servers
1999-09-14 07:03:47 +00:00
mscott%netscape.com
836811052d
the imap server sink is now blocking so in ProcessCurrentUrl we would block when
...
calling LoadNextQueuedUrl which in turn signaled a url ready to run monitor. When it was non-blocking
things used to work fine because we had time to get into the wait for monitor code but now we aren't getting
there. So we're getting around the problem by flagging ourselves as ready to run another url.
This problem manifested itself when we started loading a message right after deleting one in the thread pane.
1999-09-14 06:55:42 +00:00
alecf%netscape.com
280def72f6
oops, add back with and height, and entity-ify the title separator & modifier
1999-09-14 06:31:32 +00:00
alecf%netscape.com
f1f1ab8867
support View->Show...->Message
1999-09-14 06:28:05 +00:00
alecf%netscape.com
7da7fc7ebd
move this to it's own function
1999-09-14 06:27:36 +00:00
alecf%netscape.com
1ba2d40cdf
drop the product monkier for now, hopefully the "titlemodifier" will handle this for us
1999-09-14 06:26:50 +00:00
hangas%netscape.com
4e4bedb4fe
Moved Close menu item to its new location.
1999-09-14 06:18:08 +00:00
hangas%netscape.com
f4886ef00c
Moved Close menu item to its new position.
1999-09-14 06:16:12 +00:00
dougt%netscape.com
bdb247ef97
commenting out the autoproxy header def. Missed this file.
1999-09-14 06:12:22 +00:00
mcafee%netscape.com
93d2f2b4fd
Adding buttons for colorpicker placeholder, some minor text reformatting.
1999-09-14 05:50:32 +00:00
amusil%netscape.com
fffa8fd1f3
Added id to the main menupopup
1999-09-14 05:38:54 +00:00
mscott%netscape.com
c78cbd3590
api sync for fetch message.
1999-09-14 05:35:58 +00:00
mscott%netscape.com
6e65073df4
Bug #9593 , #13674 --> implement save message to disk. i also added added a helper function: DecomposeImapURI, optimized some lines to use nsCAutoString
...
fixed a few mem leaks where we would leak an imap url...enforced
com ptr useage for nsIImapUrl. FetchMessage no longer requires the sink event queue...as an interface
simplification, we can just figure it out ourselves..
1999-09-14 05:35:40 +00:00