masqmail
diff src/masqmail.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 | e507c854a63e |
children | 41958685480d |
line diff
1.1 --- a/src/masqmail.c Thu Jul 14 11:31:52 2011 +0200 1.2 +++ b/src/masqmail.c Thu Jul 14 11:38:23 2011 +0200 1.3 @@ -343,7 +343,7 @@ 1.4 1.5 /* non-privileged users may only delete their own messages */ 1.6 for (; *id; id++) { 1.7 - message *msg = msg_spool_read(*id, FALSE); 1.8 + message *msg = msg_spool_read(*id); 1.9 1.10 fprintf(stderr, "id: %s\n", *id); 1.11