Commit Graph

274 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
b2145f2e2f back out accidental checkin 2004-02-26 06:26:29 +00:00
scott%scott-macgregor.org
84c5c040f2 Better way to fix Bug #234707 --> stop the message pane splitter from jiggling up and down.
Thanks to neil for the suggestion.

still needs some work though. i'd rather not have to remove the flex when not in the classic view...
2004-02-24 22:41:31 +00:00
scott%scott-macgregor.org
28c7bd3b77 Port seamonkey bug:
Bug 195315 Run Junk Mail Controls on selected messages
2004-02-20 22:14:04 +00:00
scott%scott-macgregor.org
830d774612 Fixes a regression caused by Bug #234707 --> problems adjusting the thread pane splitter when in the wide
layout view.
2004-02-20 19:23:36 +00:00
bienvenu%nventure.com
5e6e35bf32 prompt to send unsent messages when starting up online, or going online via pressing get new mail while offline sr=mscott 232452 2004-02-20 18:12:51 +00:00
scott%scott-macgregor.org
38eb45fe2b Bug #234707 --> fixes a regression where account central is only 100px tall. 2004-02-20 01:21:20 +00:00
scott%scott-macgregor.org
0356a749b9 Bug #234707 --> Message Pane splitter jumps around when viewing messages 2004-02-18 23:27:55 +00:00
scott%scott-macgregor.org
0c7d2afd1a precompile region.dtd, brand.dtd 2004-02-13 03:41:38 +00:00
scott%scott-macgregor.org
cf570596b6 Bug #233944 --> Avoid dynamic resizing of the message headers in the message pane
by allowing a customer to set a minimum number of header rows.
2004-02-12 17:58:58 +00:00
scott%scott-macgregor.org
36bda6fd1b Bug #232011 Should effect thunderbird only. Thunderbird changes for using the xul pre-processor to generate the locale version.
No more need for contents.rdf.in files.
2004-02-12 05:45:10 +00:00
scott%scott-macgregor.org
bc93a38233 Bug #232011 Should effect thunderbird only. Thunderbird changes for using the xul pre-processor to generate the locale version.
No more need for contents.rdf.in files.

Port random mozilla/mailnews fixes to the thunderbird
2004-02-12 05:44:05 +00:00
scott%scott-macgregor.org
13d11fc2d5 Bug #233976 --> use the view source code from mozilla/toolkit. Remove our own version.
This should enable a bunch of functionality in view source like copy/paste/find in page,etc.
2004-02-12 05:02:29 +00:00
scott%scott-macgregor.org
69a6b58671 Bug #230399 --> view source JS error:
Error: document.getElementById("cmd_goToLine") has no properties
Source File: chrome://navigator/content/viewsource.js
Line: 204
2004-02-12 03:44:51 +00:00
cbiesinger%web.de
b2cc894226 Bug 201879 Warn the user that many message windows are going opened due to a double-click when many messages are selected
patch by Chris Thomas <cst@andrew.cmu.edu> r=neil sr=bienvenu
2004-02-09 00:38:51 +00:00
scott%scott-macgregor.org
0de6750d91 fix some more UI glitcheds in the 3-pane. Patch by theboyjenkins 2004-02-06 02:17:36 +00:00
scott%scott-macgregor.org
efca8720a8 Patch from mozillazine contributor: theboyjenkins to fix some UI glitches with the mail 3-pane window 2004-02-04 17:38:52 +00:00
scott%scott-macgregor.org
fcaa8b1245 Make the options dialog modal 2004-02-04 07:33:27 +00:00
scott%scott-macgregor.org
1767cd52d8 Bug #132159 --> Quick Search: Status text "1 matches found" is grammatically incorrect
patch by stephen walker

r=neil
sr=mscott
2004-01-27 17:33:33 +00:00
scott%scott-macgregor.org
8ae34f49e6 fix subscribe bustage where the subscribe window was DOA.
hide the progressmeter by default and give it an element ID so we can unhide it later

thanks to stephen walker for pointing out the problem
2004-01-27 06:19:22 +00:00
scott%scott-macgregor.org
fc25b7341a Bug #218328 --> ctrl-n should open a new compose window from the mail window and the mail compose window. 2004-01-27 04:01:00 +00:00
scott%scott-macgregor.org
18904a2a7f Bug #220173 --> If new email comes in while reading a message in the preview pane, the message scrolls back to the start 2004-01-24 20:05:05 +00:00
scott%scott-macgregor.org
f494d8750a change buttonover to hover for the get msg button. Thanks to Stephen Walker for the patch 2004-01-22 20:02:56 +00:00
bienvenu%nventure.com
f9ed38e114 replace gPrefs with gPrefBranch, patch by neil@parkwaycc, tbird changes to stay in sync with seamonkey changes, sr=me 230649 2004-01-16 17:27:07 +00:00
scott%scott-macgregor.org
efd6a66684 typo in my last checkin. thanks to stephen walker for the fix 2004-01-10 03:36:13 +00:00
scott%scott-macgregor.org
5e6ae1971f port Bug 229818 Search/Subscribe should use start/stopMeteors 2004-01-09 23:47:16 +00:00
scott%scott-macgregor.org
d7ca9afe2c Add missing ids to menu items to make the UI more customizeable 2004-01-09 18:26:10 +00:00
scott%scott-macgregor.org
591ef7cdf0 Bug #75866 --> Mark a message as read in JS instead of once for each mail protocol to simplify code.
Hookup the JS function to a timer to allow users to only mark messages as read after they have
been viewed in the preview pane for a configurable number of seconds.

sr=bienvenu
2004-01-09 06:51:44 +00:00
scott%scott-macgregor.org
f34a540d4a Bug #83803 --> Add support for dragging mail attachments to the desktop (or a folder) for OSX and Win32. We now save the file instead of a saving a shortcut.
sr= bienvenu
2004-01-09 00:10:33 +00:00
scott%scott-macgregor.org
85ca4747c6 Port Bug 229450 JavaScript strict warning: redeclaration of var msgFolder 2004-01-04 04:08:52 +00:00
scott%scott-macgregor.org
af2b4ffeb6 Bug #229881 --> file menu label missing and label="&direct.label;" at bottom of window 2004-01-04 04:05:47 +00:00
scott%scott-macgregor.org
fcacb837f7 porting the fix for bug #229214 to tbird 2003-12-25 00:11:31 +00:00
scott%scott-macgregor.org
49dfb2f059 porting the fix for bug #229214 to tbird 2003-12-24 22:40:15 +00:00
scott%scott-macgregor.org
934ece865b give throbber a label (Activity Indicator) in the customize toolbar window.
Patch by Stephen Walker
2003-12-22 17:39:44 +00:00
scott%scott-macgregor.org
36e2520a3d move setbusycursor to a shared file so I can use it elsewhere 2003-12-18 06:19:07 +00:00
scott%scott-macgregor.org
3a3e075b78 Follow up to David's fix. When changing the pref for showing folder columns, dynamically update the folder pane
of open 3-panes.
2003-12-15 01:44:29 +00:00
bienvenu%nventure.com
333177d657 add back folder pane columns for total msgs, unread msgs, and size, for TBird only, controlled by a pref, default to off, r/sr=mscott 221726 2003-12-15 00:09:15 +00:00
scott%scott-macgregor.org
d8025f000b fix ctrl-m chars. 2003-12-14 23:52:03 +00:00
scott%scott-macgregor.org
90181875b9 remove ctrl-m characters 2003-12-14 22:43:38 +00:00
scott%scott-macgregor.org
2bccbe78d3 fix ctrl-m's 2003-12-14 21:27:55 +00:00
scott%scott-macgregor.org
73d69b6a89 Bug #227215 --> Need ability to cancel from Customize Toolbars menu 2003-12-13 23:09:19 +00:00
scott%scott-macgregor.org
24ec1bc30a Temporary work around to make thunderbird subscribe to newsgroups you are not already
subscribed to when clicked on from an external browser. We force the url to get run once the 3-pane window is up.

unfortunately this causes at least 2 new windows to come up. We should try to streamline this by tapping into the
initial command line startup code that creates a window with a url.
2003-12-13 18:18:28 +00:00
scott%scott-macgregor.org
e11462d42a Use firebird style menu items for enlarging / shrinking the message pane font size.
Patch by Stephen Walker
2003-12-09 22:30:22 +00:00
scott%scott-macgregor.org
b5bb2a723d New icons for showing reply/forw status for news posts 2003-12-09 18:55:07 +00:00
scott%scott-macgregor.org
2ce83ff2cd add icons for reply/forward status to news posts.
new 'new mail alert' icon
2003-12-09 18:53:44 +00:00
scott%scott-macgregor.org
799cdf28cb remove obsolete file 2003-12-09 02:48:19 +00:00
scott%scott-macgregor.org
b3612d5051 Bug #217475 --> UI alignment issues in default theme
thanks to Jon Henry for the patch!
2003-12-08 23:52:31 +00:00
scott%scott-macgregor.org
b6dc2a7419 New URL on the help site for extensions 2003-12-08 23:19:46 +00:00
scott%scott-macgregor.org
845321ddff remove ctrl-m's. Thanks to Andre for the patch. 2003-12-08 23:11:19 +00:00
scott%scott-macgregor.org
c489a32da1 Try to remove control-m's
thanks to Andre for the patch
2003-12-08 23:09:40 +00:00
scott%scott-macgregor.org
1f90114b0f new theme image with the right dimensions 2003-12-04 18:09:05 +00:00