Commit Graph

1706 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
af0391257d Bug #296940 --> Port Firefox update changes to Thunderbird to avoid an infinite loop on startup. 2005-06-07 21:45:14 +00:00
bienvenu%nventure.com
27437d9733 fix enable/disable of filters with non-7 bit ascii chars, patch by neil, r=jshin, sr=me, a=asa 2005-06-07 21:17:24 +00:00
mnyromyr%tprac.de
ec91003722 Bug 296703: Pressing Send button does nothing when sending to newsgroup from mail account; patch by Frank Wein <bugzilla@mcsmurf.de>, r/sr=bienvenu, a=asa 2005-06-07 20:00:08 +00:00
bsmedberg%covad.net
8721f99271 Bug 295235 - remove remaining contents.rdf chrome registration from Firefox and Thunderbird, r=mconnor a=asa 2005-06-07 19:55:49 +00:00
scott%scott-macgregor.org
a855c9776f Bug #218838 --> There is no keyboard shortcut to select/unselect folders in the "Items for offline use" dialog 2005-06-07 19:02:35 +00:00
scott%scott-macgregor.org
196c63c64e be sure to package platform.js and prefcalls.js into the windows installer for MCD/autoconfig 2005-06-07 18:55:37 +00:00
timeless%mozdev.org
8e7b140067 Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird
Qute cleanup patch
patch by bugzilla@babylonsounds.com r=mscott a=shaver
2005-06-03 21:57:24 +00:00
bsmedberg%covad.net
1269c28f94 Bug 295711 part 3 - Package inspector as a real extension (in <appdir>/extensions/inspector@mozilla.org/...) and consolidate all the silly app-specific forking/overriding done in browser/extensions/inspector and mail/extensions/inspector r=mconnor sr+a=shaver 2005-06-03 18:05:06 +00:00
bienvenu%nventure.com
d578f3c197 allow thunderbird to open .eml files from the command line 242959 sr=mscott, a=chofmann 2005-06-01 21:00:21 +00:00
bienvenu%nventure.com
554b7d4aeb extend support for opening .eml files in a stand-alone msg window, sr=mscott, a=chofmann 241212 2005-06-01 19:04:21 +00:00
bienvenu%nventure.com
a40f05ff7a frontend support for filters that reply/forward messages, sr=mscott, a=shaver, 11034 2005-06-01 18:12:06 +00:00
bienvenu%nventure.com
c75ddca2c3 frontend support for message aging, 11055, r=neil, sr=mscott, a=chofmann 2005-06-01 17:24:47 +00:00
bienvenu%nventure.com
81c373d79e frontend support for message aging, 11055, r=neil, sr=mscott, a=chofmann 2005-06-01 17:15:30 +00:00
timeless%mozdev.org
279b4d587b Bug 295512 Error pages broken
patch by bugzilla@mcsmurf.de r=bienvenu sr=mscott a=mscott
2005-06-01 11:15:09 +00:00
scott%scott-macgregor.org
4f173efd06 Bundle accountWizard.css to fix the missing style sheet for the account wizard on the mac 2005-06-01 00:22:15 +00:00
scott%scott-macgregor.org
80de566970 Bug #295726 --> Disable presence URL check in Thunderbird.
We had some left over cruft that was trying to show buddy presence in the address book for cards with
screen names.

sr=bienvenu
2005-05-27 19:12:00 +00:00
scott%scott-macgregor.org
7f30296f16 Bug #295723 --> Default Theme not listed in the Theme Manager
bump the theme version to 1.0+
2005-05-27 17:31:54 +00:00
scott%scott-macgregor.org
6171d33f2b Bump the app.extension string to 1.0+ like it is for Firefox. 2005-05-27 15:45:32 +00:00
scott%scott-macgregor.org
9ef78e49bd Bug #295642 --> cannot attach additional attachments after deleting all of the attachments.
use .collapse instead of .hidden on the listbox. Update some of the JS to use listbox APIs instead of dom element APIs.

sr=bienvenu
2005-05-27 05:46:32 +00:00
scott%scott-macgregor.org
3129efb71a File / New / Address book Card was not showing up in the main mail window. 2005-05-25 18:42:25 +00:00
scott%scott-macgregor.org
8c489d6d63 Bug #295405 --> Problems setting default news, mail and feed settings on Windows 2005-05-25 00:20:34 +00:00
bzbarsky%mit.edu
cddca7b121 Don't set window.location or document.location in chrome code; set
location.href instead.  Bug 295040, r+sr=jst, a=asa
2005-05-24 04:12:30 +00:00
scott%scott-macgregor.org
593cd2b09b Fix regression fall out from Bug #281988 --> dialogs in thunderbird not opening. 2005-05-23 06:18:37 +00:00
mconnor%steelgryphon.com
48c2321b4e bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan 2005-05-20 22:42:50 +00:00
bsmedberg%covad.net
1b8c99f218 Now that we're *not* repackaging tbird chrome, we shouldn't be removing the originals. 2005-05-20 16:23:39 +00:00
bsmedberg%covad.net
9abe57c447 Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2005-05-20 12:58:57 +00:00
timeless%mozdev.org
c4bb9ed3ec Bug 204336 missing space at messenger.properties
patch by bugzilla@standard8.demon.co.uk r=bienvenu sr=bienvenu a=asa
2005-05-19 20:22:30 +00:00
scott%scott-macgregor.org
a13827d697 Bug #294580 --> changing accounts in folder pane doesn't change the account manager screen 2005-05-19 19:39:10 +00:00
scott%scott-macgregor.org
29ab27c4b8 Bug #288110 --> Some RSS items cause a corruption in the message display window
strip html tags when extracting a description from RSS feeds without titles.

Patch by Robert Sayre <sayrer@gmail.com>
2005-05-18 20:56:19 +00:00
bienvenu%nventure.com
02b1e0c539 fix sending to a mailing list, sr=mscott, tbird only 294107 2005-05-17 17:29:28 +00:00
scott%scott-macgregor.org
0f063f74b8 Bug #195224 ---> Remove the More and Fewer buttons from Thunderbird's search and filter dialogs, replacing them with +/- buttons for each search term row. This allows the user to have more control about which rows should be added or removed. r=stefan sr=neil a=asa 2005-05-13 22:44:59 +00:00
scott%scott-macgregor.org
532fc7ec9c Bug #290237 --> Add junk mail UI to honor server based spam headers. For now, export a spam assasin filter.
We'll add more later.

sr=bienvenu
a=chofmann
2005-05-13 21:22:30 +00:00
bsmedberg%covad.net
ad657e7507 Bug 286108 - build Thunderbird locales from CVS: repackaging and installer changes to match the Firefox packaging process r=gandalf+mscott a=asa 2005-05-13 19:54:01 +00:00
scott%scott-macgregor.org
28c16aa525 Bug #195224 ---> Remove the More and Fewer buttons from Thunderbird's search and filter dialogs, replacing them with +/- buttons
for each search term row. This allows the user to have more control about which rows should be added or removed.

r=stefan
sr=neil
a=asa
2005-05-13 18:40:02 +00:00
bsmedberg%covad.net
ec03fbb04a Bug 293461 - Make safe mode a system option and make handling by the EM less fragile. Also fixes bug 275529 - allows app ID and extension ID to be a prettyname@vendor.tld instead of {GUID}. r=darin+robstrong a=asa 2005-05-12 13:23:30 +00:00
smontagu%smontagu.org
b1bca053ef Clarify how to localize font.language.group and intl.accept_languages. Bug 293738, r=Pike, a=mkaply (on IRC) 2005-05-11 13:53:15 +00:00
dmose%mozilla.org
32b9b7c267 Make LDAP attributes used by the addressbook customizable via preferences (bug 119291). r=bienvenu@nventure.com, sr+a=shaver@mozilla.org 2005-05-11 04:16:54 +00:00
bienvenu%nventure.com
daa3d8bd67 fix 93453 sr=mscott a=asa, stop email autocomplete from adding users domain by default, add option to show non-matched addresses in red 2005-05-07 16:28:33 +00:00
scott%scott-macgregor.org
ea4398a269 Bug #274781 --> get rid of the white list terminology in the junk mail controls 2005-05-06 23:12:27 +00:00
scott%scott-macgregor.org
fe2a42819a Bug #252352 --> cannot position caret in search bar text with mouse, selects all on click
for the quick search text box.

Patch by Jerry Baker (mozilla@bakerweb.biz)
2005-05-06 00:02:02 +00:00
scott%scott-macgregor.org
092c0bacb6 Bug #272301 --> disable the print and print preview menu items in the file menu
if there are no address book cards selected.
2005-05-04 00:29:39 +00:00
scott%scott-macgregor.org
a23d1f0f53 Bug #264777 --> Unsent Messages folder renamed to Unsent to be more consistent with the rest of our localized special
folder names.
2005-05-03 23:04:37 +00:00
scott%scott-macgregor.org
0b38ead203 Bug #273220 --> remove mailPrefsOverlay.dtd which we don't use anymore. 2005-05-03 22:13:40 +00:00
axel%pike.org
c9f68f0cbc bug 276707, JS Error when dragging address card with no email address to compose window address widget, patch by Mark Banner, r=bienvenu, sr=mscott, a=chofmann 2005-05-02 16:08:32 +00:00
bienvenu%nventure.com
aae9e6abd8 fix 285474 display sender header if it's different than from header, sr=mscott, a=chofmann 2005-05-02 15:07:15 +00:00
bugzilla%arlen.demon.co.uk
17b8ae80ba Bug 290024 Address Book vanishes if it is renamed as blank
p=bugzilla@standard8.demon.co.uk r=neil.parkwaycc.co.uk sr=bienvenu a=chofmann
2005-05-02 11:11:11 +00:00
jshin%mailaps.org
1880cf706f bug 237434 : add 'langGroups' for several scripts (r=smontagu, sr=dbaron, a=asa): this file was omitted by mistake in the previous check-in 2005-05-01 07:36:59 +00:00
bienvenu%nventure.com
09311f0070 change sender to from in search and filters ui because there already is a sender header, which is not from, sr=mscott,a=chofmann 221724 2005-04-30 15:25:31 +00:00
jshin%mailaps.org
24686082e9 bug 237434 : add several languages/scripts to font selection menu (r=smontagu, sr=dbaron, a=asa) 2005-04-30 02:57:57 +00:00
scott%scott-macgregor.org
f2d8eb9b8e Bug #234541 --> On Mac OS X, clicking on a mailto URL in Firefox or Safari when Thunderbird is already open, fails to open
a compose window. Instead, you get an error failing to find navigator.xul.

Change the value of browser.chrome to point to the messengercompose chrome.
2005-04-30 00:28:22 +00:00
scott%scott-macgregor.org
d8f4261540 change Dictionary Languages to 'Language' 2005-04-29 23:45:11 +00:00
neil%parkwaycc.co.uk
af17c5f4a9 Bug 195248 set some default attributes in XUL instead of localstore now that bug123285 persists them correctly p=me/Standard8 r=Mnyromyr sr=bienvenu r+sr=mscott 2005-04-29 13:04:53 +00:00
bienvenu%nventure.com
6df584e4b9 fix 282040 use ldap autocomplete in mailing list editor, if turned on for compose window, sr=mscott, a=asa 2005-04-28 21:13:24 +00:00
scott%scott-macgregor.org
c6e79b7b3b Bug #280825 --> Add Pref UI for changing the Spell As You Type Dictionary 2005-04-27 22:49:00 +00:00
scott%scott-macgregor.org
faa0b4609e Bug #292009 --> [Mac} Can't dismiss View Password dialog 2005-04-27 22:19:06 +00:00
darin%meer.net
2c230c7743 fixes bug 291033 "Enable support for profile temp directory on local filesystem" aka "delete my cache please" r=bsmedberg a=chofmann 2005-04-26 00:37:23 +00:00
scott%scott-macgregor.org
e603de7ab7 Bug #291836 --> packaging changes for the new extension manager stuff 2005-04-25 23:03:56 +00:00
scott%scott-macgregor.org
3bdf6b8409 Bug #291259 --> Add a new preference, profile.force.migration which can be set to the name
of the migrator we want to force migration from. Left empty, the user will see
the normal list of all available sources we can migrate from. If you give it a
value, we automatically force migration from that type without any user interaction. Very useful for small
businesses migrating from another email client.

sr=bienvenu
2005-04-25 21:58:15 +00:00
scott%scott-macgregor.org
489f15a406 Bug #291836 --> thunderbird is DOA on startup due to missing some of the new extension manager prefs. 2005-04-25 18:51:51 +00:00
scott%scott-macgregor.org
25677ada84 Bug #287793 --> fix a typo
patch by robert sayre
2005-04-22 21:44:52 +00:00
scott%scott-macgregor.org
34c5bb34d3 Bug #291346 --> don't migrate the remember.signon pref 2005-04-22 21:33:59 +00:00
scott%scott-macgregor.org
30cb72e2a6 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
scott%scott-macgregor.org
797657a239 Avoid dereferencing a null object and throwing a needless JS error 2005-04-22 21:18:08 +00:00
scott%scott-macgregor.org
8b6ac58b27 Bug #291319 --> two "save all..." menu items under File | Attachments menu 2005-04-22 00:16:21 +00:00
shaver%mozilla.org
b0048b93d4 Bug 289483: Add a <deck> for control of tbird display mode, for extension
and other use. r=mscott, a=caillon.
2005-04-20 14:55:03 +00:00
steffen.wilberg%web.de
891ac3051c Bug 289794: fix accesskeys in Preferences-General. r/a=mscott 2005-04-20 08:14:12 +00:00
scott%scott-macgregor.org
2f2e21550d Bug #291053 --> choose signature button no longer works from the account manager. Minor regression fall out from the
localizations in CVS work.

sr=bienvenu
2005-04-20 00:24:15 +00:00
scott%scott-macgregor.org
919c7ed69d Bug#267682 --> Getting RSS feeds should send "If-Modified-Since" header and then we should not download the feed
if we get a not modified response from the server

sr=bienvenu
2005-04-19 23:50:45 +00:00
scott%scott-macgregor.org
d3d3fbb9ca Bug #289619 --> Thunderbird called "Mail & Newsgroups" on boot and if empty of content
Patch by Frank Wein <bugzilla@mcsmurf.de>
2005-04-19 23:49:06 +00:00
scott%scott-macgregor.org
b39659f690 Bug #277732 --> Copy Email Address no longer escapes characters
Port some changes from xpfe's nsContextMenu.js to Thunderbird
2005-04-19 23:27:18 +00:00
scott%scott-macgregor.org
bab3a1098e Bug #289448 --> delete the old en-US-mail.jar file when installing a new
build

r=bsmedberg
2005-04-19 20:33:45 +00:00
scott%scott-macgregor.org
5af5e86a47 Bug #291011 --> the product version is no longer showing up in the About Dialog and in the send mail header
effects thunderbird only.
2005-04-19 19:09:03 +00:00
bsmedberg%covad.net
a4253a1c29 Package bustage from bug 289448 - We now use en-US.jar directly, instead of en-US-mail.jar 2005-04-16 17:25:44 +00:00
bsmedberg%covad.net
eb6139e2cf The manifest part of bug 289461 - Start using the en-US.manifest to replace parts of installed-chrome.txt r=chase a=asa 2005-04-15 13:21:04 +00:00
bsmedberg%covad.net
5ab05a6f66 Bug 289448 - Don't run a repackaging step on the tbird locales - r=gandalf r2=mscott a=asa 2005-04-15 12:45:21 +00:00
cmp%mozilla.org
9990859710 Make configure settings available to mail/installer/Makefile.in. Bug
290075, attachment 180715. r/a=benjmain@smedbergs.us
2005-04-14 15:35:38 +00:00
scott%scott-macgregor.org
482ad5b12d Bug #284699 --> add some null ptr protection to avoid a crash
sr=bienvenu
2005-04-13 21:45:13 +00:00
scott%scott-macgregor.org
677100c85f Bug #290084 --> can't close configuration editor dialog on Mac OS X 2005-04-13 01:14:05 +00:00
scott%scott-macgregor.org
5a30468926 Bug #290075 --> Thunderbird 1.0.x launches no windows and empty Main Menu
make mail\installer\Makefile.in work on Mac builds now that the tinderbox script
calls in here.
2005-04-13 00:28:30 +00:00
scott%scott-macgregor.org
8ad64c20cb Bug #290103 --> include the deleted attachment icon for thunderbird 2005-04-13 00:13:48 +00:00
scott%scott-macgregor.org
79d8aa8242 Bug #287623 --> Allow copying of RSS feed URL from the properties dialog
make the feed properties dialog a little wider.
Fix a problem with double clicking a feed folder
2005-04-11 23:28:14 +00:00
scott%scott-macgregor.org
ed68096f45 Bug #289629 --> add Edit Feed button to RSS Subscriptions dialog 2005-04-11 21:22:44 +00:00
scott%scott-macgregor.org
e5493ebcff package config.xul,config.js 2005-04-08 06:51:55 +00:00
scott%scott-macgregor.org
ad43bd834e remove an obsolte file 2005-04-07 23:58:46 +00:00
scott%scott-macgregor.org
9b18ce3c70 get rid of this obsolte file from 2002 that's not related to thunderbird 2005-04-07 23:57:15 +00:00
scott%scott-macgregor.org
1ceab48edf Bug #286761 --> change the RSS account icon ("globe") in the folderpane when a feed has new messages.
Set the biff state on a feed folder if, after downloading feed items, the folder has new messages in it.

sr=bienvenu
2005-04-07 23:23:35 +00:00
scott%scott-macgregor.org
25e14d2d3b get rid of an obsolete file 2005-04-07 20:09:45 +00:00
dbaron%dbaron.org
5d312ec4b3 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
bugzilla%arlen.demon.co.uk
7441ad30ea Bug 289223 nsMsgStatusFeedback prototype uses myDefaultStatus incorrectly
p=me r=neil.parkwaycc.co.uk sr=bienvenu a=asa
2005-04-07 17:04:03 +00:00
myk%mozilla.org
dcff0bdcb2 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
scott%scott-macgregor.org
466f718a48 Bug #288097 --> Add a Anti-Virus Tab to the Privacy Options Pane, move the security tab into the privacy panel
Bug #289210 --> Promote Offline and Disk Space to a top level tab under Advanced
2005-04-05 23:29:48 +00:00
scott%scott-macgregor.org
607cd71c66 Bug #262626 --> Expose UI in Thunderbird for editing preferences (the config viewer) 2005-04-05 20:46:27 +00:00
bsmedberg%covad.net
659b20504a Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 13:09:19 +00:00
bsmedberg%covad.net
3522feb25f Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner 2005-04-04 19:08:55 +00:00
bugzilla%arlen.demon.co.uk
41f0656d13 Bug 288696 HandleMDNResponse should not be returning 0
p=me r=mscott sr=bienvenu
2005-04-02 01:45:06 +00:00
scott%scott-macgregor.org
6d71513a9b Bug #285772 --> part of the theme restructuring work.
fix missing offline indicator and broken activity indicator icon in the toolbar on Mac OS X.
2005-04-01 23:54:10 +00:00
kairo%kairo.at
5807972621 bug 288156 - Hardcoded appname in messenger.properties (filterFolderTruncateFailed), patch by Mark Banner <bugzilla@standard8.demon.co.uk>, r=Neil sr=mscott 2005-04-01 22:18:16 +00:00
bienvenu%nventure.com
05174c6970 fix save all attachments menu item from file menu, 288251 2005-03-31 05:37:54 +00:00
scott%scott-macgregor.org
d57e69b23e Bug #287793 --> Thunderbird cannot verify certain types of RSS feeds
Patch by Robert Sayre.
2005-03-30 22:05:21 +00:00
scott%scott-macgregor.org
e901f74c1b Bug #288188 --> send confirmation dialog (sheet) is very wide
forgot to package dialogs.css
2005-03-30 00:07:41 +00:00
scott%scott-macgregor.org
43def2e79c notify any listeners of the onEndHeaders event
patch by Christian Weiske.
2005-03-29 02:32:19 +00:00
scott%scott-macgregor.org
e3abcc272b Bug #287736 --> add a menuitem id for the account manager menu item 2005-03-29 02:28:04 +00:00
scott%scott-macgregor.org
1e944754bc Bug #287742 --> pref dialog dead end in "View & Edit Actions"
for Mac OS X.
2005-03-29 02:12:31 +00:00
dveditz%cruzio.com
f8db7e4f77 bug 287307 Prevent scripted statusbar changes; now matches Firefox defaults. r/sr=mscott 2005-03-29 01:00:50 +00:00
darin%meer.net
a87b534479 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
scott%scott-macgregor.org
0a7458b1d0 Bug #270743 --> First launch account creation doesn't honor unchecking [ ] Download messages now option
for POP3 servers
2005-03-28 18:28:22 +00:00
scott%scott-macgregor.org
6109538d65 Bug #268324 --> "New" is redundant in "New Folder" and "New Subfolder" File menu items 2005-03-28 17:54:52 +00:00
mats.palmgren%bredband.net
4f49d3bf00 Fix a few -moz-outline* problems and drop the prefix.
Change WARNING to ERROR in nsComputedDOMStyle.cpp and add a few more.
b=281972 r+sr=dbaron
2005-03-27 11:36:08 +00:00
bryner%brianryner.com
6c09a95819 Fix product keys for Firefox and Thunderbird so that the installer correctly cleans up after old versions. Bug 247884, r=ben. 2005-03-26 04:48:04 +00:00
bienvenu%nventure.com
d108fbfbd1 fix 284654 add ui for tcp timeout pref, sr=mscott 2005-03-26 02:04:58 +00:00
mozilla.mano%sent.com
eb03d076f1 Bug 251627 - Icon incorrectly placed when dropping an icon from the Customize Toolbar windows to the Toolbars when interface is RTL, Thunderbird part. r=mscott 2005-03-25 17:13:17 +00:00
darin%meer.net
f6ffba0f8b landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky 2005-03-25 03:41:33 +00:00
bsmedberg%covad.net
aabfd8dbf0 Bug 286483 - Thunderbird OSX builds missing alert icon. This uses the Firefox blue globe until a mail-specific icon can be added. 2005-03-23 22:52:28 +00:00
scott%scott-macgregor.org
4b3a70910e Bug #287382 --> Duplicate View tool in toolbar 2005-03-23 17:24:35 +00:00
bugzilla%arlen.demon.co.uk
4dadb63d92 Bug 287284: Invalid RSS Feeds are not removed correctly
Bug 287288: Feeds do not appear in RSS Subscriptions until the list is reopened
Bug 287289: Incorrect DOCTYPE set on feed-subscriptions.xul
p=me r/sr=mscott
2005-03-22 23:26:57 +00:00
scott%scott-macgregor.org
3de403eff7 Bug #286806 --> Package mailnews chrome files directly from mozilla\mail to simplify the Thunderbird
build process.

sr=bienvenu
2005-03-22 19:13:18 +00:00
masayuki%d-toybox.com
53d0fc7c01 bug 170474 - remove comments in messenger.properties. r=jshin, sr=bienvenu 2005-03-22 12:13:40 +00:00
mozilla.mano%sent.com
ee8fda5a16 Bug 274708 - Thunderbird Installer doesn't have mnemonics in License Agreement screen. patch from Gavin Sharp <gavin.sharp@gmail.com> r+sr=mscott 2005-03-22 05:09:53 +00:00
shaver%mozilla.org
12b778ad3d remove vestigial references to deceased messenger-mdn locale package, r=mscott 2005-03-19 00:00:30 +00:00
scott%scott-macgregor.org
071e504f76 remove an obsolete preference 2005-03-18 23:45:09 +00:00
bsmedberg%covad.net
914a5612a1 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
scott%scott-macgregor.org
c76f2f6ee2 Bug #286718 --> mailnews spell check - [Enter] no longer chooses 'replace' although 'replace' is 'active' button.
patch by neil
2005-03-18 18:40:47 +00:00
scott%scott-macgregor.org
93fda22ccd Bug #286758 --> Edit field for custom mail sound stays empty because we weren't using the new shared pref files
from toolkit\mozapps for the filefield xbl widget.
2005-03-18 18:21:38 +00:00
scott%scott-macgregor.org
8f20f84b62 open the options dialog by default for now until the options dialog is smart enough to open the offline dialog
directly.
2005-03-17 22:22:24 +00:00
scott%scott-macgregor.org
0f2d2a5f6f Bug #286451 --> Package global\alerts into release builds 2005-03-17 18:39:37 +00:00
gandalf%firefox.pl
390ecd2de4 Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale); r=bsmedberg 2005-03-17 03:08:05 +00:00
scott%scott-macgregor.org
be5e1afc3f Bug #285878 -->show saved passwords doesn't work for users that have never set a master password
before.
2005-03-17 03:06:04 +00:00
gandalf%firefox.pl
610a1b94a0 Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale). mail/locales/jar.mn part; r=bsmedberg 2005-03-17 02:32:28 +00:00
gandalf%firefox.pl
63f11b42c7 Bug 286108: Build Thunderbird Locales from CVS (--enable-ui-locale); r=bsmedberg 2005-03-17 01:51:31 +00:00
scott%scott-macgregor.org
5a4d81d93f Bug#286468 --> "Change Action" dialog application name fields have height=0 2005-03-16 23:02:34 +00:00
scott%scott-macgregor.org
08b2ec1146 Bug #284144 --> add options and disk space UI to the advanced options panel 2005-03-16 22:23:33 +00:00
scott%scott-macgregor.org
268b434ed4 package up global\alerts so we get the alert notifications css file 2005-03-16 18:19:32 +00:00
steffen.wilberg%web.de
7c5189f9ba Bug 278936: Credits dialogs still display 2004, bump to 2005. r=dbaron 2005-03-16 08:46:11 +00:00
scott%scott-macgregor.org
8e32abe418 Bug #285510 --> Get rid of platformCommunicator overlays. Stop relying on xpfe\communicator\platform stuff.
This fixes the mac build getting duplicated items in the windows menu.
2005-03-16 04:20:38 +00:00
scott%scott-macgregor.org
579b605613 alert services change 2005-03-16 00:45:08 +00:00
scott%scott-macgregor.org
2cdb3a8449 Bug #286292 --> Stop building mapi.properties from mailnews\jar.mn for Thunderbird.
Thunderbird no loner uses pref-mailnewsOverlay.dtd so delete it.
2005-03-15 21:01:27 +00:00
scott%scott-macgregor.org
291f1674b1 Bug #286196 --> Thunderbird trunk throws up "String ID 5104" instead of the "This server requires authentication..." text. 2005-03-15 19:20:27 +00:00
scott%scott-macgregor.org
c9d6d791b7 credit copy right should say 2005 2005-03-15 18:40:12 +00:00
mkaply%us.ibm.com
e6e7959856 #281203
r=mkaply, sr=blizzard (platform specific)
From Andy Willis - remove unused references to pointer files
2005-03-15 14:32:55 +00:00
neil%parkwaycc.co.uk
9eaa868017 Bug 256050 JavaScript Error: currentNode.getAttribute is not a function p=gautheri@noos.fr r=mscott sr=me 2005-03-15 12:22:17 +00:00
scott%scott-macgregor.org
536928a202 Bug #284144 --> Consolidate the new preferences UI directory. 2005-03-15 06:24:32 +00:00
scott%scott-macgregor.org
3aa9369251 Bug #272304 --> security options don't appear from mail compose window. Port from the 1.0 branch. 2005-03-15 03:09:48 +00:00
scott%scott-macgregor.org
5983ca70fa ug #285772 --> Fix missing toolbar icons in the stand alone message window 2005-03-15 01:58:16 +00:00
scott%scott-macgregor.org
4212d03b7c add the unread column icon back to the theme 2005-03-14 06:39:23 +00:00
bzbarsky%mit.edu
bfa5e9c161 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-03-13 19:08:42 +00:00
scott%scott-macgregor.org
1ea467cb58 Bug #285817 --> fork communciator's contents.rdf so we don't pick up mozilla suite communicator overlays into our chrome by accident. 2005-03-12 06:17:05 +00:00
scott%scott-macgregor.org
4d1b32c9ba Bug #285808 --> package fontpackage.xul/.js 2005-03-12 02:24:08 +00:00
scott%scott-macgregor.org
9237df5082 don't build obsolete skin dir anymore 2005-03-12 02:12:53 +00:00
scott%scott-macgregor.org
6dbf1bcd80 Bug #285772 --> remove the old pinstripe skin files now that they live under mail\themes\pinstripe 2005-03-12 00:10:33 +00:00
scott%scott-macgregor.org
9954088511 Add some missing files 2005-03-12 00:09:09 +00:00
scott%scott-macgregor.org
05b04c6e4b add messenger.css to the packaging list 2005-03-11 23:59:58 +00:00
scott%scott-macgregor.org
a2391b37d8 restructure pinstripe 2005-03-11 21:42:10 +00:00
scott%scott-macgregor.org
9a37ee2ce5 Bug #285772 --> start restructuring pinstripe for Thunderbird into mozilla\mail\themes\pinstripe 2005-03-11 21:40:56 +00:00
scott%scott-macgregor.org
9d2982654c Bug #285772 --> Restructure the thunderbird qute theme. Move everything under mozilla\mail\themes\qute. Stop relying on files from mozilla\themes\classic. 2005-03-11 19:39:45 +00:00
bsmedberg%covad.net
ebec6af527 Need to fix two additional references from bug 282057 (missed due to prefwindow landings) 2005-03-11 13:20:04 +00:00
scott%scott-macgregor.org
9c8d993617 Bug #285158 --> unfork a bunch of preferences files now that we are sharing them with firefox in toolkit\mozapps\preferences 2005-03-11 04:03:23 +00:00
bsmedberg%covad.net
e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
scott%scott-macgregor.org
5325e72c91 Bug #282048 --> Add Thunderbird support for feed: urls.
Allow the user to make thunderbird the default RSS client so we get feed urls from the browser.

Add subscription support for feed urls as they come in from the command line or DDE Requests.

This makes it much easier to get feeds from a browser into Thunderbird.

sr=bienvenu
2005-03-10 07:28:54 +00:00
bsmedberg%covad.net
3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
mozilla.mano%sent.com
884578ca4e Bug 274708 - Thunderbird Installer doesn't have access-keys (mnemonics) in License Agreement screen. patch by Gavin Sharp <gavin.sharp@gmail.com> r+sr=mscott 2005-03-10 01:40:33 +00:00
timeless%mozdev.org
7b5a9d786a Bug 270418 Delete item from context menu doesn't corresponds to the toolbar button
patch by mark@standard8.demon.co.uk r=mscott sr=mscott
2005-03-09 20:22:29 +00:00
scott%scott-macgregor.org
4b89c26d81 hook up the language encoding menus to the fonts panel 2005-03-08 23:00:01 +00:00
scott%scott-macgregor.org
1c8bfd9d4a Bug #284144 --> make instant apply work on Mac OS X for the preferences dialog. Make a toolbar show up on Mac OS X
for the prefs dialog as well so the user can easily dismiss it.
2005-03-08 20:59:44 +00:00
scott%scott-macgregor.org
c454656b3d update copyright to 2005 2005-03-08 20:38:44 +00:00
scott%scott-macgregor.org
c40781d192 Bug #284144 --> Move connections from advanced to general.
Move the sound notification settings into a separate dialog to make room for the connections
button.
2005-03-08 05:38:26 +00:00
bienvenu%nventure.com
5831f8dc52 fix 282646 validate signature button not working 2005-03-08 03:42:04 +00:00
scott%scott-macgregor.org
6178ae6b95 Bug #282048 --> Register thunderbird with the OS to handle feed:// URLS (the UI is currently hidden until we finish with the backend)
sr=bienvenu
2005-03-08 01:18:12 +00:00
scott%scott-macgregor.org
6a6a1db60f Bug #282048 --> Register thunderbird with the OS to handle feed:// URLS
(the UI is currently hidden until we finish with the backend)
2005-03-08 01:13:23 +00:00
bienvenu%nventure.com
72dc035e6a fix enabling and disabling of delete/detach attachment menus, sr=mscott 285134 2005-03-08 00:46:31 +00:00
scott%scott-macgregor.org
e081de3ec6 hide default settings group box on mac os x 2005-03-07 21:49:20 +00:00
scott%scott-macgregor.org
d47c08811c Bug #284144 --> packaging changes to support the new options UI 2005-03-07 20:00:00 +00:00
scott%scott-macgregor.org
300f5f2470 Bug #284144 --> temporary icon for the privacy panel 2005-03-07 18:35:20 +00:00
scott%scott-macgregor.org
c2abe2bfe1 Bug #284144 --> First cut at the new Preferences UI for Thunderbird. 2005-03-07 18:34:31 +00:00
bzbarsky%mit.edu
5b1084a5a5 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
scott%scott-macgregor.org
c6f7a28b2d 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
ba82559445 Bug #202468 --> New SMTP Account Settings UI.
Make it easier to manage multiple SMTP servers.
Add the ability to set unique smtp servers for each identity associated with an account.

r=neil
sr=bienvenu
2005-03-03 18:08:47 +00:00
bugzilla%arlen.demon.co.uk
cb9dbe532f Bug 284398 Typo in nsDefaultCLH.js and nsMailDefaultHandler.js - nsISupporst
p=moz_bugzilla@exchangecode.com fr=benjamin
2005-03-02 20:54:38 +00:00
bienvenu%nventure.com
ae414451b4 fix 2920 support for deleting and detaching attachments, sr=mscott 2005-03-02 15:25:16 +00:00
cst%andrew.cmu.edu
c9820569fb Bug 282336 Remove useless dump()
r=mscott sr=neil
2005-03-02 00:18:58 +00:00
scott%scott-macgregor.org
0b3e775789 fix access key conflict for OCSP dialog 2005-03-01 22:44:18 +00:00
scott%scott-macgregor.org
f1a9551dd1 Bug #284126 --> Quick search icon is no longer showing up in the quick search bar
Fix regression caused by Bug #282735

Patch by bz
2005-03-01 22:08:21 +00:00
scott%scott-macgregor.org
59cc83960f Bug #268807 --> add default prefs for SignonFileName
patch by gemal
2005-03-01 21:31:42 +00:00
scott%scott-macgregor.org
59b19b4213 Bug #283216 --> forgot to check in missing DTD file for adding OCSP support 2005-02-28 17:10:22 +00:00
scott%scott-macgregor.org
2d4e93673c Forgot to check in a jar.mn change to package up ocsp.dtd 2005-02-26 16:15:49 +00:00
scott%scott-macgregor.org
3e83303388 effect --> affect 2005-02-26 01:40:46 +00:00
scott%scott-macgregor.org
232863a81a Bug #283216 --> Add support for cert revocation and online certificate status protocol to Thunderbird. 2005-02-25 21:23:11 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
shaver%mozilla.org
8641cb44c5 Bug 283223: stop creating new accounts from nsAccountManager::GetAccount if no
account is found matching the provided key (preferring to return null instead).
r=bienvenu,sr=mscott.
2005-02-25 13:59:22 +00:00
jshin%mailaps.org
b27dd1520a bug 249530 : taking care of mscott's comment about the UI string and bienvenu's review comment I missed in the previous check-in (getting rid of a debug print-out) 2005-02-24 08:31:32 +00:00
jshin%mailaps.org
3aaefc4b09 Bug 249530 add an option 'send anyway' when there are characters not covered by the selected encoding (r=neil, sr=bienvenu) 2005-02-24 04:54:00 +00:00
bsmedberg%covad.net
e452ab3a7b Bug 283365 - tbird nightly ZIP/tar builds broken, because they packaged a bad app-chrome.manifest r=swalker 2005-02-23 21:46:11 +00:00
bsmedberg%covad.net
473534a724 Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben 2005-02-22 21:49:45 +00:00
Stefan.Borggraefe%gmx.de
21d641768f More accurate UI for the pref mailnews.mark_message_read.delay (bug 234121).
r+sr=mscott
2005-02-22 08:16:58 +00:00
scott%scott-macgregor.org
bb1a86652c Bug #282985 --> add options UI for turning off the phishing detector. 2005-02-22 06:47:10 +00:00
scott%scott-macgregor.org
686d988ddd Bug #282491 --> Add a button to the phishing bar that allows the user to say "this msg is not an e-mail scam" 2005-02-21 05:53:06 +00:00
scott%scott-macgregor.org
05bc50ffc6 Bug #279191 --> Don't flag urls that have numbers and digits as being phishing urls. i.e. www.3mozilla.org 2005-02-20 21:42:53 +00:00
danm-moz%comcast.net
e0dbf2c8ef add missing button names. bug 282859 r=mscott 2005-02-20 17:48:52 +00:00
bsmedberg%covad.net
e82e4540da Backout bug 278534 due to tinderbox orange. 2005-02-20 01:47:13 +00:00
bsmedberg%covad.net
3d5d14bc57 Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben 2005-02-19 15:35:36 +00:00
tor%cs.brown.edu
6ce8f5faf8 Bug 199771 - soft fail if gdi+ or cairo can't be found/used.
r=scooter, sr=bryner
2005-02-18 16:30:12 +00:00
scott%scott-macgregor.org
76c48cb160 Bug #282491 --> make sure the phishing bar always takes precedence over the remote image bar. 2005-02-18 08:34:39 +00:00
scott%scott-macgregor.org
8960a34ac4 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
scott%scott-macgregor.org
8113fa5051 Bug #282500 --> if an email contains a form element then flag it as a potential email scam. 2005-02-16 22:17:35 +00:00
scott%scott-macgregor.org
2ab6cc6ce9 But #282491 --> unify all three message notification bars to use the native theme renderer
for InfoBackgrounds on Windows and Linux.
2005-02-16 22:11:34 +00:00
scott%scott-macgregor.org
902d308f2d Bug #282491 --> Add a phishing notification bar to the message pane to alert the user to messages
which loook suspicious to Thunderbird.

sr=bienvenu
2005-02-16 21:57:31 +00:00
scott%scott-macgregor.org
42239160e5 Bug #282429 --> Re-design Message Status Bars (junk bar & remote content bar) to be more flexible,
making it easier to add more notification messages in the future. Includes using a deck element
to control the visibility of each statatus message.

sr=bienvenu
2005-02-16 18:19:23 +00:00
scott%scott-macgregor.org
bc83dc21f3 Bug #282399 --> Fork SMIME locale files from mozilla\mailnews as part of the Thunderbird
work to support automated locales.
2005-02-15 23:32:54 +00:00
scott%scott-macgregor.org
38ca496c7d Bug #282174 --> Podcasting support for Thunderbird
Add a custom mime part header that specifies a URL for the attachment. This mime header is used by Thunderbird's RSS reader
and eventually by the code to handle storing attachments separately from the message.

Removes an obsolete attachment attribute called notDownloaded and replaces it with isExternalAttachment.

sr=bienvenu

a=sspitzer
2005-02-15 00:31:07 +00:00
scott%scott-macgregor.org
663e6e67ee Change button text to ImportFeeds 2005-02-14 23:35:55 +00:00
scott%scott-macgregor.org
35abc7b20a Bug #279150 --> Make Atom links use xml:base to handle feeds whose URL tags use relative URLS
Patch by Robert Sayre.
2005-02-14 21:58:12 +00:00
bienvenu%nventure.com
1d9d9b78ac add ability to copy local folders to imap servers, r/sr=mscott, a=sspitzer 235013 2005-02-14 19:56:49 +00:00
scott%scott-macgregor.org
9b34b8fdcf Typo causing messageIDs to show up as undefined. Patch by Robert Sayre 2005-02-14 18:08:50 +00:00
scott%scott-macgregor.org
4ee7fb68bd Bug #258102 --> First pass at supporting OPML Import for the Thunderbird RSS reader. We currently only support
flat opml right now.

Thanks to Robert Sayre and ajbu@planet.nl for getting this patch started.
2005-02-12 20:17:33 +00:00
bienvenu%nventure.com
af85c463a4 fix thunderbird build bustage by adding new start page stuff to jar, removing old files 2005-02-11 20:29:14 +00:00
scott%scott-macgregor.org
902fa18ee8 Bug #245661 --> use nsIImageLoadingContent for copying image location instead of searching for known
image DOM elements.
2005-02-11 03:27:55 +00:00
scott%scott-macgregor.org
6401bb0c44 Fix a JS error by providing get access to a feed item's date 2005-02-11 02:18:28 +00:00
scott%scott-macgregor.org
43d36a73c5 minor tweaks
thanks to david tenser for the patch
2005-02-11 00:58:39 +00:00
scott%scott-macgregor.org
1def43d807 Bug #281846 --> when toggling the expanded state of an RSS folder, we weren't invalidating the container row,
and thus wouldn't always repaint the twisty icon.
2005-02-11 00:39:36 +00:00
scott%scott-macgregor.org
ecffb2780f Start page UI improvements by David Tenser 2005-02-10 22:18:24 +00:00
scott%scott-macgregor.org
af74839877 Bug #258102 --> start laying the foundation for importing feed subscription lists (OPML) by adding
a link property to feeds.

Original patch by Robert Sayrer.
2005-02-10 18:30:06 +00:00
scott%scott-macgregor.org
3a9f6e2755 Bug #280097 --> Cannot import cvs/txt/tab address book (fieldMapImport.xul missing?)
port missing entity strings from mozilla\mailnews
2005-02-10 01:27:28 +00:00
scott%scott-macgregor.org
3dfed3128e fix rss icon 2005-02-10 00:51:48 +00:00
scott%scott-macgregor.org
a90582e836 Fix up account central for Mac OS X trunk builds to handle RSS 2005-02-10 00:47:42 +00:00
scott%scott-macgregor.org
04697527d7 add rss feed icon to the mac build on the trunk 2005-02-10 00:44:57 +00:00
scott%scott-macgregor.org
fc320528f5 add rss icons for Mac OS X trunk 2005-02-10 00:43:53 +00:00
scott%scott-macgregor.org
9f1aaadad1 Adjust the width and the height of the feed dialogs for Mac OSX 2005-02-10 00:38:35 +00:00
scott%scott-macgregor.org
bde214bed8 Bug #278932 --> fix broken quick search UI for the Mac by porting the new search box artwork to the trunk 2005-02-10 00:15:20 +00:00
scott%scott-macgregor.org
f4423e79f8 Bug #281401 command key shortcuts are deleting messages to trash. Caused by entity errors introduced by
Bug #137523.
2005-02-09 23:51:17 +00:00
scott%scott-macgregor.org
cecf130ad7 Bug #281237 --> hook up edit feed functionality to the new rss subscription dialog. 2005-02-09 22:45:13 +00:00
bienvenu%nventure.com
fbcfdc781c fix for 281700 crash in nsTextFormatter on msg send sr=mscott 2005-02-09 20:56:12 +00:00
scott%scott-macgregor.org
e32a9708d0 Bug #281237 --> add support for dragging feeds to different folders from within the
subscriptions window.
2005-02-09 19:01:01 +00:00
scott%scott-macgregor.org
b96bcdb49d don't run the xul pre-processor on CSS files... 2005-02-09 00:44:59 +00:00
scott%scott-macgregor.org
1f0319f409 Bug #281237 --> start landing the new RSS subscription manager UI. 2005-02-08 22:20:04 +00:00
bienvenu%nventure.com
e78c5b40a6 fix regression downloading pop3 mail on startup introduced by fixing js warning, 270343, sr=mscott 2005-02-08 18:26:09 +00:00
scott%scott-macgregor.org
4d78940097 Bug #281442 --> try to optmizize the gradient background color used for the folder pane header and the search bar to create a smoother look in the UI instead of two disjoint gradients. 2005-02-08 17:35:01 +00:00
bienvenu%nventure.com
325c310f1d fix 218902 support tls for pop3 and add account settings ui, ported from seamonkey 2005-02-08 17:29:21 +00:00
scott%scott-macgregor.org
15280169c5 Bug #280696 --> feed parser errors on feeds built by feeds.feedburner.com
Patch by Robert Sayre.
2005-02-07 23:52:04 +00:00
scott%scott-macgregor.org
40243232e9 Bug #279191 --> only examine http and https urls to determine if they are phishing urls. This prevents
false alerts for shared imap urls in messages.
2005-02-07 23:48:12 +00:00
scott%scott-macgregor.org
9838c66035 Bug #281442 --> try to optmizize the gradient background color used for the folder pane header and the search bar to create a smoother look in the UI instead of two disjoint gradients. 2005-02-07 23:40:06 +00:00
scott%scott-macgregor.org
3f8c0b4c64 Bug #279150 --> fix regression in RSS date handling introduced by my last patch. 2005-02-07 19:16:39 +00:00
timeless%mozdev.org
98da147dcf Bug 280743 Headers lack chrome - gCollapsedHeaderList has no properties
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2005-02-07 19:09:02 +00:00
scott%scott-macgregor.org
0c49ba83de Bug #280250 --> Run junk mail controls on Folder doesn't work
Patch by eyalroz@technion.ac.il
2005-02-07 18:55:39 +00:00
bienvenu%nventure.com
72f6c687d5 fix 270343 js warning about undefined property reference, sr=neil 2005-02-07 18:34:17 +00:00
jshin%mailaps.org
4fcc4c2dc9 bug 280007 (pt1) : replace 'Unicode' with 'Other Languages' in font. pref. panel (r=smontagu, sr=dbaron) 2005-02-06 03:23:27 +00:00
bryner%brianryner.com
5e7a43bfe2 Finish REQUIRES cleanup for Thunderbird. Compiles on all platforms. 2005-02-06 01:18:32 +00:00
scott%scott-macgregor.org
f3c9ef6e37 fix typo 2005-02-04 18:44:56 +00:00
scott%scott-macgregor.org
4ba200660e Bug #280826 --> automatically add email recipients to the inline spell checker ignore list.
sr=bienvenu
2005-02-04 01:39:02 +00:00
scott%scott-macgregor.org
b9f5264df0 Bug #279150 --> Convert the Feed item into a unified object class. 2005-02-04 00:50:44 +00:00
scott%scott-macgregor.org
7e773f3d36 Bug #271768 --> Card Summery Pane Ignores Line Breaks In Notes Field
Patch by mark@standard8.demon.co.uk
2005-02-03 23:52:16 +00:00
scott%scott-macgregor.org
7388f2b16e Fork addressingWidgetOverlay in order to add custom inline spell checking work 2005-02-03 19:40:30 +00:00