diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-11 06:06:48 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-11 06:06:48 +0800 |
commit | 1a6ecd207d5ce8bcb93613ebedeb56b979e8906f (patch) | |
tree | 96276edb05c15ecaeca77c1ef4649eab3415096c /mail/ChangeLog | |
parent | e29d47cb5e748ae91508134ff94b77b0cc2123b5 (diff) | |
download | gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.gz gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.bz2 gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.lz gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.xz gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.tar.zst gsoc2013-evolution-1a6ecd207d5ce8bcb93613ebedeb56b979e8906f.zip |
Make the context menu for the Sent folder have "Resend..." instead of
2001-08-10 Jason Leach <jleach@ximian.com>
* folder-browser.c: Make the context menu for the Sent folder have
"Resend..." instead of "Resend", to clarify that it will bring up
a dialog needing your input rather than just blindly sending the
message again. Also give it the 'e' accelerator. Bug #6838.
svn path=/trunk/; revision=11901
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 12b5bdfa6d..aba2816df8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2001-08-10 Jason Leach <jleach@ximian.com> + * folder-browser.c: Make the context menu for the Sent folder have + "Resend..." instead of "Resend", to clarify that it will bring up + a dialog needing your input rather than just blindly sending the + message again. Also give it the 'e' accelerator. Bug #6838. + * mail-callbacks.c (next_unread_msg): Since 'N' keypresses go through here now, use wrap-around selecting. (previous_unread_msg): Same for 'P' here. |