diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-17 04:37:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-17 04:37:44 +0800 |
commit | 0f35ef8d0e88b2f7223638d414580537cd91d206 (patch) | |
tree | 27e10f476bffcade8b68995096c5070665db6492 /mail/e-mail-local.h | |
parent | e5b7a6d28cc37cb037a4a80481bbd23d99c558d0 (diff) | |
download | gsoc2013-evolution-0f35ef8d0e88b2f7223638d414580537cd91d206.tar.gz gsoc2013-evolution-0f35ef8d0e88b2f7223638d414580537cd91d206.tar.zst gsoc2013-evolution-0f35ef8d0e88b2f7223638d414580537cd91d206.zip |
Prompt when exiting with unsent messages.
Diffstat (limited to 'mail/e-mail-local.h')
-rw-r--r-- | mail/e-mail-local.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/e-mail-local.h b/mail/e-mail-local.h index 1bd34e4273..b8dda29857 100644 --- a/mail/e-mail-local.h +++ b/mail/e-mail-local.h @@ -28,8 +28,9 @@ G_BEGIN_DECLS -/* XXX E_MAIL_FOLDER_TEMPLATES is a prime example of why - * templates should be a core feature, not a plugin. */ +/* XXX E_MAIL_FOLDER_TEMPLATES is a prime example of why templates + * should be a core feature: the mailer now has to know about + * this specific plugin, which defeats the purpose of plugins. */ typedef enum { E_MAIL_FOLDER_INBOX, E_MAIL_FOLDER_DRAFTS, |