]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_fetch.c
* more imap. imap sucks. die crispin die.
[citadel.git] / citadel / imap_fetch.c
index 6f07f64ffcec71bf455da58f2c2236268a2c569c..360fe09be5deccf10d2f363521c0e75602f979a5 100644 (file)
@@ -827,7 +827,7 @@ void imap_pick_range(char *range, int is_uid) {
        int i;
        int num_sets;
        int s;
-       char setstr[1024], lostr[1024], histr[1024];
+       char setstr[SIZ], lostr[SIZ], histr[SIZ];       /* was 1024 */
        int lo, hi;
        char *actual_range;
 
@@ -884,7 +884,7 @@ void imap_pick_range(char *range, int is_uid) {
  * This function is called by the main command loop.
  */
 void imap_fetch(int num_parms, char *parms[]) {
-       char items[1024];
+       char items[SIZ];        /* was 1024 */
        char *itemlist[SIZ];
        int num_items;
        int i;
@@ -916,7 +916,7 @@ void imap_fetch(int num_parms, char *parms[]) {
  * This function is called by the main command loop.
  */
 void imap_uidfetch(int num_parms, char *parms[]) {
-       char items[1024];
+       char items[SIZ];        /* was 1024 */
        char *itemlist[SIZ];
        int num_items;
        int i;