diff options
author | Dan Winship <danw@src.gnome.org> | 2002-09-26 06:56:23 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-09-26 06:56:23 +0800 |
commit | 20c4b44474062abd353bc10966b5f7f4026d1336 (patch) | |
tree | 94ab448c2f6ff82bbbf2f5ebae85f4f6e4d39a3c /mail/ChangeLog | |
parent | fec2c01178c64fc628b8638caee3b6712be9a442 (diff) | |
download | gsoc2013-evolution-20c4b44474062abd353bc10966b5f7f4026d1336.tar.gz gsoc2013-evolution-20c4b44474062abd353bc10966b5f7f4026d1336.tar.zst gsoc2013-evolution-20c4b44474062abd353bc10966b5f7f4026d1336.zip |
Add a margin around the "flag for followup" table so it lines up with
* mail-display.c (mail_display_render): Add a margin around the
"flag for followup" table so it lines up with everything else.
Also, don't add "at your earliest convenience" after the flag if
there's no date set, since that doesn't make any sense for half of
the flags. ("For Your Information at your earliest convenience").
svn path=/trunk/; revision=18226
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5bbf4072b0..eb32df9718 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2002-09-25 Dan Winship <danw@ximian.com> + * mail-display.c (mail_display_render): Add a margin around the + "flag for followup" table so it lines up with everything else. + Also, don't add "at your earliest convenience" after the flag if + there's no date set, since that doesn't make any sense for half of + the flags. ("For Your Information at your earliest convenience"). + +2002-09-25 Dan Winship <danw@ximian.com> + * component-factory.c (folder_types): add "mail/public". Leave "vtrash" as it is rather than renaming it to "mail/vtrash", because we want it to behave differently from normal mail folders |