[balsa/69-resend-message: 11/11] balsa-index: Add Resend to context menu
- From: Peter Bloomfield <peterb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [balsa/69-resend-message: 11/11] balsa-index: Add Resend to context menu
 
- Date: Thu,  3 Mar 2022 16:07:24 +0000 (UTC)
 
commit 4defa913e2255b2261a28500b27a523c5f93caab
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Mar 2 21:48:23 2022 -0500
    balsa-index: Add Resend to context menu
 src/balsa-index.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/balsa-index.c b/src/balsa-index.c
index 3fe4b3b5a..26292c453 100644
--- a/src/balsa-index.c
+++ b/src/balsa-index.c
@@ -1991,6 +1991,8 @@ bndx_popup_menu_create(BalsaIndex * index)
                 G_CALLBACK(balsa_message_replytogroup)}, {
         BALSA_PIXMAP_FORWARD, N_("_Forward Attached…"),
                 G_CALLBACK(balsa_message_forward_attached)}, {
+        BALSA_PIXMAP_FORWARD, N_("_Resend…"),
+                G_CALLBACK(balsa_message_resend)}, {
         BALSA_PIXMAP_FORWARD, N_("Forward _Inline…"),
                 G_CALLBACK(balsa_message_forward_inline)}, {
         NULL,                 N_("_Pipe through…"),
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]