2010-01-03 [mir] 3.7.3cvs51
authorMichael Rasmussen <mir@datanom.net>
Sun, 3 Jan 2010 01:27:15 +0000 (01:27 +0000)
committerMichael Rasmussen <mir@datanom.net>
Sun, 3 Jan 2010 01:27:15 +0000 (01:27 +0000)
* src/compose.c
When composing to a NNTP list TO: will always be preset
to the NNTP list unless user has chosen some other default
in which case we will handle this the normal way. Therefore
mfield will be set to TO_FIELD_PRESENT if mailto is NULL.

ChangeLog
PATCHSETS
configure.ac
src/compose.c

index ff4cef630637829c289bed7e6a269eab0e4a5d54..048285708b66d2d37e4551ee8770464e1b3c63c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-01-03 [mir]       3.7.3cvs51
+
+       * src/compose.c
+       When composing to a NNTP list TO: will always be preset
+       to the NNTP list unless user has chosen some other default
+       in which case we will handle this the normal way. Therefore
+       mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
+
 2010-01-01 [paul]      3.7.3cvs50
 
        * src/gtk/about.c
 2010-01-01 [paul]      3.7.3cvs50
 
        * src/gtk/about.c
index cbd8ab799f337e6126b27633c19918afc54c81dc..9a828cdd3577786f2775dfdba21f129fa25b8cbe 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/intro.xml;  cvs diff -u -r 1.1.2.26 -r 1.1.2.27 manual/plugins.xml;  ) > 3.7.3cvs48.patchset
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/claws-mail-manual.xml;  cvs diff -u -r 1.1.2.11 -r 1.1.2.12 manual/intro.xml;  cvs diff -u -r 1.1.2.27 -r 1.1.2.28 manual/plugins.xml;  ) > 3.7.3cvs49.patchset
 ( cvs diff -u -r 1.4.2.75 -r 1.4.2.76 src/gtk/about.c;  ) > 3.7.3cvs50.patchset
 ( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/intro.xml;  cvs diff -u -r 1.1.2.26 -r 1.1.2.27 manual/plugins.xml;  ) > 3.7.3cvs48.patchset
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 manual/claws-mail-manual.xml;  cvs diff -u -r 1.1.2.11 -r 1.1.2.12 manual/intro.xml;  cvs diff -u -r 1.1.2.27 -r 1.1.2.28 manual/plugins.xml;  ) > 3.7.3cvs49.patchset
 ( cvs diff -u -r 1.4.2.75 -r 1.4.2.76 src/gtk/about.c;  ) > 3.7.3cvs50.patchset
+( cvs diff -u -r 1.382.2.540 -r 1.382.2.541 src/compose.c;  ) > 3.7.3cvs51.patchset
index de97bf4c3e248a249886e0572298d8f9bc209696..61579808785f630b0668e8f0ebff0826433ded7c 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=3
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=50
+EXTRA_VERSION=51
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index b6f3dcbdb5ae8d6bcb4c2f6c513a80c830cbdd6f..429e77c45086658b82cb160e985bd2a0983b3543 100644 (file)
@@ -1059,6 +1059,7 @@ Compose *compose_generic_new(PrefsAccount *account, const gchar *mailto, FolderI
                                mfield = compose_entries_set(compose, mailto, COMPOSE_TO);
                } else if (item && FOLDER_CLASS(item->folder) == news_get_class()) {
                        compose_entry_append(compose, item->path, COMPOSE_NEWSGROUPS, PREF_FOLDER);
                                mfield = compose_entries_set(compose, mailto, COMPOSE_TO);
                } else if (item && FOLDER_CLASS(item->folder) == news_get_class()) {
                        compose_entry_append(compose, item->path, COMPOSE_NEWSGROUPS, PREF_FOLDER);
+                       mfield = TO_FIELD_PRESENT;
                }
                /*
                 * CLAWS: just don't allow return receipt request, even if the user
                }
                /*
                 * CLAWS: just don't allow return receipt request, even if the user