[balsa/69-resend-message] 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] balsa-index: Add Resend to context menu
- Date: Thu, 3 Mar 2022 02:49:05 +0000 (UTC)
commit 1a5d344bf7859883e661e05de8d1660262c62685
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]