diff -Naur scmbug.old7/lib/Scmbug/Daemon/Bugzilla.pm scmbug/lib/Scmbug/Daemon/Bugzilla.pm
--- scmbug.old7/lib/Scmbug/Daemon/Bugzilla.pm	2011-03-21 19:31:17.421401823 +0200
+++ scmbug/lib/Scmbug/Daemon/Bugzilla.pm	2011-03-21 19:55:16.609402887 +0200
@@ -295,6 +295,8 @@
         # Must load the Bugzilla package before any of its functions are used.
         eval "use Bugzilla";
         eval "use Bugzilla::BugMail";
+
+	Bugzilla->usage_mode( Bugzilla::Constants->USAGE_MODE_CMDLINE );
     }
 
     if ( $self->is_version_gte( $VERSION_3_2_0 ) ) {
