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
This commit is contained in:
Colin Leroy 2007-08-28 21:06:30 +00:00
parent 3061bfabd9
commit e77657a1ea
4 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,10 @@
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

View file

@ -2836,3 +2836,4 @@
( 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

View file

@ -11,7 +11,7 @@ MINOR_VERSION=10
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=181
EXTRA_VERSION=182
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -4209,7 +4209,7 @@ static void account_compose_menu_cb(GtkMenuItem *menuitem, gpointer data)
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)