[Commits] [SCM] claws branch, master, updated. 3.17.8-20-gc01ce7909
paul at claws-mail.org
paul at claws-mail.org
Fri Jan 29 14:04:39 CET 2021
The branch, master has been updated
via c01ce7909cbdfe08808fb73361b67a2b55dfdf02 (commit)
from aa522745ce21f016556b82c7dff06ee095a43381 (commit)
Summary of changes:
src/compose.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c01ce7909cbdfe08808fb73361b67a2b55dfdf02
Author: paul <paul at claws-mail.org>
Date: Fri Jan 29 13:03:46 2021 +0000
allow 'remove references' when re-editing a msg
diff --git a/src/compose.c b/src/compose.c
index 1df165aa9..7abba6b41 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2020 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2021 the Claws Mail team and Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -2384,6 +2384,8 @@ Compose *compose_reedit(MsgInfo *msginfo, gboolean batch)
compose = compose_create(account, msginfo->folder, COMPOSE_REEDIT, batch);
+ cm_toggle_menu_set_active_full(compose->ui_manager, "Menu/Options/RemoveReferences", FALSE);
+ cm_menu_set_sensitive_full(compose->ui_manager, "Menu/Options/RemoveReferences", TRUE);
cm_toggle_menu_set_active_full(compose->ui_manager, "Menu/Edit/AutoWrap", autowrap);
cm_toggle_menu_set_active_full(compose->ui_manager, "Menu/Edit/AutoIndent", autoindent);
compose->autowrap = autowrap;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list