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

1196 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 58a13f5359 Bug #270477 --> In the create-dialog of the saved-search-folder we can use the new "saved
search"-icon for already created saved searches.
2004-11-26 18:19:15 +00:00
scott%scott-macgregor.org de3ae99251 Bug #271855 --> The about box shoudn't be a sheet (or even app-modal/doc-modal) on mac, and
shoudn't have a close button.

patch by bugs.mano@mail-central.com
2004-11-26 18:11:36 +00:00
scott%scott-macgregor.org 79825d8dad Bug #178820 --> return-receipt-to not recognized with IMAP mailbox
Porting trunk fix.
2004-11-26 18:07:59 +00:00
bryner%brianryner.com 1435145ce6 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
bienvenu%nventure.com 4efdec0fb9 fix 266893 rss feeds stop working if .msf file deleted sr=mscott 2004-11-24 18:56:20 +00:00
scott%scott-macgregor.org bd596ad3f5 Bug #267665, Bug #260836 --> TB0.9 does not do proxy authentication for RSS feeds
RSS feeds which require HTTP authentication are rejected as invalid

Re-work the docshell auth prompt logic to disable prompts for any url running in chrome unless the chrome window
explicitly sets allowAuth on its docshell.

r=darin
sr=jst
2004-11-24 17:45:44 +00:00
scott%scott-macgregor.org 1749a96769 Bug #257584 --> Make the feed properties dialog wider on the mac. 2004-11-24 04:19:27 +00:00
scott%scott-macgregor.org 518beba93c Bug #270043 --> TB09 crash importing Outlook Express settings [@ nsOEProfileMigrator::Notify]
When our migration base class goes away, be sure to clear any pending timers so we don't call back into
a deleted object.

sr=bienvenu
2004-11-23 23:27:03 +00:00
bsmedberg%covad.net c913eb8e2c Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes) 2004-11-23 22:22:58 +00:00
timeless%mozdev.org e3ab186776 Bug 251078 Remove xpcom's rebase utility
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 20:00:26 +00:00
bienvenu%nventure.com e8d0a69f59 rest of fix for 181627 sr=mscott compact folders should display done status 2004-11-23 16:33:12 +00:00
scott%scott-macgregor.org 156cc9e360 Bug #267865 --> Virtual folders parented off of IMAP sub folders are forgotten on subsequent launches.
Call LoadVirtualFolders after our folder hierarchy has been created in the UI.

sr=bienvenu
2004-11-23 06:39:47 +00:00
scott%scott-macgregor.org 7d8f9324a8 Themework for imap folder and newsgroup subscribe UI.
Get rid of the column headers, make the dialog look like the virtual folder picker dialog.
2004-11-23 01:39:34 +00:00
scott%scott-macgregor.org e1a5a5d445 Fix broken offline indicator image in Account Settings / Offline Settings panel 2004-11-23 00:16:41 +00:00
scott%scott-macgregor.org a37308ec8e Always use the small throbber icon.
Remove arrows from move up / move down buttons in the filter list dialog.
2004-11-22 05:31:28 +00:00
scott%scott-macgregor.org f47451260a Qute Theme update.
Add new checked / unchecked images for filter list dialog, subscribe dialog, choose folders for offline dialog and saved search folder picker dialog.
2004-11-22 05:30:14 +00:00
scott%scott-macgregor.org f215fc9083 Qute Theme update.
New sent folder icon

New icons for saved search folders and rss saved search folders
2004-11-22 05:08:22 +00:00
scott%scott-macgregor.org 6649a36a9e Bug #271024 --> On windows and linux, use separators instead of spacers in the default address book
and mail 3-pane toolbars

sr=bienvenu
2004-11-22 04:43:21 +00:00
scott%scott-macgregor.org 6831ebd8d2 Bug #255473 --> Add support for multiple RSS accounts. Tbird 1.0 bug
r=me
sr=bienvenu
a=asa
2004-11-22 04:38:12 +00:00
scott%scott-macgregor.org dd206ce417 Bug #270477 --> try to fix the white border showing up above the "Folders" sidebar header.
Better fix this time.
2004-11-21 01:04:08 +00:00
bienvenu%nventure.com 03ca4d96ea fix 270069 status bar total and unread counts for single folder virtual folders, tbird only, sr=mscott 2004-11-20 22:47:02 +00:00
scott%scott-macgregor.org 8021527b00 Bug #270477 --> try to fix the white border showing up above the "Folders" sidebar header. 2004-11-19 22:48:39 +00:00
scott%scott-macgregor.org 3d18481891 qute polish update 2004-11-19 21:38:49 +00:00
bienvenu%nventure.com fe0c65cd09 fix 270601 create filter from message for messages in global inbox 2004-11-19 21:36:11 +00:00
scott%scott-macgregor.org 75be9a20ea Bug #270125 --> RSS feeds don't render html code for quotes as quotes, instead just shows raw HTML
before doing our HTML entity replacement convert the JS string to unicode, do the replacement then convert
back to the native charset.

sr=bienvenu
2004-11-19 20:22:24 +00:00
scott%scott-macgregor.org 00639907fb Add more padding around the blocked remote content icon 2004-11-19 20:00:26 +00:00
scott%scott-macgregor.org f2ad330d83 Bug #128129 --> enter/return for selected card/list in directory pane won't open properties dlg
sr=bienvenu
2004-11-19 19:24:14 +00:00
scott%scott-macgregor.org fede67cf07 make the virtual folder icon show up for VFs living under RSS accounts. 2004-11-19 18:42:35 +00:00
scott%scott-macgregor.org 3a9e34194d Bug #260837 --> RSS feeds using SSL are erroneously reported as invalid
Support http and https URLS for RSS.

Effects Thunderbird only.

sr=bienvenu
2004-11-19 03:50:25 +00:00
scott%scott-macgregor.org a78dc01e1d Bug #259777 --> Fix RSS feed parsing errors for various feeds.
sr=bienvenu
2004-11-19 03:22:00 +00:00
scott%scott-macgregor.org 455235e5e5 Bug #270665 --> unable to add new RSS feeds. Regression fix. 2004-11-18 22:29:30 +00:00
scott%scott-macgregor.org 598fb11f8c Bug #270643 --> virtual folder context menu missing items
regression fix caused by making virtual folders a special folder

sr=bienvenu
2004-11-18 19:18:43 +00:00
scott%scott-macgregor.org 66d0e2b7dc add missing files 2004-11-18 09:12:48 +00:00
scott%scott-macgregor.org 3e7dd5e68f try again 2004-11-18 09:03:37 +00:00
scott%scott-macgregor.org 1783561213 more os x makefile work 2004-11-18 08:54:33 +00:00
scott%scott-macgregor.org aa3543b685 try again 2004-11-18 08:47:54 +00:00
scott%scott-macgregor.org feeac109dc fix typo 2004-11-18 08:41:19 +00:00
scott%scott-macgregor.org 8a3bbdcd06 add Mac specific skin files for RSS 2004-11-18 08:39:27 +00:00
scott%scott-macgregor.org 6ebf300598 Bug #261883 --> Adding new RSS feed doesn't store it in the selected folder
add a menu fly out for choosing container folders that have subfolders.
2004-11-18 08:22:04 +00:00
scott%scott-macgregor.org 1d140331bc Bug #226179 --> add mail and news group shortcut to stand alone message windows
under Tools menu.
2004-11-18 03:25:15 +00:00
scott%scott-macgregor.org d88944593e Bug #270477 --> Qute theme update. 2004-11-18 02:48:29 +00:00
scott%scott-macgregor.org 6cf9719094 Bug #269551 --> Mac OS X menu cleanup for Thunderbird
Hide the extraneous toolbar separator from the tools menu bar for Mac OS X.
2004-11-16 21:23:33 +00:00
bienvenu%nventure.com 1676e9fe9f fix269725 sr=mscott status messages don't show up in main window if you've opened up a stand-alone msg window 2004-11-16 20:41:45 +00:00
scott%scott-macgregor.org ec8b2c6365 Bug #270082 --> Show the summary instead of the webpage by default for RSS feeds
sr=bienvenu
2004-11-16 05:00:26 +00:00
scott%scott-macgregor.org 67b43c3af4 Bug #270094 --> Adding a bogus feed URL fails to throw an alert dialog with information about a network error.
sr=bienvenu
2004-11-16 04:58:52 +00:00
scott%scott-macgregor.org 7d9bbfb5fa change reference to virtual folder to saved search folder 2004-11-16 00:03:02 +00:00
scott%scott-macgregor.org d4bb60d97e Bug #268430 --> RSS feed doesn't correctly show HTML special chars in virtual Subject column
use reg expressions to replace html entities like &, >  and < into
their ascii equivalents.

sr=bienvenu
2004-11-15 23:29:33 +00:00
scott%scott-macgregor.org dca7a472f9 Bug #269564 --> Views persist for regular folders, but not for virtual folders.
Persist views for single folder virtual folders.

sr=bienvenu
2004-11-15 04:07:54 +00:00
scott%scott-macgregor.org c0cef01d4b Bug #269497 --> "View" menu item is missing Toolbars sub menu label 2004-11-14 00:19:53 +00:00
scott%scott-macgregor.org ef71ea2f86 Bug #255447 --> Add RSS support to account central for thunderbird.
sr=bienvenu
2004-11-12 22:50:23 +00:00
scott%scott-macgregor.org 904ad6d8ca Bug #261216 --> [Mac] Missing PrintPDE.plugin
copy the mac print plugin into the packaged plugins folder
2004-11-12 18:51:13 +00:00
scott%scott-macgregor.org 509de70048 Bug #269304 --> more mac specific work for the address book quick search box 2004-11-12 08:37:02 +00:00
scott%scott-macgregor.org 88edf0447f Bug #269304 --> convert address book quick search box to look and behave like the
mail 3 pane quick search box.
2004-11-12 04:09:37 +00:00
scott%scott-macgregor.org e222cfff0b Bug #269304 --> convert address book quick search box to look and behave like the
mail 3 pane quick search box.

sr=bienvenu
2004-11-12 03:55:54 +00:00
scott%scott-macgregor.org d599d55b56 access key change 2004-11-12 00:06:12 +00:00
scott%scott-macgregor.org 0795015b79 Bug #261717 --> Add a context menu to the RSS website header in the msg pane so users
can copy the website url to the clipboard. Patch originally from David Fraser.
2004-11-11 23:30:32 +00:00
scott%scott-macgregor.org f18ecdbf7f Bug #264061 --> Tools/Options should be Edit/Preferences
fix some access key issues.
2004-11-11 22:00:46 +00:00
scott%scott-macgregor.org 65fdaf1dce fix access key conflict for linux Preferences menu item.
thanks to Sairuh for pointing it out.
2004-11-10 23:42:22 +00:00
scott%scott-macgregor.org e057415af2 fix access key conflict for linux Preferences menu item.
thanks to Sairuh for pointing it out.
2004-11-10 23:37:21 +00:00
scott%scott-macgregor.org d46f3665be remove bogus transparent css style rules to fix new mail notification slider 2004-11-10 23:23:00 +00:00
scott%scott-macgregor.org 107c68c70a Bug #264061 --> Tools/Options should be Edit/Preferences on Linux 2004-11-10 23:14:30 +00:00
scott%scott-macgregor.org 4893907988 Bug #267726 -->
old version of thunderbird remains in the Add New Programs control panel
2004-11-10 19:17:34 +00:00
scott%scott-macgregor.org bf3e39118e Bug #260561 --> RSS feeds don't get added if URL contains trailing whitespace 2004-11-09 04:44:39 +00:00
scott%scott-macgregor.org 9cb0573005 Bug #268495 --> junk mail dialog polish, move account picker above tabs
to make it more clear.

sr=bienvenu
2004-11-09 00:57:02 +00:00
scott%scott-macgregor.org deda0529a0 Bug #231742 --> Identity smart logic is case sensitive. lower case identity e-mail addresses before comparing
them to the identity hint.
2004-11-09 00:20:52 +00:00
scott%scott-macgregor.org e9533f85d9 Bug #268034 --> Mail imported from Mozilla 1.x dumps messages in wrong mailboxes
when migrating mozilla profiles with multiple servers with the same host name, we should make
sure our hostname based diretory is unique.

sr=bienvenu
2004-11-08 23:18:18 +00:00
scott%scott-macgregor.org e22b5c95c3 Bug #267405 --> file/ quit and file / exit platform consistency. 2004-11-04 19:59:54 +00:00
bienvenu%nventure.com 4d9f8063a5 fix 267483 regression in clearing of new flag when mail is filtered into pop3 folder, sr=mscott 2004-11-03 16:36:33 +00:00
scott%scott-macgregor.org a5215ed062 add chase and granrose to the credits list 2004-11-03 06:08:03 +00:00
scott%scott-macgregor.org caaf3066ed Bug #267377 -->js error when selecting Save Search as a Folder when Quicksearch is empty
we should be disabling the save as search folder item from the drop down if there is no valid quick search text.

sr=bienvenu
2004-11-02 22:17:35 +00:00
scott%scott-macgregor.org 9dc0c1446f Bug #267243 --> After doing a quick search, if you quickly load another folder, we don't hide the clear button
all of the time.

Also fixes problems with the quick search bar when moving from a virtual folder to a non virtual folder.
2004-11-02 02:03:09 +00:00
bsmedberg%covad.net 6c9953770a Installer bustage from bug 237745 - package appstartup.xpt properly. 2004-11-01 12:16:48 +00:00
bsmedberg%covad.net 8b0c106aa6 Bustage fix from bug 237745. 2004-11-01 11:52:49 +00:00
dmose%mozilla.org 19db631696 Fixed emacs mode-line; no bug 2004-10-30 22:50:28 +00:00
bsmedberg%covad.net a872a07903 Build bustage from bug 237745 2004-10-30 06:39:06 +00:00
scott%scott-macgregor.org 43e1240fe8 Bug #265548 --> Virtual Folders don't remember the previously selected message
Only works for single folder virtual folders.

sr=bienvenu
2004-10-30 04:02:10 +00:00
scott%scott-macgregor.org 774a038d2d Bug #234765 --> properties and write button aren't working in the address book search dialog.
Thanks to woodie for the suggested fix.
2004-10-30 01:20:06 +00:00
dveditz%cruzio.com bef1ce5cd6 part of bug 263546: forgot to check in the required pref changes. r=jst,sr=darin 2004-10-29 22:11:23 +00:00
bsmedberg%covad.net 3055933c27 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
bienvenu%nventure.com f8f7f80777 fix 266536 handling of out of date local folder summary files, sr=mscott 2004-10-29 18:42:02 +00:00
scott%scott-macgregor.org 4b7d383e71 Bug #266674 --> fix typo from my previous checkin that caused compact folder to disappear from the folder pane. 2004-10-29 18:08:18 +00:00
scott%scott-macgregor.org bb88f322e6 Bug #220656 --> store the mail view state as a per folder property instead of as a global setting that applies to all folders.
sr=bienvenu
2004-10-29 07:11:18 +00:00
scott%scott-macgregor.org 7a0a367966 Bug #266066 --> After moving message to junk folder, next message is not highlighted 2004-10-29 06:49:23 +00:00
scott%scott-macgregor.org 164d93ffb2 Bug #266578 --> Hide folder pane context menu items for virtual folders
sr=bienvenu
2004-10-29 00:36:59 +00:00
dmose%mozilla.org d183e2d145 Fix the emacs modeline indentation variables 2004-10-28 17:16:40 +00:00
scott%scott-macgregor.org c7c96fdfa9 keep talkback at 100% for trunk builds 2004-10-27 23:15:27 +00:00
timeless%mozdev.org 2009617be2 Bug 265388 @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
r=neil sr=bienvenu
2004-10-27 05:15:46 +00:00
bugzilla%arlen.demon.co.uk 5f3f5315ce Bug 264102 Chrome should use document.title instead of window.title - mail fixes
p=me r=mscott
2004-10-26 22:04:49 +00:00
scott%scott-macgregor.org 01e10cfde4 Bug #245331 --> Don't truncate long attachment names in the messsage pane.
Patch by David Bienvenu.
2004-10-25 23:10:49 +00:00
darin%meer.net fb3826168b landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner 2004-10-25 19:34:45 +00:00
bienvenu%nventure.com 4323cb699f set has attachment flag at hdr download time by looking for content type multipart mixed, 241203 2004-10-25 18:48:22 +00:00
bryner%brianryner.com bc2025a5f4 Fix linux installer to be able to use png images instead of XPM. Add new firefox and thunderbird artwork in png forward and remove generic xpms. Bug 265826, r=vlad. 2004-10-25 08:32:39 +00:00
bugzilla%arlen.demon.co.uk a0b5babac8 Bug 260364 Fixup radiogroups to use new .value functionality of radio.xml - mail patch
p=me r=mscott
2004-10-24 17:41:57 +00:00
scott%scott-macgregor.org 1588ed4abb Bug #265481 --> port aviary branch fix for Thunderbird not reloading virtual folder after dismissing the properties dialog.
sr=bienvenu
2004-10-23 04:32:01 +00:00
scott%scott-macgregor.org e2b1472a20 Bug #239984 --> [OSX] "Minimize Window" and "Zoom Window" in the "Window" menu, cannot be chosen.
Patch by bugs.mano@mail-central.com
2004-10-22 21:36:35 +00:00
scott%scott-macgregor.org 6ef137ebf2 Bug #234765 --> The scroll bar in the advanced address search in the address book has no effect. 2004-10-22 21:31:08 +00:00
bienvenu%nventure.com 3e2a41c599 fix single folder virtual folder counts to get updated when folder is opened, 265330, sr=mscott 2004-10-22 20:55:45 +00:00
scott%scott-macgregor.org 861748f1ef fix missing DTD error on the Mac for the account manager 2004-10-22 19:58:38 +00:00
scott%scott-macgregor.org 890ae1e651 Bug #265478 --> When clicking on / away from virtual folders, weird focus issues with quick search box.
sr=bienvenu
2004-10-21 23:07:35 +00:00
scott%scott-macgregor.org 96e13dbf5b Bug #263255 --> more improvements for the group by sort feature.
Don't re-order the thread pane based on the group attribute. Always use the subject field for the dummy row title.

Make all of the attributes use dummy rows instead of just date. The exception is the subject which won't use a dummy row.

sr=bienvenu
2004-10-20 21:43:46 +00:00