Commit Graph

74 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
cc3888ba40 Bug #345650 --> not sure why this part didn't get checked in with the rest of the changes in this file on the branch for 345650.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@205018 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-28 01:13:39 +00:00
scott%scott-macgregor.org
1fc1f960e9 Bug #345650 --> mailnews.max_header_display_length is now obsolete, remove it. Remove callers to get/setTextAttribute on an email address node, use get/set attribute instead. r=neil
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203633 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 16:33:04 +00:00
scott%scott-macgregor.org
459f4f197d Bug #343179 --> pass keyword strings around instead of the actual tag name to avoid some encoding issues when using english builds with profiles created using other languages. Thanks to Alexander Ihrig for his help with this. sr=bienvenu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201557 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-05 17:50:27 +00:00
scott%scott-macgregor.org
2f4958d52d Bug 343170 --> message tags shown twice in the message header if the tag is one of the old style labels. sr=bienvenu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201297 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 21:47:41 +00:00
scott%scott-macgregor.org
fabbfd8f71 Bug #342878 --> hide the tags separator in the message pane context menu when appropriate. Remove some dead code from nsContextMenu.js. sr=bienvenu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201091 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-28 15:04:12 +00:00
scott%scott-macgregor.org
4a6c91f33b Bug #342576 --> tag UI improvements
sr=bienvenu


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200970 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 22:50:53 +00:00
scott%scott-macgregor.org
83999c2ebe Bug #268746 --> fix some getproperty errors
sr=me
a=me


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196682 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-16 17:57:09 +00:00
scott%scott-macgregor.org
c40339a765 remove some obsolete variables
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193371 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-01 02:19:27 +00:00
scott%scott-macgregor.org
f24a501211 Bug #331924 --> message header cleanup. Remove obsolete support for collecting incoming messages and for obsolete buddy icon code. sr=bienvenu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193221 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 22:19:50 +00:00
scott%scott-macgregor.org
17ff8bd3ed Bug #308988 --> support delegated use of imap shared folders. Porting patch by Iann to the 2.0 branch
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193218 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-29 22:09:30 +00:00
scott%scott-macgregor.org
700410c5d8 Bug #331924 --> message header view cleanup, start getting rid of obsolete keywordrelated stuff that was added for netscape support back in 2002. sr=bienvenu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193152 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 20:52:24 +00:00
wr%rosenauer.org
f6e5dab51a Bug 106189 - Only one From/Reply-To address shown, even if msg has multiple addresses (TB part), r+sr=bienvenu, a181=bienvenu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193113 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 06:24:20 +00:00
scott%scott-macgregor.org
1f8767c22b Bug #331924 --> use a deck to toggle between the collapsed and expanded message header views instead of doing it by hand.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193099 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 02:28:36 +00:00
scott%scott-macgregor.org
845a9a6cde Bug #320185 --> It's impossible to delete or detach attachment via File Menu
Patch by Magnus Melin

Effects Thunderbird only.

a=me


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187041 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-06 00:55:18 +00:00
bugzilla%arlen.demon.co.uk
96a936dedf Bug 312474 IMAP/RSS message headers not shown if there is no POP-mail account set up
p=me r=mscott sr=bienvenu a=mscott


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@184065 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-02 23:41:08 +00:00
scott%scott-macgregor.org
d07f04adba Bug #314228 --> File|Attachments menu is not initialized with attachments
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@183300 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-01 01:07:07 +00:00
bienvenu%nventure.com
641247c46c add ability to reply/forward .eml files opened, sr/a=mscott 268745
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181546 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-04 03:22:35 +00:00
bugzilla%arlen.demon.co.uk
e2d2a30d7b Bug 285474 support delegated use of imap shared folders - change header.value to
header.headerValue which is being created
p=me r=bienvenu sr/a=mscott


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181446 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-02 19:18:30 +00:00
mnyromyr%tprac.de
6602cc3cd5 Bug 289952: use mSaveHdr correctly; patch by Simon Bünzli <zeniko@gmail.com>, r=me, sr=bienvenu, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@176773 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-28 16:48:22 +00:00
scott%scott-macgregor.org
01c2dfbeb4 Bug #300246 --> When showing attachment names, strip out any excess spaces from the name. Also, take advantage of cropping the middle of the attachment name in the UI, giving each attachment box a fixed width instead of letting
them take up all the space.

sr=bienvenu
a=mscott


git-svn-id: svn://10.0.0.236/trunk@176682 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 17:14:07 +00:00
bienvenu%nventure.com
6bf3c47df4 fix 288273 disable delete/detach attachments for signed/encyrpted messages, r/sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@174411 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-10 14:35:32 +00:00
bienvenu%nventure.com
1689f8beed extend support for opening .eml files in a stand-alone msg window, sr=mscott, a=chofmann 241212
git-svn-id: svn://10.0.0.236/trunk@173958 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-01 19:04:21 +00:00
bienvenu%nventure.com
007af0b842 fix 285474 display sender header if it's different than from header, sr=mscott, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@172947 18797224-902f-48f8-a5cc-f745e15eee43
2005-05-02 15:07:15 +00:00
scott%scott-macgregor.org
4cbe88cabc Bug #291319 --> two "save all..." menu items under File | Attachments menu
git-svn-id: svn://10.0.0.236/trunk@172587 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-22 00:16:21 +00:00
bienvenu%nventure.com
ae687b39fd fix save all attachments menu item from file menu, 288251
git-svn-id: svn://10.0.0.236/trunk@171422 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-31 05:37:54 +00:00
scott%scott-macgregor.org
0fd58adcd0 notify any listeners of the onEndHeaders event
patch by Christian Weiske.


git-svn-id: svn://10.0.0.236/trunk@171306 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-29 02:32:19 +00:00
bienvenu%nventure.com
2f862a9bf8 fix enabling and disabling of delete/detach attachment menus, sr=mscott 285134
git-svn-id: svn://10.0.0.236/trunk@170333 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-08 00:46:31 +00:00
bienvenu%nventure.com
dbdbf0f72a fix 2920 support for deleting and detaching attachments, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@170091 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-02 15:25:16 +00:00
scott%scott-macgregor.org
dde4e0b50f 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


git-svn-id: svn://10.0.0.236/trunk@169271 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-16 18:19:23 +00:00
scott%scott-macgregor.org
1b42dd2a1d 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


git-svn-id: svn://10.0.0.236/trunk@169194 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-15 00:31:07 +00:00
timeless%mozdev.org
df5b25cae2 Bug 280743 Headers lack chrome - gCollapsedHeaderList has no properties
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@168926 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-07 19:09:02 +00:00
gerv%gerv.net
d7cf7f9916 Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@168644 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-01 18:04:25 +00:00
scott%scott-macgregor.org
d946c2dafe remove dump statement
git-svn-id: svn://10.0.0.236/trunk@167264 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 21:41:32 +00:00
bienvenu%nventure.com
0fc24e7882 fix 274156 clear has attachment flag if user clicks on a message w/o attachments that we thought did have attachment because of mime content type of multipart/mixed, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166963 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 21:39:49 +00:00
bienvenu%nventure.com
f77ce4fdfc fix which server comes up when editing filters for newsgroups and global inbox local folders account, sr=mscott, 271696
git-svn-id: svn://10.0.0.236/trunk@165822 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 23:59:39 +00:00
bienvenu%nventure.com
75bcd9eaac fix 270601 create filter from message for messages in global inbox
git-svn-id: svn://10.0.0.236/trunk@165525 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 21:36:11 +00:00
scott%scott-macgregor.org
354eea8e7d 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.


git-svn-id: svn://10.0.0.236/trunk@165286 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 23:30:32 +00:00
bienvenu%nventure.com
8f54789d54 fix 266536 handling of out of date local folder summary files, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164610 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 18:42:02 +00:00
bienvenu%nventure.com
94cd40c1ae set has attachment flag at hdr download time by looking for content type multipart mixed, 241203
git-svn-id: svn://10.0.0.236/trunk@164373 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 18:48:22 +00:00
bienvenu%nventure.com
0ce571f59c fix 254637 sr=mscott only 2 received mail headers displayed when viewing all headers
git-svn-id: svn://10.0.0.236/trunk@163793 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 00:14:53 +00:00
scott%scott-macgregor.org
6664589934 Bug #261913 --> Buddy icons for screen names are not shown in message pane nor the address book.
Patch by mjg@math.arizona.edu


git-svn-id: svn://10.0.0.236/trunk@162873 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 17:05:34 +00:00
sspitzer%mozilla.org
ab217f6bf6 fix for bug #246051
Hang when drag attachment to desktop when the file name has an accented char

r/sr=mscott


git-svn-id: svn://10.0.0.236/trunk@159466 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-19 06:50:41 +00:00
bienvenu%nventure.com
76ef250e51 fix 235686 add x-mimeole to list of user agents we recognize in e-mail messages, patch by bugzilla@gemal.dk, r=timeless, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@159256 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-15 16:20:39 +00:00
scott%scott-macgregor.org
d1557b9a53 Bug #249650 --> Add support for a website header to the message header pane for
the Thunderbird RSS reader.


git-svn-id: svn://10.0.0.236/trunk@158729 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-04 06:09:37 +00:00
scott%scott-macgregor.org
063aaa3f90 Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk.
git-svn-id: svn://10.0.0.236/trunk@158629 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-01 02:43:02 +00:00
scott%scott-macgregor.org
82a9a8576a Bug #244325 --> Port new quick search from the aviary branch to the trunk
git-svn-id: svn://10.0.0.236/trunk@158570 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-29 07:22:18 +00:00
scott%scott-macgregor.org
7a5bebce07 Bug #244325 --> broadcast a notification to the UI when a message is finished being rendered.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@158569 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-29 07:08:18 +00:00
bsmedberg%covad.net
4688fbfc0a 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).
git-svn-id: svn://10.0.0.236/trunk@158054 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-17 21:23:51 +00:00
scott%scott-macgregor.org
69c9223837 Bug #244457 --> Don't show vCards as external attachments if viewing messages as simple HTML
or plain text.


git-svn-id: svn://10.0.0.236/trunk@157332 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-02 21:06:03 +00:00
scott%scott-macgregor.org
23b7b4dbb1 Bug #88633 --> Attachments menu persists even when INBOX selected.
Port Neil's patch.


git-svn-id: svn://10.0.0.236/trunk@156948 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-26 06:31:46 +00:00