talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 21716c013333ae0529521ec4d919e9fb039d24b8
parent 9bf0041560bac74505b3c70bc4e630bad3712b9c
Author: Paul <paul@claws-mail.org>
Date:   Thu, 25 Oct 2018 10:56:44 +0100

less haste

Diffstat:
Msrc/compose.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/compose.c b/src/compose.c @@ -8311,6 +8311,8 @@ static Compose *compose_create(PrefsAccount *account, claws_spell_entry_set_gtkaspell(CLAWS_SPELL_ENTRY(subject_entry), gtkaspell); #endif + compose_select_account(compose, account, TRUE); + cm_toggle_menu_set_active_full(compose->ui_manager, "Menu/Edit/AutoWrap", prefs_common.autowrap); cm_toggle_menu_set_active_full(compose->ui_manager, "Menu/Edit/AutoIndent", prefs_common.auto_indent);