[Commits] [SCM] claws branch, master, updated. 3.13.2-11-ge7308b6
claws at claws-mail.org
claws at claws-mail.org
Tue Feb 2 14:06:08 CET 2016
The branch, master has been updated
via e7308b6264bf5d3d27c3f8270356b001ab4731c4 (commit)
from 9a84275f946988324192c427a3c71a2fcd257d3f (commit)
Summary of changes:
src/toolbar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit e7308b6264bf5d3d27c3f8270356b001ab4731c4
Author: Paul <paul at claws-mail.org>
Date: Tue Feb 2 13:06:03 2016 +0000
fix Compose account selection when imap folder is selected
don't just select the imap account, ignoring default account et al
diff --git a/src/toolbar.c b/src/toolbar.c
index 0291f20..e7a553e 100644
--- a/src/toolbar.c
+++ b/src/toolbar.c
@@ -2664,7 +2664,7 @@ void compose_mail_cb(gpointer data, guint action, GtkWidget *widget)
if (item) {
ac = account_find_from_item(item);
- if (ac && ac->protocol != A_NNTP) {
+ if (ac && ac->protocol != A_NNTP && ac->protocol != A_IMAP4) {
compose_new_with_folderitem(ac, item, NULL); /* CLAWS */
return;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list