[balsa/69-resend-message: 15/17] balsa-index: Add Resend to context menu




commit e80591f520e1e290c51fdd1a3821468a40ca2da3
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]