diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-03 05:13:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-03 05:13:18 +0800 |
commit | e694ee7fffe74825f0791748a11e13e5e6585804 (patch) | |
tree | 3eb18ffaeadf365dc44706c16472532c2d4907d1 /composer/e-msg-composer.h | |
parent | a344e38cdbb5991963fb340b1f249da53d069fe6 (diff) | |
download | gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar.gz gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.tar.zst gsoc2013-evolution-e694ee7fffe74825f0791748a11e13e5e6585804.zip |
Set the user-chosen charset.
2001-07-02 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (attach_to_multipart): Set the
user-chosen charset.
* e-msg-composer.c (menu_change_charset_cb): New callback function
to get the user-set charset.
(init): Set the charset to NULL.
(best_charset): Take a default_charset param that holds the value
the user set for this particular message using the menu.
(destroy): Free the charset.
svn path=/trunk/; revision=10704
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 2c3aca359c..ba587e28c2 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -73,6 +73,8 @@ struct _EMsgComposer { Bonobo_PropertyBag property_bag; + char *charset; + gboolean attachment_bar_visible : 1; gboolean send_html : 1; gboolean pgp_sign : 1; |