[Commits] [SCM] claws branch, master, updated. 3.13.2-10-g9a84275
claws at claws-mail.org
claws at claws-mail.org
Fri Jan 29 14:33:29 CET 2016
The branch, master has been updated
via 9a84275f946988324192c427a3c71a2fcd257d3f (commit)
from d0c724175711262214cd13a38e68fa8dd4630056 (commit)
Summary of changes:
src/compose.c | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 9a84275f946988324192c427a3c71a2fcd257d3f
Author: Paul <paul at claws-mail.org>
Date: Fri Jan 29 13:33:25 2016 +0000
automatically use external editor on fwd-as-attachment if option is set
diff --git a/src/compose.c b/src/compose.c
index cb50635..f7d18a0 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -2069,6 +2069,9 @@ static Compose *compose_forward_multiple(PrefsAccount *account, GSList *msginfo_
gtk_text_buffer_get_start_iter(textbuf, &iter);
gtk_text_buffer_place_cursor(textbuf, &iter);
+ if (prefs_common.auto_exteditor)
+ compose_exec_ext_editor(compose);
+
gtk_widget_grab_focus(compose->header_last->entry);
undo_unblock(compose->undostruct);
compose->modified = FALSE;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list