diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-12 12:57:05 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-12 12:57:05 +0800 |
commit | 2adab13971baa11b24d52c2ce2991ba39b08ad37 (patch) | |
tree | eca74c18fe9bcf7b8cb988fdc52aab63ea670e51 /mail/ChangeLog | |
parent | 12d21d2361a3802bd6785533e8b53b0d91244729 (diff) | |
download | gsoc2013-evolution-2adab13971baa11b24d52c2ce2991ba39b08ad37.tar.gz gsoc2013-evolution-2adab13971baa11b24d52c2ce2991ba39b08ad37.tar.zst gsoc2013-evolution-2adab13971baa11b24d52c2ce2991ba39b08ad37.zip |
Replace To with From except in Drafts, Outbox, or Sent boxes. Make Subject
2000-10-12 Christopher James Lahey <clahey@helixcode.com>
* message-list.c: Replace To with From except in Drafts, Outbox,
or Sent boxes. Make Subject column pay attention to text
attributes like bold and strikethrough.
svn path=/trunk/; revision=5877
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7be9134e1b..0c2b5591d1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-10-12 Christopher James Lahey <clahey@helixcode.com> + + * message-list.c: Replace To with From except in Drafts, Outbox, + or Sent boxes. Make Subject column pay attention to text + attributes like bold and strikethrough. + 2000-10-12 Iain Holmes <iain@helixcode.com> * component-factory.c: Disable the executive summary. |