]> code.citadel.org Git - citadel.git/blobdiff - citadel/journaling.c
TEXTCLIENT: getutline also belongs to the textclient. Tnx to Lightspeed for pointing...
[citadel.git] / citadel / journaling.c
index 38201ff5236c7567d45647c9ae60c4ce7524fd0a..6d68d08748b7e24aa70b3abade7e69c2514669f9 100644 (file)
@@ -1,8 +1,5 @@
 /*
- * $Id$
- *
  * Message journaling functions.
- *
  */
 
 #include "sysdep.h"
@@ -133,6 +130,8 @@ void JournalRunQueueMsg(struct jnlq *jmsg) {
        static int seq = 0;
        int i;
 
+       if (jmsg == NULL)
+               return;
        journal_recps = validate_recipients(config.c_journal_dest, NULL, 0);
        if (journal_recps != NULL) {