diff options
author | Milan Crha <mcrha@redhat.com> | 2013-10-08 19:22:48 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-10-08 19:22:48 +0800 |
commit | b5023d32bdffdeb6cb626e74d0f3e464e66cec1b (patch) | |
tree | 3257d3e4755641f99a10b9ba58779f32c82fe428 /mail/e-mail-backend.h | |
parent | 8099b68e96a85857e41784d6e128d4ff69e2e702 (diff) | |
download | gsoc2013-evolution-b5023d32bdffdeb6cb626e74d0f3e464e66cec1b.tar gsoc2013-evolution-b5023d32bdffdeb6cb626e74d0f3e464e66cec1b.tar.gz gsoc2013-evolution-b5023d32bdffdeb6cb626e74d0f3e464e66cec1b.tar.bz2 gsoc2013-evolution-b5023d32bdffdeb6cb626e74d0f3e464e66cec1b.tar.lz gsoc2013-evolution-b5023d32bdffdeb6cb626e74d0f3e464e66cec1b.tar.xz gsoc2013-evolution-b5023d32bdffdeb6cb626e74d0f3e464e66cec1b.tar.zst gsoc2013-evolution-b5023d32bdffdeb6cb626e74d0f3e464e66cec1b.zip |
Bug #215115 - Per-folder From: email address
The change also allows setting accounts for certain recipients (based
on a part of the recipient address). The option can be found in Folder
Properties and in Edit->Preferences->Composer Preferences->Send Account.
Diffstat (limited to 'mail/e-mail-backend.h')
-rw-r--r-- | mail/e-mail-backend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/e-mail-backend.h b/mail/e-mail-backend.h index b44b330a9f..0bc94f1318 100644 --- a/mail/e-mail-backend.h +++ b/mail/e-mail-backend.h @@ -28,6 +28,7 @@ #include <shell/e-shell-backend.h> #include <libemail-engine/e-mail-session.h> +#include <mail/e-mail-send-account-override.h> /* Standard GObject macros */ #define E_TYPE_MAIL_BACKEND \ @@ -76,6 +77,9 @@ gboolean e_mail_backend_delete_junk_policy_decision (EMailBackend *backend); gboolean e_mail_backend_empty_trash_policy_decision (EMailBackend *backend); +EMailSendAccountOverride * + e_mail_backend_get_send_account_override + (EMailBackend *backend); G_END_DECLS |