Граф коммитов

10667 Коммитов

Автор SHA1 Сообщение Дата
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
bienvenu%netscape.com eb20295d05 fix multiple msg load on multiple delete, fix thread order inside thread r=naving, sr=sspitzer 78588 and 76501 2001-05-04 00:31:01 +00:00
bienvenu%netscape.com df74b9e7f9 fix 72365 can't view ignored threads r=naving, sr=sspitzer 2001-05-04 00:08:23 +00:00
varada%netscape.com 0f5bd49f89 partial fix for 70392- changing wording in send format prefs-r=ducarroz;sr=bienvenu 2001-05-04 00:06:57 +00:00
srilatha%netscape.com 22437b8ee1 LDAP UI implementation.
Bug# 31881. r=chuang, bhuvan.
sr=sspitzer
2001-05-03 21:24:48 +00:00
scc%mozilla.org 6860a0a739 bug #75504; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs| 2001-05-03 10:09:59 +00:00
sspitzer%netscape.com 0c8e7b8b5f fix for #78372. get "mark thread as read" to work without asserting.
we don't need to set the unread count on the thread, as MarkHdrRead()
will do the right thing:  find the thread for the header and adjust
the unread count on the thread.  sr=bienvenu
2001-05-03 06:04:30 +00:00
chuang%netscape.com ba7c41e13a fail to check in on my Mac, try again 2001-05-03 01:13:12 +00:00
sspitzer%netscape.com 83c92f04f4 fix for #77617. if you crash after creating an account (either through import, autosubscribe,
or auto wizard) and we haven't saved prefs yet, you'll lose the account.
abstract how we "save" account changes, and then "save" after creation.
fix by cavin@netscape.com.  r/sr=sspitzer@netscape.com
2001-05-03 01:07:45 +00:00
sspitzer%netscape.com ed3e84cd5e #77616. fix for some (of the many) asserts when importing mail. the assert is because the import
happens on a separate thread.  sr=bienvenu
2001-05-03 00:48:20 +00:00
sspitzer%netscape.com dc22cd49d9 fix #78289. if special folder prefs are not set, we can crash on saving
drafts and templates.

if those aren't set, we use the default values specified in mailnews.js

fix by cavin@netscape.com, r/sr=sspitzer@netscape.com
2001-05-03 00:31:36 +00:00
chuang%netscape.com 082a0d0fe6 Bug70532 Import Settings and "Leave Messages on Server" is not selected, r=ducarroz, sr=mscott 2001-05-02 23:41:47 +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
bienvenu%netscape.com ba78eb7db8 fix twisty showing up on new messages in threads with unread view r=naving, sr=sspitzer 74237 2001-05-02 14:29:10 +00:00
sspitzer%netscape.com 06edf9b3e7 fix for #77446. fix by gervase markham. r=timeless, sr=sspitzer 2001-05-02 08:29:17 +00:00
sspitzer%netscape.com cb66aa05a6 push the oncreate down to the popup. thanks to neil@parkwaycc.co.uk for the suggestion in bug #73118
sr=bienvenu
2001-05-02 08:21:18 +00:00
ssu%netscape.com 7ae78195eb fixing bug 72926 - Kill thread accelerator should be disabled in mail. r=varada sr=bienvenu 2001-05-02 07:34:51 +00:00
jag%tty.nl ce0221da6d Bug 69600: ``Header "Mail Folders" disappears in alternate 3-pane layout'', author=ksosez, r=timeless, sr=sspitzer 2001-05-02 02:37:18 +00:00
ssu%netscape.com fdb7bc953d fixing bug 54885 - alternative mailnews 3-pane forgets sizes. r=bhuvan,dark@c2i.net sr=sspitzer. 2001-05-02 01:13:08 +00:00
mscott%netscape.com 163a221150 Bug #76558 --> clear the content type before reading from the cache channel.
sr=bienvenu
2001-05-02 01:00:11 +00:00
naving%netscape.com 4006d69844 77451 r=gayatrib, sr=sspitzer, bienvenu. Assert and Prevent copy/move to the same folder
for both 3 pane and search window.
2001-05-02 00:19:01 +00:00
ssu%netscape.com e647254f09 fixing bug 78226 - Kill Thread does not work on mulitple news messages. Also removed some tabbing. r=hwaara sr=bienvenu 2001-05-02 00:04:00 +00:00
varada%netscape.com f17d5e40d2 bug#52328 - cleaning up the dtd files and idl rules;r=ducarroz;sr=sspitzer 2001-05-01 22:19:48 +00:00
naving%netscape.com 85bd7b695d 78280 The reason it was broken was because m_hdrs was not being built after sorting.
No need for m_hdrs because we already have m_keys and can fetch the hdrs.
m_keys and m_folders are rebuilt on a sort operation.
75761 The problem is with first message for local folders because they have
m_messageKey as 0 and we were caching msg headers. This was causing problems
for search window because results are from multiple folders. fix suggested by david.
r=gayatrib sr=bienvenu
2001-05-01 22:01:43 +00:00
bienvenu%netscape.com 9d6b4a6734 remove unneeded assert introduced yesterday - it's ok not to have listeners sr=sspitzer 2001-05-01 14:54:45 +00:00
jdunn%netscape.com 863ecb03f2 adding newline to fix tinderbox bustage 2001-05-01 12:38:29 +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
ssu%netscape.com a4b4bdd587 fixing bug #76719 - SaveAs->file Template menu items don't work on standalone window. r=varada, sr=sspitzer 2001-05-01 07:23:54 +00:00
naving%netscape.com 5f73320c4d 78277; r=suresh sr=sspitzer; The default value of gNextMessageViewIndexAfterDelete should be different in order to know when to clear the message pane. 2001-05-01 05:25:49 +00:00
chuang%netscape.com a0f5ef2243 Bug64937 Display number of entries in an address book, R=ducarroz, sr=sspitzer 2001-05-01 03:22:12 +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
sspitzer%netscape.com c81d02d1db fix for #77506. r=varada, sr=bienvenu
prevent the bad state where we are supressing message display, but the message pane
is not hidden.
2001-05-01 03:05:02 +00:00
sspitzer%netscape.com 795fb27691 fix #76626. leaking nsXULDocument and nsXULTemplateBuilder slows down
subscribe dialog the second time, and asserts like mad in debug builds.
r=varada, sr=bienvenu (and waterson)
2001-05-01 02:56:12 +00:00
sspitzer%netscape.com f1af8e314e back out blake's 4-5-01 removal of this script include. it's necessary to
extend message display.  sr=bienvenu
2001-05-01 02:54:57 +00:00
sspitzer%netscape.com 33fe5b1595 fix for #71891. r=hewitt sr=bienvenu. fix the search / filter dialog from showing
all three pickers at once in the search term.
2001-05-01 02:48:17 +00:00
nhotta%netscape.com 341d06dee5 Change for a charset of reply/forward inline, check the availability of the charset converter,
if no converter for the original mail's charset then set to default charset, also did some code clean up,
bug 50724, r=ducarroz, sr=bienvenu.
2001-05-01 00:09:42 +00:00
prass%netscape.com dccbb2ba44 fix for bug 76586, r=sr=sspitzer 2001-04-30 23:37:31 +00:00
naving%netscape.com f3695df226 78143; correct fix for senna build bustage due to my checkins last night.
adding msgimap to requires and restoring original changes.
2001-04-30 23:31:43 +00:00
hewitt%netscape.com 615f81f105 43189 - autocomplete, r=matt, sr=alecf 2001-04-30 18:37:04 +00:00
naving%netscape.com 8baee2d4c1 attemp to fix senna linux bustage. 2001-04-30 04:46:26 +00:00
naving%netscape.com 8c166ab458 75808, 75936 Use m_folders to get the folders for a particular header instead of doing
msgHdr->GetFolder() because it returns null sometimes, especially for local folders.
77763 Added a utility function to nsMsgDBView to get the imap delete model and show the
red X only if imap delete is true
73568 Changed the name from firstSelected to msgToSelectAfterDelete and in case of imap
delete increment the viewIndex position by 1 because the deleted header still stays in the
thread pane.
62938 if the gNextMessageViewIndexAfterDelete = -1, then clear the message pane.
r=suresh, sr=bienvenu
2001-04-30 03:17:34 +00:00
naving%netscape.com 66fed0cad0 attempt to fix sun OS bustage 2001-04-30 03:05:35 +00:00
bienvenu%netscape.com bc4ef6f9fc fix marking news messages read from memory cache r=naving, sr=sspitzer 76385 2001-04-29 22:49:11 +00:00
bienvenu%netscape.com 43cb6c8503 remove unneeded parent change notification r/sr=sspitzer 2001-04-29 22:47:06 +00:00
bienvenu%netscape.com cb164503cf add support for ability to copy/move multiple local msgs r=naving, sr=sspitzer 73833 2001-04-29 22:43:57 +00:00
chuang%netscape.com 8091e6fe4f Bug71037 Localizability issue in AB import : hardcoded string, r=varada, sr=sspitzer 2001-04-29 21:09:41 +00:00
bienvenu%netscape.com ba7d30acbc part of fix for 60487 reload local folder after compact r=naving, sr=sspitzer 2001-04-29 15:57:47 +00:00
bienvenu%netscape.com a8d842866c add status strings for copying/moving/deleting local msgs r=naving, sr=sspitzer 78099 2001-04-29 15:07:31 +00:00
blakeross%telocity.com a7442ad546 Adding context menu to sidebar panel headers to silence whiny c|net reporter, only change panels on left-click, optimizing nsMenuFrame::OnCreate by reducing number of necessary nsAutoString ctor's (60071). r=kerz sr=ben 2001-04-29 02:52:16 +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 7019bb2260 fixing pott's onredirect build bustage. 2001-04-27 23:36:31 +00:00
nhotta%netscape.com 07a90c082d Changed GetCharPtrCharacterSet to use the global default when a folder charset is empty,
bug 77152, r=ducarroz, yokoyama, sr=bienvenu.
2001-04-27 21:36:11 +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
varada%netscape.com a01b35f59b fix for bugs-70392-prettying send format prefs panel;52328-quitting while sending message; 71361- wrapping signature in compose;76330-focus on to field in reply;77798-UI should use Msgcompose abort and not msgsend;r=ducarroz;sr=bienvenu 2001-04-27 20:54:29 +00:00
bienvenu%netscape.com 32d0484c33 restore part of backed out changes from bustage 2001-04-27 14:57:35 +00:00
dbaron%fas.harvard.edu 3f56a22520 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies to REQUIRES. 2001-04-27 14:32:05 +00:00
mkaply%us.ibm.com 94885ad456 HPUX breakage 2001-04-27 13:51:13 +00:00
pollmann%netscape.com d8ca4bf931 Backing out Linux bustage 2001-04-27 07:33:25 +00:00
bienvenu%netscape.com d1a6dd1d4b backout build bustage fix 2001-04-27 05:58:32 +00:00
sfraser%netscape.com 245d4eb76f Backing out valeski 2001-04-27 05:53:22 +00:00
hewitt%netscape.com e218812400 77581 - stop mail header from disappearing, r=sspitzer, sr=bienvenu 2001-04-27 05:30:26 +00:00
bienvenu%netscape.com 63128e8c1d more string bundle build bustage fixes 2001-04-27 04:44:16 +00:00
bienvenu%netscape.com a9b9082570 fix string bundle calls to fix build bustage 2001-04-27 04:34:54 +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
bienvenu%netscape.com 00276b77e1 fix marking of news message read from mem cache r=naving, sr=sspitzer 76385 2001-04-27 04:13:22 +00:00
bienvenu%netscape.com ced65c84a5 remove unused adopt method r=naving, sr=sspitzer 2001-04-27 04:08:11 +00:00
bienvenu%netscape.com ee3030edc3 fix growing of uint32 arrays r=naving, sr=sspitzer part of work for 76668 2001-04-27 04:05:53 +00:00
bienvenu%netscape.com c6580fa758 fix bloat when commiting dbs r=naving, sr=sspizer 76118 2001-04-27 04:03:12 +00:00
bienvenu%netscape.com a01dcda5ed fix crash when new headers arrive into threaded view r=hawarra, sr=sspitzer 75296 2001-04-27 03:46:03 +00:00
bienvenu%netscape.com 0ab8f68378 fix hang shutting down while offline r=naving, sr=sspitzer 76687 2001-04-27 03:44:05 +00:00
bienvenu%netscape.com e2df0d566f add ability to stop chained urls r=sspitzer part of work for 73833 2001-04-27 03:20:16 +00:00
anatoliya%netscape.com 36236a0f47 emoticons for mail bug-4718 r=cmanske, suresh sr=sspitzer 2001-04-27 03:14:31 +00:00
bienvenu%netscape.com 54c62b5974 remove unused adopt method r=naving, sr=sspitzer 2001-04-27 02:38:33 +00:00
bienvenu%netscape.com e04ad041eb remove unused adopt method 2001-04-27 02:38:00 +00:00
ssu%netscape.com 1a50443f2b fixing bug 54885-alternative mailnews 3-pane forgets sizes. r=bhuvan sr=sspitzer 2001-04-27 00:37:19 +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
ducarroz%netscape.com d34313246f Fix for bug 76789. Resolve redundant symbols in mailnews in preparation of dll merging. R= varada, SR=sspitzer 2001-04-27 00:19:12 +00:00
naving%netscape.com cdc55006dd 76815. r/sr =sspitzer, bienvenu. Do not drag the server folders. 2001-04-27 00:02:24 +00:00
ducarroz%netscape.com 00cc8fa809 Fix for bug 77053. Add some code to detect url redirection to avoid to abort the download while fetching attachment. Also fix a crash due to a release make at the wrong time. R=varada, SR=bienvenu 2001-04-26 23:56:58 +00:00
stephend%netscape.com 14c5a3f622 Bug 76216 - Too many default columns in the mail/news search results window. Also bug 73549 - Remove dead, commented gThreadTree code in SearchDialog.js r=gayatrib@netscape.com sr=sspitzer@netscape.com 2001-04-26 23:41:40 +00:00
nhotta%netscape.com 413210e80d Changed to add/remove observer in nsDBFolderInfo instead of doing it from the module,
also changed to use XPCOM_SHUTDOWN to release the observer at shutdown,
bug 74772, sr=alecf,bienvenu.
2001-04-26 18:48:45 +00:00
nhotta%netscape.com a25724a18e Changed the quote code to pass a default charset to MIME decoder, bug 75506, r=ducarroz, sr=bienvenu. 2001-04-26 18:45:59 +00:00
bnesse%netscape.com 000d1011d5 Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
ccarlen%netscape.com bb77d03e2e Bug 77467 - some prompt dialogs came up with "0" instead of empty string. r=blakeross@telocity.com, sr=alecf@netscape.com 2001-04-26 14:09:18 +00:00
sspitzer%netscape.com d5c2359627 #57125 importing from eudora or outlook can crash.
#59084 can't copy imported mail messages because they have bad message envelopes.
fixed by cavin@netscape.com, r=sspitzer, sr=bienvenu
2001-04-26 05:48:38 +00:00
sspitzer%netscape.com 02eecc1fb1 comment for bug #77652. this code isn't ready to be turned on yet
and this extra comment explains when it will be.
2001-04-26 05:46:43 +00:00
sspitzer%netscape.com 9ff6a84c90 fix for #77506. only fire this handler when the grippy is clicked.
if we fire it when the splitter is clicked, we'll often stop
displaying the message in the message pane.
r=bhuvan,sr=mscott
2001-04-26 05:44:50 +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
blizzard%redhat.com f7a7ce5245 Checking in code for gerv. Fix bug #77096. value -> label in "Copy Email Address" context menu command. r=doron, sr=shaver, a=dbaron for 0.9. 2001-04-22 16:40:53 +00:00
ccarlen%netscape.com c8128a5765 Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard 2001-04-21 00:26:18 +00:00
dr%netscape.com 6ad0700f45 fix for 76580 (misplaced <command id=cmd_copyLink/>, etc. in mailnews). patch by jag, r=dr, sr=ben, a=asa 2001-04-20 19:06:49 +00:00
bryner%uiuc.edu 97e89fd687 Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan. 2001-04-20 06:45:56 +00:00
dr%netscape.com 5dfcfe5b9b fix for 76779 (one-liner, misnamed variable in mailnews). r=hyatt, sr=mscott, a=brendan. 2001-04-20 03:12:09 +00:00
timeless%mac.com 04f101339b fix Bugzilla Bug 47743 Copy should be added to e-mail address context menu
by gervase.markham@univ.ox.ac.uk
r=timeless, ok=bienvenu
cond(ok): sr=alecf, a=asa
2001-04-20 02:35:53 +00:00
bnesse%netscape.com b0baaeabc3 Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard. 2001-04-19 22:21:39 +00:00
sspitzer%netscape.com 505d6df333 fix for #76578. crash on exit when viewing "account central" page.
r=mscott,sr=bienvenu,a=blizzard
2001-04-19 02:38:15 +00:00
sspitzer%netscape.com d15e50fa60 fix for #76200. crash when viewing a message with an <img> tag but no src.
r/sr=valeski,mscott.  a=blizzard
2001-04-19 00:59:56 +00:00
maolson%earthlink.net fc69b17ec2 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
dr%netscape.com 2e8fbd1253 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2001-04-18 06:06:31 +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
ssu%netscape.com 59a439e176 fixing bug 74021 - Stand alone window Close File->Close menu is gray out
r=blake ross
sr=sspitzer
2001-04-18 04:37:01 +00:00
mscott%netscape.com 334ce6620e Bug #74547 --> be sure to initialize m_channelListener to consume the output from libmime when fetching a part. This was causing
us to not show inlined images for local messages.
sr=sspitzer
2001-04-18 03:39:37 +00:00
anatoliya%netscape.com b8327b19c5 bug-75464 r=andreww sr=hewitt 2001-04-18 02:12:48 +00:00
sspitzer%netscape.com f578c74b05 fix for #76088 views not persisting. fix started by putterman. sr=bienvenu@netscape.com
fix for #76307 special views default to sort order and type instead of the current sort order and type.
thanks to putterman for the bug and the fix.  r=sspitzer, sr=bienvenu
2001-04-18 01:20:29 +00:00
ducarroz%netscape.com b90a68a568 Fix for bug 75650. Fix some memories leak which result on not remowing temp files. R=varada, SR=sspitzer 2001-04-17 23:41:29 +00:00
ducarroz%netscape.com d52a020758 Fix for bug 76215. Need to start progressmeters even when we don't show the progress dialog. R=varada, SR=sspitzer 2001-04-17 23:38:44 +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
varada%netscape.com 812413d8ed fix for bug#74601;getting rid of last option in reply-on-top for compose prefs;r=ducarroz;sr=bienvenu 2001-04-17 23:09:06 +00:00
bienvenu%netscape.com 6304afcda8 fix problem with new messages icon not showing up on inbox r=sspitzer, sr=mscott 76130 2001-04-17 14:36:23 +00:00
ssu%netscape.com 82e0b7637c fixing bug 64249 - remove the '(D)' from "Edit | Unsubscribe(D)" and "Edit | Cancel Message(D)"
and bug 75658 - 'Edit|Unsubscribe' and 'Edit|Cancel Message' not showing up..instead label 'Delete' is displayed

r=bhuvan
sr=sspitzer
2001-04-17 08:55:19 +00:00
chuang%netscape.com 8ee9eb0968 Bug4640 Login fails to AB Sync without asking me for a password, r=racham, sr=sspitzer 2001-04-17 03:28:49 +00:00
dbaron%fas.harvard.edu 9db9333e20 Fix form controls and Windows/Unix classic skin to use new system colors -moz-FieldText, -moz-Dialog, and -moz-DialogText where appropriate to allow accurate representation of system colors on GTK.
Fix various CSS errors in themes.
b=67448  r=hewitt@netscape.com  sr=blizzard@mozilla.org
2001-04-17 02:54:21 +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
jgmyers%netscape.com ddc11fc7e7 rename tls sockets to starttls: bug 74387 r=javi r=darin sr=mscott 2001-04-16 21:01:29 +00:00
hwaara%chello.se 4e1c241b36 Implement date&time support in reply-headers, like:
"On <date & time>, <author> wrote:"
For now, this is optional (set mailnews.reply_header_type to '2' in prefs.js), we will default to only show "<author> wrote:", as usual.  This is due to some l10n issues which are part of bug 75377. The date&time format is hard-coded to be en-US if set, again, bug 75377.
bug 23615. r=disttsc@bart.nl, sr=sspitzer@netscape.com

Fix a bunch of leaks (15 of them) in addressbook, addressbook-sync and import-mail code. None of the callers to GetUserProfileDirectory() deallocated their nsFileSpec.
bug 75332. r=chuang@netscape.com, sr=bienvenu@netscape.com
2001-04-16 20:40:07 +00:00
varada%netscape.com 0712752de9 fix for bug#73672;Msgpane collapse not reloading messages;r=putterman;sr=mscott; 2001-04-16 20:08:13 +00:00
bienvenu%netscape.com e4c92af3c5 remove ifdeffed out code for cacheless view no bug needed sr=sspitzer 2001-04-15 16:52:42 +00:00
sspitzer%netscape.com 895c2fff04 clean up my fix for #75942 to not give a JS error in the filter dialog.
(I forgot the search terms are shared.)  also make it so if you hit enter in
a search term and the search has started, it will stop it and and start a new one.
rename gButton to gSearchStopButton, since that is what it is.
sr=bienvenu
2001-04-14 23:08:00 +00:00
disttsc%bart.nl 5ad5ad4564 Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf. 2001-04-14 20:08:32 +00:00
bienvenu%netscape.com d8235fe21a fix 75912 downloading news msgs for offline use stops if article not found, also 71581 hang going offline if you have no newsgroups configured for offline use sr=sspitzer 2001-04-14 15:30:19 +00:00
bienvenu%netscape.com 0290c88968 add error status for news msg not found 15870 sr=sspitzer 2001-04-14 15:28:50 +00:00
bienvenu%netscape.com bd38a71d20 fix status msg for offline news sr=sspitzer 15870 2001-04-14 15:27:31 +00:00
sspitzer%netscape.com fd244297e9 #5335 show location in search dialog
#75942 enter in a search term kicks off search
#72253 no sort by thread in the search dialog
#44341 showing the wrong columns in search dialog
#75939 bad row count problems with search
remove unused search-widgets.css

r=mscott,sr=bienvenu
2001-04-14 02:16:56 +00:00
blakeross%telocity.com 0997e8bc01 Accelerator and command problems in mailnews (75447, 75038, 75453). r=ssu sr=sspitzer 2001-04-14 01:08:15 +00:00
sspitzer%netscape.com cda8f1a24a fix for crasher #75831. make sure we close the dbview when we close
the stand alone message window.  sr=bienvenu
2001-04-13 22:05:10 +00:00
ducarroz%netscape.com 911c409db2 Part of bug 22486. Fix performance regression introduce yesterday with my big cleanup of message compose. R=shaver, SR=sspitzer 2001-04-13 21:53:20 +00:00
varada%netscape.com 0802fd28ba fix for bug#72916;changing xul broadcasters to commands and observes to commands;r=ducarroz;sr=mscott 2001-04-13 21:44:22 +00:00
sspitzer%netscape.com 8609b35624 rest of fix for for #75317.
temp files created when forwarding a message with attachments are not being deleted. fix by cavin@netscape.com. r=ducarroz, sr=sspitzer
2001-04-13 21:38:47 +00:00
naving%netscape.com 17e78d87ed 68737. sr=bienvenu. rv wasn't being set correctly to default value for
linux release builds.
2001-04-13 21:37:10 +00:00
valeski%netscape.com f3c5380747 sr=darin. no bug. just dead wood static cid cleanup 2001-04-13 11:23:11 +00:00
sspitzer%netscape.com 7d2dd6feab fix for #73156. enter should work like open in the thread / search pane.
patch by the bossman (putterman@netscape.com), sr=sspitzer
2001-04-13 08:17:56 +00:00
sspitzer%netscape.com a2264f1a51 fix for #75317. temp files created when forwarding a message with attachments are not being
deleted.  fix by cavin@netscape.com.  r=ducarroz, sr=sspitzer
2001-04-13 08:13:48 +00:00
ducarroz%netscape.com 67651449db should fix senna Linux bustage 2001-04-13 06:26:15 +00:00
ducarroz%netscape.com aa48d46148 Part of bug 28348. Add pref to show progress dialog during send message. This pref will be turn to true when the progress dialog will be statble enough. R=varada, SR=sspitzer 2001-04-13 04:50:14 +00:00
ducarroz%netscape.com 75490058dd Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
disttsc%bart.nl 2fa99760de Bug 47740: "Wrong wording when right-clicking on a From address", author=Keyser Sosez <ksosez@softhome.net>, r=timeless, sr=sspitzer 2001-04-13 03:57:57 +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
hwaara%chello.se 7be5357047 A rather large optimization to GetNumSelected(). bug 75833, r=jag, sr=bienvenu. 2001-04-13 01:30:06 +00:00
naving%netscape.com f142d07935 75775. sr=bienvenu. check for null pointer and assert if null. This happens when we
have download_on_biff true.
2001-04-12 23:41:01 +00:00
bienvenu%netscape.com e9c87145da fix handling of new flag for filtered pop messages r=gaytrib, sr=sspitzer 55900 2001-04-12 23:39:18 +00:00
ducarroz%netscape.com dee4508b4e Part of fix for bug 28348. Add Progress Dialog. R=varada, SR=sspitzer 2001-04-12 23:37:28 +00:00
ducarroz%netscape.com e0d5eca890 Part of fix for bug 28348. Add Progress dialog. R=varada, SR=sspitzer 2001-04-12 23:36:23 +00:00
ducarroz%netscape.com fa81082d75 New files for fix for bug 52329 and bug 28348. NOT PART OF THE BUILD YET. R=varada, SR=sspitzer 2001-04-12 23:33:30 +00:00
naving%netscape.com 080db94711 61171. r/sr=mscott, bienvenu. If password fails start all over again
because some servers close the connection
2001-04-12 23:31:45 +00:00
chuang%netscape.com 89aa4e2c3c Bug 69480 Address Book re-factoring landing 2001-04-12 17:35:30 +00:00
chuang%netscape.com b22ca1c6d8 Bug 69480 Abbress Book re-factoring landing 2001-04-12 17:31:51 +00:00
bienvenu%netscape.com ce119855ef add prefs for compacting folders threshhold 15865 sr=sspitzer 2001-04-12 14:35:05 +00:00
hewitt%netscape.com 58196589e7 72530 - oversized dialog problems, r=jag, sr=alecf 2001-04-12 05:42:05 +00:00
bienvenu%netscape.com eeb2282360 make sure m_mdb gets assigned so we don't have UMR read sr=sspitzer, no bug 2001-04-12 04:47:04 +00:00
bienvenu%netscape.com 76fd4f58d8 fix crash in nsMsgCopyMsgHdr sr=sspitzer 41933 2001-04-12 04:46:13 +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
eddyk%netscape.com c34374706a Bug 70625: complex locked pref FE disabling
r=blake, sr=ben
2001-04-12 02:42:08 +00:00
ducarroz%netscape.com 04338d4ee1 Fix for bug 74829. Cannot pass null for an out argument. R=varada, SR=mscott 2001-04-12 01:47:08 +00:00
ssu%netscape.com e073d5090b fixing bug 73895 - Bookmark this link doesn't work in message pane. r=racham sr=mscott. 2001-04-11 23:29:10 +00:00
stephend%netscape.com 8a86cc3742 Fix for bug 75581 - 'When attaching a webpage in mail, we prefill the field bar with 0, instead of null' r=sspitzer@netscape.com r=varada@netscape.com sr=sspitzer@netscape.com 2001-04-11 23:20:28 +00:00
pinkerton%netscape.com f61d78e2ad remove special-case activation code for hidden window, let the OS do it. punts hidden window offscreen on mac so it can be visible yet of non-zero width/height for osx. bugs 70355/70388. r=danm/sr=hyatt. 2001-04-11 23:04:28 +00:00
sspitzer%netscape.com 8239f76daa fix for #75481. get "sort by recipient" to work. fix the ui issues
that I forget about when you change the "Sender" to "Recipient".
r/sr=bienvenu
2001-04-11 23:03:04 +00:00
ducarroz%netscape.com e58f44173f Fix for bug 75498. Still need to translate line breaks :-( R=sfraser, SR=mscott 2001-04-11 21:17:56 +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
maolson%earthlink.net 189b9cdd34 fix bug 69433 - %foo% begone, summon %s (aka use stringbundle's getFormattedString instead of js .replace())
r=jag, racham; sr=sspitzer
2001-04-11 05:36:01 +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
danm%netscape.com acf746db54 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00
hewitt%netscape.com 5fe5260660 72882 - msgcompose cleanup , r=blake, sr=ben 2001-04-11 00:51:15 +00:00
andreww%netscape.com ccc3e4c519 bugzilla - 68247 r=doronr sr=sspitzer cleaning up mail search dialog some. 2001-04-11 00:21:51 +00:00
nhotta%netscape.com 660410c0c6 Fix the backend problem of override inheritance, also changed to use nsIObserver for pref callback,
bug 74772, r=yokoyama, sr=bienvenu.
2001-04-11 00:14:08 +00:00
varga%utcru.sk 86775fe97c backout accidental checkin 2001-04-10 21:26:00 +00:00
hwaara%chello.se ca4a94cbb1 Checking in stuff I have for widgetglue.js (to know that I'm checkin into the right branch :) ) 2001-04-10 21:11:43 +00:00
ccarlen%netscape.com 2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
sspitzer%netscape.com a024dbbefc fix for blocker #75390. email addresses not showing up in message pane.
sr=bienvenu
2001-04-10 17:50:42 +00:00
pavlov%netscape.com bb0af6f581 more build bustage 2001-04-10 08:19:17 +00:00
pavlov%netscape.com 2e6caf0c0d fixing build bustage 2001-04-10 08:10:51 +00:00
sspitzer%netscape.com 948555ce13 fix for #75290. clean up our temp files when doing save as draft.
fix by cavin@netscape.com.  r=ducarroz, sr=sspitzer
2001-04-10 07:23:18 +00:00
sspitzer%netscape.com f979035f27 fix for #75052. get "flagged" to stick for imap. sr=bienvenu 2001-04-10 07:11:32 +00:00
sspitzer%netscape.com de898189be #75346. fix some assertions and leaks when migrating. sr=bienvenu 2001-04-10 06:08:27 +00:00
darin%netscape.com 00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
sspitzer%netscape.com 4d8bebfe1c I crashed here, now I can reproduce it. add some bulletproofing and an assertion so I can catch it
next time.  no bug.  sr=bienvenu
2001-04-10 05:54:28 +00:00
sspitzer%netscape.com 83b5567333 fix for crasher on exit. close the dbview when the mailnews xul is unloaded.
when the db goes away (on shutdown) we won't get notified, so we won't poke the
outliner, which is already gone.  sr=bienvenu
2001-04-10 05:29:39 +00:00
disttsc%bart.nl e9795ce06f Bug 72440: ``"menulist menu > menupopup" does not use the same style as "menulist > menupopup"'', author=Boris Zbarsky <bzbarsky@mit.edu>, r=timeless, sr=hewitt 2001-04-10 02:34:45 +00:00
jgmyers%netscape.com 286d9173ac finish replacing DecodeMimePartIIStr with DecodeMimeHeader: bug 65277 r=nhotta r=ducarroz sr=bienvenu 2001-04-09 21:21:22 +00:00
danm%netscape.com bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
nhotta%netscape.com aa339e18a1 Changed MimeObject_output_init() to set an original mail's charset only if no override is set, bug 39736, r=ducarroz, sr=bienvenu. 2001-04-09 20:03:41 +00:00
danm%netscape.com d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
naving%netscape.com 478d8b40b7 74903. sr=mscott. POP:3 Display the error msg sent by the server. 2001-04-08 23:41:00 +00:00
disttsc%bart.nl 72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
danm%netscape.com 9551de3157 removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-08 01:32:13 +00:00
mscott%netscape.com 51e440b924 Bug #32222 --> Implement a subclass of nsMsgprotocol which performs asynch writes. Re-write how we send
post data to use this subclass. We'll now read in the post file asynchronously and write out the post
data asynchronously to the server. When necessary, we'll pause and resume the file request for the incoming
post data since that comes in faster than data goes out.

this part is to the smtp code to use async writes.
sr=bienvenu
r=ducarroz/varada
2001-04-08 00:41:37 +00:00
mscott%netscape.com 0b2f68bfdd Bug #32222 --> Implement a subclass of nsMsgprotocol which performs asynch writes. Re-write how we send
post data to use this subclass. We'll now read in the post file asynchronously and write out the post
data asynchronously to the server. When necessary, we'll pause and resume the file request for the incoming
post data since that comes in faster than data goes out.
sr=bienvenu
r=ducarroz/varada
2001-04-08 00:40:30 +00:00
sspitzer%netscape.com 253a75ebc6 fix for #75055. get "choose this folder" working in search again.
sr=bienvenu
2001-04-07 05:49:13 +00:00
sspitzer%netscape.com 8b19b98722 fix for #74930. Go | Next | Message crashes on an empty view.
sr=bienvenu
2001-04-07 05:44:11 +00:00
danm%netscape.com 9586d7ac8c nope. nix last checkin 2001-04-07 05:37:20 +00:00
danm%netscape.com 41c72864f4 fix more expected senna bustage 2001-04-07 05:27:56 +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
stephend%netscape.com d8c5db1fca Adding myself to the contributer list. Comments only, no code. 2001-04-07 04:09:14 +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
ducarroz%netscape.com 0b90c4283a Fix mail part of bug 74901. Don't need anymore to convert line feeds before inserting data into editor. R=jfrancis, SR=mscott 2001-04-06 14:34:34 +00:00
sspitzer%netscape.com 03730aa14e fix for #74072. since "forward as quoted" is obsolete, treat it as
"forward inline."  fix by cavin@netscape.com, sr=sspitzer@netscape.com
2001-04-06 03:53:42 +00:00
sspitzer%netscape.com 7f6aa21d4f fix for #46619. show the attachment icon in the thread pane if the message
has an attachment.  until we get a "news message with attachment"
icon, use the "mail message with attachment" icon.
r/sr=mscott,bienvenu
2001-04-06 03:43:00 +00:00
blizzard%redhat.com 0e9101f400 Fix bug #74216. Add accel keys for expand all threads and collapse all threads. sr=sspitzer, r=ben 2001-04-06 03:27:22 +00:00
jgmyers%netscape.com 6b80312012 fix more mime header decoder callers, cleanup string fu: bug 65277 r=ducarroz r=nhotta sr=bienvenu 2001-04-05 23:00:38 +00:00
jgmyers%netscape.com a40bbf8ab9 fix too-short buffer allocation: bug 74453 r=nhotta r=ducarroz sr=bienvenu 2001-04-05 22:59:06 +00:00
blakeross%telocity.com c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
sspitzer%netscape.com bd5a242532 rest of fix for #74808. the icon in the subject column should
only have the green arrow if the message is new, not if the message is
unread.  sr=bienvenu
2001-04-05 08:13:37 +00:00
sspitzer%netscape.com b06c81b21d #72456. re-implement "mark all read". sr=bienvenu 2001-04-05 07:20:30 +00:00
sspitzer%netscape.com 320e4d5b79 fix for #74808. when setting a "new" message as "read", it should
properly update in the message pane.  sr=bienvenu
2001-04-05 07:13:16 +00:00
dprice%netscape.com 8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
hyatt%netscape.com fe8a8c8c58 Fix for 53670. 2001-04-04 23:15:02 +00:00
hwaara%chello.se 73d8f227a4 Don't include the same header twice! No bug, sr=sspitzer 2001-04-04 10:39:21 +00:00
sspitzer%netscape.com 5814934644 partial fix for #74674. bullet proof the db view. r/sr=bienvenu 2001-04-04 05:16:29 +00:00
sspitzer%netscape.com 441763a059 fix for #67677. on loading a folder, if there is no new messages
scroll to the top.  r=mscott, sr=bienvenu
2001-04-04 04:43:15 +00:00
sspitzer%netscape.com fad580183f fix #72262 and #72269. when loading a folder, scroll to the first new message (but don't select it.) when loading a folder while doing cross folder navigation, scroll to and select the proper messsage. r=mscott, sr=bienvenu 2001-04-04 04:32:10 +00:00
stephend%netscape.com 43324e6d61 Fix for bug 66011, mailto: headers erroneously inserted into to: field. Patch by Kevin Duffy <kevin@buhbird.com> r=ducarroz@netscape.com sr=sspitzer@netscape.com. 2001-04-04 03:03:47 +00:00
sspitzer%netscape.com 9ebd9a19d2 fix for #74357. do what 4.x mac did for collapsed read messages, that are threads that had unread chidren. r/sr=hyatt,bienvenu 2001-04-04 02:13:41 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
naving%netscape.com 902d19584d 74446. sr=bienvenu. handle the period at the beginning of the line. 2001-04-03 21:32:59 +00:00
ducarroz%netscape.com decbcad16e Fix for bug 70222. Use IC to decide if we need to send the file as AppleDouble. R=varada, SR=bienvenu. 2001-04-03 21:11:24 +00:00
ducarroz%netscape.com 22b1b5ef1d Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu
Fix for bug 41150. Do not reveal BCC recipients when forwarding a message. R=varada, SR=bienvenu
2001-04-03 21:05:07 +00:00
ducarroz%netscape.com 61def8301a Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu 2001-04-03 21:03:30 +00:00
varada%netscape.com 4e0facd69e fix for bug#71907 -cant send message;r=ducarroz;sr=bienvenu 2001-04-03 19:27:11 +00:00
sspitzer%netscape.com 09e7288510 #72282 fix the "watched threads" crasher, again
#62455 make sure double clicking on a cell in a column that is a cycler doesn't open the message in a new window

#72665, #73888
treat the thread unread and thread total columns like all the other columns.
allow the user to persist their hidden attribuyte.
don't hide / show them when switching between threaded and nonthreaded views.
All that's left is to hide those columns by default.

#72252 fix sort indicator problems

#72250 sorts should default to ascending

sr=bienvenu
2001-04-03 06:13:38 +00:00
sspitzer%netscape.com b33dc2a7de remove usused files. 2001-04-03 06:06:58 +00:00
sspitzer%netscape.com 1fb44092c9 #74454, allow the user to edit the value "limit message size" text area
when it is enabled.  sr=bienvenu
2001-04-03 06:05:31 +00:00
scc%mozilla.org 70de2e4a46 landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
sspitzer%netscape.com 9d55928600 fix warnings 2001-04-02 09:20:17 +00:00
sspitzer%netscape.com 1f21bcf863 fix for #74354. on a new header, force the row for the parent thread to update.
sr=bienvenu
2001-04-02 07:48:53 +00:00
sspitzer%netscape.com 7f9f62f103 fix #74354. the icon in the thread column should have the green arrow
if the thread has any unread messages

fix #72281.  if new message arrive and they are children of a collapsed
thread, they should not become the king of the thread.

sr=bienvenu
2001-04-02 07:22:27 +00:00
sspitzer%netscape.com 2dda32e796 re-fix #72256. now that AdjustSelection() is working, inappropriately calling RowCountChange() will mess up the selection. (I'm the champ who added the inappropriate call.) sr=bienvenu 2001-04-02 05:30:39 +00:00
stephend%netscape.com 01f32e31ec Removing 'Netscape' from console output in nsPop3Protocol.cpp. Bug 42509. Patch by Henrik Gemal <gemal@gemal.dk> r=hwaara@chello.se sr=blizzard@mozilla.org 2001-04-02 03:57:29 +00:00
hwaara%chello.se f8e062e933 Kill the last remaining js warning in this file. bug 60632. r=mao, sr=jst 2001-04-01 11:05:51 +00:00
disttsc%bart.nl 2e982313fa Removing prefutilities.js, moving the code in it to where it belongs. bug=73355, r=mao, sr=ben 2001-04-01 05:02:07 +00:00
hwaara%chello.se 36ce9910cd fix if "limit message size" check box is disabled, disabled the "size" text area and do some additional cleanup. bug 74044. sr=sspitzer 2001-03-31 11:27:34 +00:00
sspitzer%netscape.com 94deb79b59 #73840 fix crashers caused by a missing and addref on the db in one case, one extra one in another.
#72256 Msg selection needs to hold when expanding threads of other msgs
#72264 sorting by thread doesn't restore selection properly
#72284 Get Msg selects new message instead of leaving thread pane selection on current selected message
#74068 scroll to selected message after the sort
sr=bienvenu
2001-03-31 04:59:03 +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
cls%seawood.org d3392a9d65 Cast void * to long before casting to char.
Thanks to Brad Roberts <braddr@puremagic.com> for the patch.
Bug #74078
2001-03-30 09:51:50 +00:00
cls%seawood.org 877a84356b Attempting fix for HP-UX & OS/2 bustage 2001-03-30 08:07:20 +00:00
sspitzer%netscape.com 04618dbb5b fix js error when doing search. there is no folder tree when you are searching.
sr=bienvenu
2001-03-30 07:15:23 +00:00
sspitzer%netscape.com 18f4a84e69 quiet js errors, since we haven't gotten dnd working for search yet.
hide the thread specific columns in the search pane.  sr=bienvenu
2001-03-30 07:14:19 +00:00
sspitzer%netscape.com f978cdb7b7 fix for #65677. if there is no spell checker, disable the "spell check on message send ui." fix by gervase.markham@univ.ox.ac.uk. sr=sspitzer 2001-03-30 06:48:24 +00:00
sspitzer%netscape.com 4aacbb417c #72282 fix "click on empty thread pane" crash (again)
#72264 sort by thread doesn't restore selection
#74068 if we switch sort mode, scroll to find the message we are displaying

sr=bienvenu
2001-03-30 05:44:01 +00:00
naving%netscape.com af8501c68d 67799, 55814. sr=bienvenu
Also check if write has failed to alert the user and stop downloading messages
2001-03-30 05:30:13 +00:00
naving%netscape.com fbc1fe5f3b 67799, 55814. sr=bienvenu. Check if write has failed to alert the user and stop downloading messages. Truncate the file if write has failed before downloading a message completely 2001-03-30 05:29:53 +00:00
naving%netscape.com 7cb91abf37 67799, 55814. sr=bienvenu. Do UIDL implemenetation when we don't leave messages on the server. if write has failed to alert the user and stop downloading messages 2001-03-30 05:28:43 +00:00
naving%netscape.com d981e4584f 67799, 55814. Do UIDL implemenetation when we don't leave messages on the server.
Also check if write has failed to alert the user and stop downloading messages
2001-03-30 05:27:53 +00:00
naving%netscape.com a0f277b576 67799, 55814. Clean up work asscociated with these bugs. 2001-03-30 05:25:54 +00:00
sspitzer%netscape.com 3c0cfdec3a fix for #71243. don't hard code the default values, get them from the
default prefs.  fix by cavin@netscape.com.  sr=spitzer
2001-03-30 05:22:22 +00:00
bienvenu%netscape.com 7e28c213ed fix assertion when loading folder with just one thread r=naving, sr=sspitzer 73989 2001-03-30 05:12:43 +00:00
bienvenu%netscape.com 9320c0bd74 fix 73960 double load of imap inbox on start r=naving, sr=sspitzer 2001-03-30 05:07:20 +00:00
racham%netscape.com b8cb23a737 Fixing bugs 72498, 73892 and 72531. Fixing bug 72498 brings back File Here menuitem back into all mailnews folder pickers. This one missed 081 branch train. Thanks to all who reviewed this patch now and then. Fixing bug 73892 makes the Bcc Self field appear again in Copies and Folders panel of any given server and fianlly fix to bug 72531 makes Search Messages link to appear for news and movemail accounts in AccountCentral. r=gayatrib, bienvenu, racham sr=sspitzer 2001-03-30 02:06:46 +00:00