diff options
author | Rathin <rathinusa@yahoo.co.in> | 2011-06-14 20:26:30 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-06-14 20:26:30 +0800 |
commit | f5794eff3613afe5082ab15bd6dbb14806ce5fdc (patch) | |
tree | 375f309c21bea171d89bbeb1252c4038ba0bde58 /mail/e-mail-display.c | |
parent | de9b1685edf197281c14ce9c1ae8f384866ff0b2 (diff) | |
download | gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.gz gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.zst gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.zip |
Bug #530335 - Allow Reply to selected address only
Diffstat (limited to 'mail/e-mail-display.c')
-rw-r--r-- | mail/e-mail-display.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/e-mail-display.c b/mail/e-mail-display.c index ed88fec808..aa3c4bd3d2 100644 --- a/mail/e-mail-display.c +++ b/mail/e-mail-display.c @@ -48,6 +48,7 @@ static const gchar *ui = " <popup name='context'>" " <placeholder name='custom-actions-1'>" " <menuitem action='add-to-address-book'/>" +" <menuitem action='send-reply'/>" " </placeholder>" " <placeholder name='custom-actions-3'>" " <menu action='search-folder-menu'>" @@ -81,6 +82,13 @@ static GtkActionEntry mailto_entries[] = { NULL, /* XXX Add a tooltip! */ NULL /* Handled by EMailReader */ }, + { "send-reply", + NULL, + N_("Send _Reply To..."), + NULL, + N_("Send a reply message to this address"), + NULL /* Handled by EMailReader */ }, + /*** Menus ***/ { "search-folder-menu", |