diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-21 17:51:39 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-21 17:51:39 +0800 |
commit | e9f7b4c7bfbace02f4a16ed033f3dc7db096f17a (patch) | |
tree | 373c36448aaf7bd42f73b20d953e2b6f3ead6809 /mail/e-mail-reader.c | |
parent | d4adff17a2d05f2347e8836e5de0634fc2bca68f (diff) | |
download | gsoc2013-evolution-e9f7b4c7bfbace02f4a16ed033f3dc7db096f17a.tar.gz gsoc2013-evolution-e9f7b4c7bfbace02f4a16ed033f3dc7db096f17a.tar.zst gsoc2013-evolution-e9f7b4c7bfbace02f4a16ed033f3dc7db096f17a.zip |
Bug #632679 - Add 'Remove attachments' in pop up menu
Diffstat (limited to 'mail/e-mail-reader.c')
-rw-r--r-- | mail/e-mail-reader.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c index dedacb8451..c75304dbe2 100644 --- a/mail/e-mail-reader.c +++ b/mail/e-mail-reader.c @@ -2308,6 +2308,10 @@ static EPopupActionEntry mail_reader_popup_entries[] = { NULL, "mail-print" }, + { "mail-popup-remove-attachments", + NULL, + "mail-remove-attachments" }, + { "mail-popup-reply-all", NULL, "mail-reply-all" }, |