* src/mainwindow.c
Don't use current folder settings when
composing from the compose button's
account selector
+2007-08-28 [colin] 2.10.0cvs182
+
+ * src/mainwindow.c
+ Don't use current folder settings when
+ composing from the compose button's
+ account selector
+
2007-08-28 [colin] 2.10.0cvs181
* src/quote_fmt_parse.y
( cvs diff -u -r 1.395.2.322 -r 1.395.2.323 src/summaryview.c; ) > 2.10.0cvs179.patchset
( cvs diff -u -r 1.382.2.403 -r 1.382.2.404 src/compose.c; cvs diff -u -r 1.50.2.41 -r 1.50.2.42 src/compose.h; ) > 2.10.0cvs180.patchset
( cvs diff -u -r 1.22.2.35 -r 1.22.2.36 src/quote_fmt_parse.y; ) > 2.10.0cvs181.patchset
+( cvs diff -u -r 1.274.2.207 -r 1.274.2.208 src/mainwindow.c; ) > 2.10.0cvs182.patchset
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=181
+EXTRA_VERSION=182
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
PrefsAccount *account = (PrefsAccount *)data;
FolderItem *item = mainwin->summaryview->folder_item;
- compose_new_with_folderitem(account, item, NULL);
+ compose_new_with_folderitem(account, NULL, NULL);
}
static void prefs_open_cb(GtkMenuItem *menuitem, gpointer data)