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

280 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 5ec2f422c2 Bug #254557 --> mail/app/Makefile.in DESTDIR typo lets 'make install DESTDIR=/tmp/somedir/' fail
Patch by Geir Thomassen

r=bsmedberg
2005-04-22 21:27:25 +00:00
dbaron%dbaron.org 7da9618f88 Make it possible for apps, extensions, and vendors to all add tokens to the User-Agent string (using default preferences) without overwriting each other. b=274928 r+sr=darin a=mkaply 2005-04-07 18:11:59 +00:00
myk%mozilla.org 75ec2781bf Second fix for bug 271473: whitelists addons.mozilla.org not only for new profiles but for existing profiles too, unblocking server-side architectural improvements that are waiting for a version of Firefox which can install extensions from addons.mozilla.org; r=bsmedberg 2005-04-06 20:13:32 +00:00
bsmedberg%covad.net 68fcd67e0a Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 13:09:19 +00:00
bsmedberg%covad.net 2d9f9646a3 Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner 2005-04-04 19:08:55 +00:00
dveditz%cruzio.com d681793635 bug 287307 Prevent scripted statusbar changes; now matches Firefox defaults. r/sr=mscott 2005-03-29 01:00:50 +00:00
darin%meer.net 02f8c9d9ad fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
scott%scott-macgregor.org ed1e91673b remove an obsolete preference 2005-03-18 23:45:09 +00:00
bsmedberg%covad.net d3d9589cf0 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
mkaply%us.ibm.com 38c185c992 #281203
r=mkaply, sr=blizzard (platform specific)
From Andy Willis - remove unused references to pointer files
2005-03-15 14:32:55 +00:00
scott%scott-macgregor.org 229f8c5cf9 Turn on inline spell check by default.
add some default prefs in preparation of the new options UI landing
2005-03-06 07:12:04 +00:00
scott%scott-macgregor.org 71c1ebf598 Bug #268807 --> add default prefs for SignonFileName
patch by gemal
2005-03-01 21:31:42 +00:00
scott%scott-macgregor.org 5d558139a0 Now that we are almost done landing the aviary changes for Thunderbird onto the trunk, its time to bump the version string up to 1.0+ 2005-02-17 18:26:01 +00:00
bryner%brianryner.com 75fb446b2c Finish REQUIRES cleanup for Thunderbird. Compiles on all platforms. 2005-02-06 01:18:32 +00:00
scott%scott-macgregor.org 3c6f168252 Bug #278310 --> inline spell checking for thunderbird
sr=bienvenu
2005-02-02 19:54:26 +00:00
gerv%gerv.net 8eeec7399e Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 18:04:25 +00:00
scott%scott-macgregor.org ef7185f183 Port missing theme and extension chrome prefs from aviary to the trunk 2005-01-28 17:24:16 +00:00
scott%scott-macgregor.org 1e45554bd8 add mail biff badge for Mac OSX new mail notification on the trunk.
Porting from the branch
2005-01-21 21:40:31 +00:00
cltbld d68eac9034 thunderbird new mail badge icon for mac osx
porting from the aviary 1.0 branch
(mscott)
2005-01-21 21:35:52 +00:00
scott%scott-macgregor.org 2f5f86d9b2 Bug #279191 --> Initial Thunderbird support for our phishing detector. 2005-01-21 07:50:50 +00:00
scott%scott-macgregor.org 960e21a1c7 Bug #275131 --> add cookie support for RSS 2005-01-18 05:12:49 +00:00
scott%scott-macgregor.org f08923d0ba Attempt to fix broken context menus by including XPCNativeWrapper.js
Fix Save Image As context menu item.
2005-01-12 01:29:09 +00:00
scott%scott-macgregor.org 24a39bcdeb adjust copyright date to 2005 2005-01-10 21:30:06 +00:00
scott%scott-macgregor.org e9b5e5f096 Work of fixing Bug #276918 --> Thunderbird installer and zip builds are DOA after the aviary landing to mozilla\toolkit with
toolkit entity errors.

Locale restructuring to match work done on the aviary 1.0 branch.
2005-01-07 01:29:20 +00:00
dbaron%dbaron.org 740ba97818 Happy New Year. 2005-01-01 05:01:51 +00:00
myk%mozilla.org 29af4bdb28 Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben 2004-12-16 09:12:20 +00:00
scott%scott-macgregor.org a2290ff4be Bug #254462 --> Port aviary 1.0 changes for software update support from the branch to the trunk. 2004-12-13 23:41:44 +00:00
bsmedberg%covad.net 5a4d47e698 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben 2004-12-07 04:53:07 +00:00
scott%scott-macgregor.org e0a550cb7f Bug #268107 --> Make sure cookies are disable by default by setting:
network.cookie.cookieBehavior to 2 (don't use)
2004-12-06 04:40:34 +00:00
webmail%kmgerich.com bc4e5eddc9 Fixing typo in theme author name 2004-12-03 15:22:14 +00:00
scott%scott-macgregor.org 1175547281 Back out Bug #270082 --> revert our RSS account default to show HTML. 2004-12-01 02:09:11 +00:00
mats.palmgren%bredband.net 5f4e38cadb Add missing CSS3 cursor resources to win32 static builds. b=260713 r=dean_tessman sr=dbaron 2004-11-26 19:49:53 +00:00
scott%scott-macgregor.org 3d18481891 qute polish update 2004-11-19 21:38:49 +00:00
scott%scott-macgregor.org d88944593e Bug #270477 --> Qute theme update. 2004-11-18 02:48:29 +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 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
bsmedberg%covad.net 8b0c106aa6 Bustage fix from bug 237745. 2004-11-01 11:52:49 +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
scott%scott-macgregor.org 3e2c19c971 Bug #210164 --> POP: alert "is not a registered protocol" popped when loading an attachment
Turn on xul error alerts so we don't get random docshell error alerts such as not registered
protocol when viewing a mail message.
2004-10-01 00:29:41 +00:00
cbiesinger%web.de b04b1907ed 259828 remove unused browser.turbo.enabled pref
r=bsmedberg sr=neil
2004-09-28 20:21:04 +00:00
bsmedberg%covad.net 9b824e5486 Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst 2004-09-21 20:19:48 +00:00
darin%meer.net f0c9e4dcfc landing patch for bug 259213 "Coalesce boolean fields into nsXREAppData::flags" r=bsmedberg 2004-09-14 21:05:46 +00:00
darin%meer.net 5a19cc90ad landing patch for bug 258470 "XULRunner shouldn't use firefox migration service" r=bsmedberg 2004-09-09 18:10:25 +00:00
Stefan.Borggraefe%gmx.de 9827f3bfec Remove unused pref (part of bug 250637).
r=mscott
2004-09-09 14:19:02 +00:00
darin%meer.net 96cc0c00ff fixes bug 258217 "Windows DDE code should extract application name from nsXREAppData" r=bsmedberg 2004-09-07 22:24:45 +00:00
scott%scott-macgregor.org df5bbbe8da Bug #256190 --> thunderbird.js preferences getting loaded before mailnews.js. Rename thunderbird.js to all-thunderbird.js
to ensure that it gets loaded last since it has the final overrides for thunderbird.
2004-08-19 20:18:04 +00:00
scott%scott-macgregor.org 29b8556d36 Bug #255451 --> More refinements for master password.
Leave off by default like Firefox.

Add a seamonkey like checkbox for encrypting vs. obscuring for using the master password
to lock saved passwords.
2004-08-18 05:17:47 +00:00
scott%scott-macgregor.org 9d5a5c3a61 Bug #255451 --> Add support for master password to Thunderbid. 2004-08-13 00:54:19 +00:00
scott%scott-macgregor.org 61481d68b4 change firefox to thunderbird in the readme file. 2004-08-11 17:19:01 +00:00
scott%scott-macgregor.org 3ec7c3e142 Bug #2254694 --> thunderbird specific README.txt file 2004-08-10 22:22:45 +00:00
scott%scott-macgregor.org 057877fe76 Bug #216133 --> Allow remote images from senders in the white list for Thunderbird.
Enable remote image blocking by default, add pref UI under privacy for controlling the new white list settings
for blocking remote content.
2004-08-03 22:41:10 +00:00
scott%scott-macgregor.org 2782b86f85 Bug #253879 --> fix smoketest blocker, you can't install extensions and themes into thunderbird
on the trunk.
2004-08-01 05:13:57 +00:00
scott%scott-macgregor.org 2a2ff35f1c Bug #253291 --> Changes to preferences file not saved.
Matching thunderbird changes for brian's firefox fix.
2004-07-28 21:51:30 +00:00
scott%scott-macgregor.org a1d62756e9 Bug #249838 --> Start hooking up webservices and the smart update notifications for Thunderbird. 2004-07-27 23:35:29 +00:00
bryner%brianryner.com 17acba2405 Thunderbird default mail/news client support for GNOME (bug 252056). r=mscott. 2004-07-24 23:54:29 +00:00
scott%scott-macgregor.org 16af4ba326 Add app.extensions.version, matches Ben's FX changes for Bug #251473. 2004-07-16 02:54:29 +00:00
scott%scott-macgregor.org 764b6162b9 Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk. 2004-07-01 02:43:02 +00:00
scott%scott-macgregor.org 80fd8a81ff Bug #247696 --> Mac OS X "Version" should be � 2004, not 2003 2004-06-28 06:35:16 +00:00
scott%scott-macgregor.org be109a3aa0 Bug #247369 --> Change Mozilla Thunderbird to Thunderbird for the application menu
on OS X.
2004-06-25 21:22:04 +00:00
scott%scott-macgregor.org 1715392c61 Bug #248073 --> use the mozapp XPinstall confirmation dialog instead of the seamonkey one. 2004-06-22 05:50:03 +00:00
cls%seawood.org cbcc90ded7 Make console handling in mingw builds behave the same as msvc builds.
Bug #245903 r+sr=dmose
2004-06-21 20:56:14 +00:00
scott%scott-macgregor.org 7bc0d0974d Try to get Thunderbird running on the trunk again now that the new profile manager has landed for aviary.
Includes patches for Bug #239929, #244800 and Bug #244134
2004-06-18 07:14:56 +00:00
bsmedberg%covad.net 8b04241e3b Bug 239929 - Porting semi-single-profile from the aviary1.0 branch to the trunk. This is using the argv-restart method right now (a child process). This will be changing to an xpcom-restart process soon. Code by me, Ben Goodger, Darin, Scott M., M. Kaply, and others. xpfe/appshell code r=danm sr=brendan (bug 244106). 2004-06-17 21:23:51 +00:00
scott%scott-macgregor.org 40f1f802ce Bug #245552 --> default character encoding option for outgoing mail comes up empty 2004-06-12 05:07:45 +00:00
scott%scott-macgregor.org c450d627a0 Bug #245430 --> Port more thunderbird static build work to the trunk 2004-06-09 18:36:58 +00:00
scott%scott-macgregor.org 0db26b9a66 check this back in. It has nothing to do with the crash on OS X 2004-06-08 06:27:26 +00:00
scott%scott-macgregor.org 417da8f7c9 back out my checkin in case it is the cause of thunderbird builds crashing on startup for OS X. 2004-06-08 06:22:32 +00:00
scott%scott-macgregor.org f79ddaff09 Try to remove bogus characters from the OS X Info.plist.in file
Thanks to Don Crandall for the fix
2004-06-08 03:26:40 +00:00
scott%scott-macgregor.org d4645d0ec5 Bug #245430 --> More Thunderbird static build work. Hook up the biff icon from the system tray to work
with the static Windows build.
2004-06-07 02:51:00 +00:00
scott%scott-macgregor.org 2f6b38339c Bug #245430 --> static build work for Thunderbird 2004-06-06 22:40:42 +00:00
dbaron%dbaron.org 4823934bb7 Allow building thunderbird with jprof or trace-malloc. r=mscott 2004-05-12 01:18:55 +00:00
scott%scott-macgregor.org efbba7da66 Port Bug #234186 --> Messages with mail server identity should not be sent through newsserver
to thunderbird

Patch by Christian Eyrich
2004-04-27 07:02:48 +00:00
neil%parkwaycc.co.uk f1b29f1237 Remove unused wallet preferences (including localized prefs) b=221623 p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-22 08:26:58 +00:00
scott%scott-macgregor.org 1abb225f70 fix broken thunderbird desktop icon caused by renaming mach.icns to thunderbird.icns 2004-04-21 22:05:48 +00:00
scott%scott-macgregor.org e70979b83e rename mach.icns to thunderbird.icns for clarity 2004-04-19 19:11:09 +00:00
scott%scott-macgregor.org c8e8577a30 Rename mozilla.ico to thunderbird.ico for clarity 2004-04-19 19:04:41 +00:00
scott%scott-macgregor.org 8bf78df605 Bug #237725 --> Use dist\branding as a staging area for branded artwork.
Copy generic branded icons out to dist\branding

During the install phase, use the icons in dist\branding instead of the ones in browser\app

sr=bryner
2004-04-19 05:24:35 +00:00
neil%parkwaycc.co.uk 7ad3e15645 Bug 221623 Remove the code that supported the old wallet.Notified pref and the extraneous wallet.notified prefs p=gautheri@noos.fr r=mconnor sr=bryner 2004-04-17 19:56:39 +00:00
scott%scott-macgregor.org c32a35d9e9 Bug #240750 --> Use sane widths and heights for all resolutions, not just 800 x 600 when launching with a new profile. 2004-04-16 23:42:23 +00:00
scott%scott-macgregor.org bd9553c285 Follow up to Bug #240138 --> Add pref UI for turning on / off showing just the display name
for contacts you know.
2004-04-15 23:36:17 +00:00
scott%scott-macgregor.org 02765241b0 bump the trunk version to 0.6+ to differentiate it from the 0.6 branch builds 2004-04-14 19:12:12 +00:00
bryner%brianryner.com cc0b349e94 Fix bug 236836 for firefox/thunderbird/sunbird/composer 2004-04-12 07:25:21 +00:00
scott%scott-macgregor.org 50da27a562 bump module.ver version to 0.5 2004-03-13 05:12:17 +00:00
scott%scott-macgregor.org 695f69db97 Bug #235651 --> More windows installer work.
Fix problems in regus.jst where we were not registering the US region chrome package.

Adjust how we handle the LICENSE file so it ends up as a .txt file when the user installs the app.

Register as a default news handler, including all of the news protocols into the windows registry.
2004-03-12 01:30:06 +00:00
scott%scott-macgregor.org 628e04386b Bug #237029 --> make sure plugins are disabled by default 2004-03-10 19:06:44 +00:00
scott%scott-macgregor.org 2798d3ca7a Bug#235651 --> We don't need to use a .autoreg file for installer. the installer creates this files by hand... 2004-02-26 18:24:18 +00:00
scott%scott-macgregor.org c6dae71b98 Bug#235651 --> Part of the foundation for the intaller.
readme.txt and license files
2004-02-26 03:11:25 +00:00
amardare%qnx.com d5a23f6bf0 Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
Added the support for a splashscreen for firefox on qnx.
2004-02-23 20:11:55 +00:00
pkw%us.ibm.com b6d6299c06 Bug 234124 - RFE: Port the pluggable shell script API to FireFox/Thunderbird/Sunbird etc
r=bryner@brianryner.com, sr=bryner@brianryner.com

Checking in patch for Roland Mainz <roland.mainz@nrubsig.org>
2004-02-20 18:13:47 +00:00
scott%scott-macgregor.org a421fdb910 add back prefs for release notes and help site urls
so they start working again
2004-02-17 07:10:13 +00:00
scott%scott-macgregor.org e705af3e14 Bug #233944 --> Avoid dynamic resizing of the message headers in the message pane 2004-02-12 18:02:34 +00:00
scott%scott-macgregor.org e2025b05f3 Bug #233842 --> Cannot install extensions. Port seamonkey prefs for xpinstall chrome url 2004-02-12 03:01:33 +00:00
dwitte%stanford.edu 7eaa3a52b5 remove preference imageblocker.enabled.
b=208882, patch by mconnor@myrealbox.com, r=mvl, sr=alecf.
2004-02-01 09:17:51 +00:00
scott%scott-macgregor.org cf60c01b25 Bug #229203 --> convert new lines to commas when pasting into a single line text box 2004-01-29 17:03:03 +00:00
cbiesinger%web.de d99719ebc6 Bug 166192 Remove last traces of PICS.
patch by Stephen Walker <sdwalker@myrealbox.com> r=bsmedberg,dougt sr=dbaron
2004-01-28 22:42:21 +00:00
scott%scott-macgregor.org 183a28e92f remove @ marks around app_version 2004-01-27 17:37:15 +00:00
scott%scott-macgregor.org 673e3ec5a3 remove obsolete files. We now use thunderbird.js 2004-01-27 06:10:55 +00:00
scott%scott-macgregor.org bddab9e6ed Bug #232166 --> Unfork mailnews,js, move diffs to thunderbird.js. 2004-01-27 06:06:40 +00:00
scott%scott-macgregor.org fb5834a1f5 Dynamically generate version information for Thunderbird based on the value of version.txt
thanks to stephen walker for the patch.

(this file is now dynamically generated)
2004-01-27 02:50:41 +00:00
scott%scott-macgregor.org 58935d2f25 Dynamically generate version information for Thunderbird based on the value of version.txt
thanks to stephen walker for the patch.
2004-01-27 02:49:45 +00:00
scott%scott-macgregor.org e86e2ae10a More pref regression fallout:
add missing signon prefs to thunderbird
pref("signon.rememberSignons",              true);
pref("signon.expireMasterPassword",         false);
2004-01-26 22:23:22 +00:00
scott%scott-macgregor.org f3336b9dd3 Try to fix pref bustage regressions such as link clicks not loading the default browser. 2004-01-26 04:40:45 +00:00
scott%scott-macgregor.org 9450e46f80 Try to unhork platform specific pref bustage. Patch by bsmedberg 2004-01-24 00:44:28 +00:00
bienvenu%nventure.com 5be6c1bae1 fix 228791 need ability to have unobscured mcd files, r/sr=mscott 2003-12-19 15:46:54 +00:00
scott%scott-macgregor.org d3656e6691 Port Bug #24954 to thunderbird. Need ability to specify with -installer the Users directory 2003-12-16 17:15:19 +00:00
bienvenu%nventure.com b782f6f5e4 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 f8e368a59a revert back the attach_binary pref 2003-12-09 19:19:25 +00:00
scott%scott-macgregor.org 18a7f1fb99 add more fields to windows version 2003-12-07 06:32:25 +00:00
scott%scott-macgregor.org f4674259de change MOZZ to the thunderbird creator type: MOZM 2003-12-07 05:50:19 +00:00
scott%scott-macgregor.org 7fc0f60296 bump version number up to 0.5a 2003-12-07 05:34:30 +00:00
scott%scott-macgregor.org b3cbeeaa74 change offline.startup_state to always reconnect online for thunderbird. This should fix a problem where some
users are getting stuck in offline mode because network.online is getting set to false.
2003-12-05 00:24:53 +00:00
scott%scott-macgregor.org 923be3abed trunk builds are now 0.5a 2003-12-04 18:12:44 +00:00
scott%scott-macgregor.org ebb5c2956e add default pref for browser.download.folderList 2003-12-04 00:47:09 +00:00
scott%scott-macgregor.org 6e9c9937a6 Bug #226927
Some binary attachments are getting set to quoted printable instead of binary as a content type.

Fix this for now by forcing binary attachments.
2003-12-03 20:37:16 +00:00
scott%scott-macgregor.org 5da80548f2 change the user agent to 0.4 RC1 2003-12-02 07:27:52 +00:00
scott%scott-macgregor.org b48eebc59d Bug #227091 --> WinXP manifest resource contains alien strings. Patch by Simon Paquet. 2003-11-30 20:12:03 +00:00
scott%scott-macgregor.org 8470a0a1d1 Port pref("mail.server.default.singleSignon", true); to thunderbird 2003-11-29 05:36:29 +00:00
scott%scott-macgregor.org f738c87bfc Land Qute theme update for Thunderbird 2003-11-27 03:21:54 +00:00
mkaply%us.ibm.com c04ec980f7 RC file for Os/2 thunderbird 2003-11-25 18:25:07 +00:00
mkaply%us.ibm.com 6203ca2ca2 Not part of build yet - OS/2 icons 2003-11-25 17:25:55 +00:00
bryner%brianryner.com 4b5717790f Add default and per-window gtk2 icons for Thunderbird. Move win32 per-window icons to icons/windows/. 2003-11-25 06:28:29 +00:00
scott%scott-macgregor.org de2382babe Change the mac creator type for thunderbird to MOZM (mozilla mail) instead of the mozilla
creator type. Thanks to Don Crandall for spotting this problem.
2003-11-25 03:09:20 +00:00
scott%scott-macgregor.org 27414c61ce Bug #224381 --> use status instead of select to update folder accounts. Fixing a GUI hang during biff. 2003-11-21 04:55:00 +00:00
bryner%brianryner.com 6097cf62bf fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa. checking in for darin. 2003-11-21 00:15:34 +00:00
scott%scott-macgregor.org 23ee16318a synch up some pref changes with the trunk 2003-11-13 18:45:24 +00:00
bryner%brianryner.com 8f21653373 get rid of console window for win32 gcc builds, and limit heap size per bug 127069. 2003-11-09 22:17:10 +00:00
mkaply%us.ibm.com 3069e9949e #223782
r=jst, sr=darin
remove support for dom.disable_cookie_[get,set] prefs
2003-11-06 19:35:22 +00:00
bryner%brianryner.com c8569e38ae Force autoregister on the first run after completing a build (even for optimized builds) like seamonkey does. 2003-11-04 07:42:52 +00:00
scott%scott-macgregor.org 0ff9e365a7 add hiddenWindow chrome url for thunderbird. 2003-11-03 04:34:11 +00:00
bryner%brianryner.com ad24d52e13 fix thunderbird compose bustage from bug 142163 checkin 2003-10-15 18:33:08 +00:00
scott%scott-macgregor.org 0fa318d5e3 Bug #220433 --> port the binutils build bustage patch to thunderbird 2003-10-11 22:28:28 +00:00
bryner%brianryner.com 14317c53cf Add XPM versions of thunderbird app icon. r=mscott. 2003-10-02 21:53:46 +00:00
bryner%brianryner.com cd60efa8ac Updating my email address 2003-09-29 06:04:02 +00:00
scott%scott-macgregor.org 4a3c984aed Bug #107883 --> port david's fix for removing from server after x days for POP. 2003-09-23 04:26:35 +00:00
scott%scott-macgregor.org d72e31dcbf Bug #219696 --> change user agent to 1.6a instead of 1.5b for trunk builds. 2003-09-23 00:10:39 +00:00
scott%scott-macgregor.org 875088368e Bug #219488 --> revert back to the original behavior for POP which is to NOT leave mail on server by default.
We only did this originally back when thunderbird was an experiment and folks just wanted to try it out.
Now that we are a more mature application, it is time to go back to the expected behavior.
2003-09-17 18:09:48 +00:00
scott%scott-macgregor.org be32ae93bf The trunk is now 0.4a.
The mozilla_1_5_BRANCH now contains the 0.3 candidate builds.
2003-09-12 05:27:34 +00:00
scott%scott-macgregor.org dde8d92b6f Merge patch for Bug # 61520 into thunderbird: Add additional headers to every message 2003-09-08 21:14:48 +00:00
scott%scott-macgregor.org 870ecdb589 update the version string on the mac 2003-09-05 17:41:53 +00:00
scott%scott-macgregor.org c9592eb94a Bug #218051 --> "Always use this Profile" doesn't work. Thanks to mbr for the patch. 2003-09-04 23:27:33 +00:00
scott%scott-macgregor.org 1c8ad327d1 bump trunk UA to 0.3a 2003-09-04 23:23:14 +00:00
scott%scott-macgregor.org 7a21e7649a change vender to Thunderbird from Mozilla Thunderbird. The mozilla is redundant 2003-08-28 06:43:54 +00:00
scott%scott-macgregor.org cb28419392 Bump the version string to 0.2 on the mac. thanks to Don Crandall for the patch. 2003-08-27 03:07:58 +00:00
scott%scott-macgregor.org 2fb5fab297 add browser.download.useDownloadDir 2003-08-26 05:04:31 +00:00
scott%scott-macgregor.org 402d6c7562 new .ico file from Jason Kersey which should look better on win2k than the current one. 2003-08-25 17:37:04 +00:00
scott%scott-macgregor.org 798b7a616d change user agent to mozilla thunderbird instead of thunderbird 2003-08-20 05:23:25 +00:00
scott%scott-macgregor.org b758c5ddfa New desktop icons for windows. Thanks to Jason Kersey. 2003-08-19 05:24:50 +00:00
scott%scott-macgregor.org 78cfdceb79 Synch Bug #203785 with thunderbird. 2003-08-15 19:34:57 +00:00
scott%scott-macgregor.org 00d7a2cc84 Port Bug #141531 to thunderbird --> move quote reply pref from the options dialog to account settings.
Thanks to Stephen Walker for porting this to Thunderbird.
2003-08-13 18:25:04 +00:00