[evolution/wip/gsettings] SpamAssassin: Silence spamd's debugging chatter.
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/gsettings] SpamAssassin: Silence spamd's debugging chatter.
- Date: Wed, 14 Sep 2011 12:17:34 +0000 (UTC)
commit 6cac45838b177359ec3c3c5240d3b6b31e73c772
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Jul 14 23:43:51 2011 -0400
SpamAssassin: Silence spamd's debugging chatter.
modules/spamassassin/evolution-spamassassin.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/modules/spamassassin/evolution-spamassassin.c b/modules/spamassassin/evolution-spamassassin.c
index 10cb308..7172afd 100644
--- a/modules/spamassassin/evolution-spamassassin.c
+++ b/modules/spamassassin/evolution-spamassassin.c
@@ -168,6 +168,7 @@ spam_assassin_command_full (const gchar **argv,
flags |= G_SPAWN_DO_NOT_REAP_CHILD;
if (output_buffer == NULL)
flags |= G_SPAWN_STDOUT_TO_DEV_NULL;
+ flags |= G_SPAWN_STDERR_TO_DEV_NULL;
/* Spawn SpamAssassin with an open stdin pipe. */
success = g_spawn_async_with_pipes (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]