diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-12-17 02:39:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-12-17 02:39:39 +0800 |
commit | f65f8935bce5538d490d872e9838874c83717953 (patch) | |
tree | cfbe6490bcd4e8936319ce73088144fbb5aef707 /mail/mail-mt.c | |
parent | 2a7f68fe45f3e60547212a6895a0fd202c5c3f09 (diff) | |
download | gsoc2013-evolution-f65f8935bce5538d490d872e9838874c83717953.tar gsoc2013-evolution-f65f8935bce5538d490d872e9838874c83717953.tar.gz gsoc2013-evolution-f65f8935bce5538d490d872e9838874c83717953.tar.bz2 gsoc2013-evolution-f65f8935bce5538d490d872e9838874c83717953.tar.lz gsoc2013-evolution-f65f8935bce5538d490d872e9838874c83717953.tar.xz gsoc2013-evolution-f65f8935bce5538d490d872e9838874c83717953.tar.zst gsoc2013-evolution-f65f8935bce5538d490d872e9838874c83717953.zip |
Kill MailSession's interactive flag.
After analyzing this again I'm confident we really don't need it.
The only state change is from FALSE to TRUE at startup, and that
one-time event happens while the mail shell backend is starting up
(see: e_shell_backend_start()).
If a need arises to query for this in the future I'll extend the
EShellBackend API with an e_shell_backend_started() function, but
for now there's no need.
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index b0c8ee8895..e2f6900e72 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -249,10 +249,6 @@ mail_msg_check_error (gpointer msg) checkmem(m->priv); #endif - /* don't report any errors if we are not in interactive mode */ - if (!mail_session_get_interactive ()) - return; - if (!camel_exception_is_set(&m->ex) || m->ex.id == CAMEL_EXCEPTION_USER_CANCEL || m->ex.id == CAMEL_EXCEPTION_FOLDER_INVALID_UID |