talons

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

commit 30b3fa1ab12d898b9b51bf83befabdf515d54389
parent 26395e514aac4e0fb0d4b7e5c721d059fcd79603
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 @@ -8289,6 +8289,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);