diff src/queue.c @ 349:b45dc53f2829

Removed unused second arg of msg_spool_read()
author markus schnalke <meillo@marmaro.de>
date Thu, 14 Jul 2011 11:38:23 +0200
parents a7a387253b2f
children 41958685480d
line wrap: on
line diff
--- a/src/queue.c	Thu Jul 14 11:31:52 2011 +0200
+++ b/src/queue.c	Thu Jul 14 11:38:23 2011 +0200
@@ -76,7 +76,7 @@
 
 		DEBUG(5) debugf("uid: %s\n", uid);
 
-		msg_list = g_list_append(msg_list, msg_spool_read(uid, FALSE));
+		msg_list = g_list_append(msg_list, msg_spool_read(uid));
 
 		DEBUG(5) debugf("after read spool file for %s\n", uid);