X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fimap_fetch.c;h=86088b79c3865be51237f1bb725518e6347dd31d;hb=a37917d69689bdfc4b4e25e9388ca731404340c6;hp=810948244e148f0c1c355902861e8ff43011b5ef;hpb=4cf84102a77010569414eeb57e64275e407db6a4;p=citadel.git diff --git a/citadel/imap_fetch.c b/citadel/imap_fetch.c index 810948244..86088b79c 100644 --- a/citadel/imap_fetch.c +++ b/citadel/imap_fetch.c @@ -936,8 +936,7 @@ void imap_fetch_bodystructure (long msgnum, char *item, * imap_do_fetch() calls imap_do_fetch_msg() to output the data of an * individual message, once it has been selected for output. */ -void imap_do_fetch_msg(int seq, - int num_items, char **itemlist) { +void imap_do_fetch_msg(int seq, int num_items, char **itemlist) { int i; struct CtdlMessage *msg = NULL;