diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-16 01:38:54 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-16 01:38:54 +0800 |
commit | bd655cb765f3ad19b68ab188dd95d07b0fbad216 (patch) | |
tree | e3b6f29b37aff995c18dffd5c6ab62df4c2c0d13 /composer/e-msg-composer.c | |
parent | 1e18d9fb96e4f893b8f5a768af9ab0579208274d (diff) | |
download | gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar.gz gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar.bz2 gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar.lz gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar.xz gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.tar.zst gsoc2013-evolution-bd655cb765f3ad19b68ab188dd95d07b0fbad216.zip |
If @account_name is NULL, pick the default account rather than giving a
* e-msg-composer-hdrs.c (e_msg_composer_hdrs_set_from_account): If
@account_name is NULL, pick the default account rather than giving
a g_warning.
* e-msg-composer.c (e_msg_composer_set_headers): Note in the
doc comment that @from can be NULL if you want the default account
(since there is code that expects this).
svn path=/trunk/; revision=8243
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 92249af5bb..da370614cd 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -2046,7 +2046,8 @@ e_msg_composer_show_attachments (EMsgComposer *composer, /** * e_msg_composer_set_headers: * @composer: a composer object - * @from: the name of the account the user will send from + * @from: the name of the account the user will send from, + * or %NULL for the default account * @to: the values for the "To" header * @cc: the values for the "Cc" header * @bcc: the values for the "Bcc" header |