diff options
author | Parthasarathi Susarla <sparthasarathi@novell.com> | 2005-10-22 16:18:50 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2005-10-22 16:18:50 +0800 |
commit | 05601e86ebfc36093c8b2afb66cbe14cb45d6bd2 (patch) | |
tree | 75999f72fb1056b2501c12bab13b46556f0bdf30 /mail/em-format-html-display.h | |
parent | a0ce7e9771be25292bf985a96db5603b34a68d9e (diff) | |
download | gsoc2013-evolution-05601e86ebfc36093c8b2afb66cbe14cb45d6bd2.tar.gz gsoc2013-evolution-05601e86ebfc36093c8b2afb66cbe14cb45d6bd2.tar.zst gsoc2013-evolution-05601e86ebfc36093c8b2afb66cbe14cb45d6bd2.zip |
Return valid transport, only if the account is enabled.
2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* mail-config.c: (mail_config_get_default_account):
Return valid transport, only if the account is enabled.
2005-10-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* em-composer-utils.c: (create_new_composer):
If the account corresponding to the fromuri is not enabled.
Then load the preferred account from the composer.
----------------------------------------------------------------------
svn path=/trunk/; revision=30555
Diffstat (limited to 'mail/em-format-html-display.h')
-rw-r--r-- | mail/em-format-html-display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h index 7493bc227d..c1aa050c70 100644 --- a/mail/em-format-html-display.h +++ b/mail/em-format-html-display.h @@ -59,7 +59,7 @@ void em_format_html_display_paste (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_in (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_out (EMFormatHTMLDisplay *efhd); void em_format_html_display_zoom_reset (EMFormatHTMLDisplay *efhd); -EAttachmentBar * em_format_html_display_get_bar (EMFormatHTMLDisplay *efhd); +EAttachmentBar *em_format_html_display_get_bar (EMFormatHTMLDisplay *efhd); gboolean em_format_html_display_popup_menu (EMFormatHTMLDisplay *efhd); |