* I dunno
authorArt Cancro <ajc@citadel.org>
Fri, 2 Feb 2001 05:35:21 +0000 (05:35 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 2 Feb 2001 05:35:21 +0000 (05:35 +0000)
citadel/commands.c
citadel/imap_fetch.c
citadel/sysconfig.h

index 50cc2fe0b7d4b7addb6f9355b7c0539f38f5a16e..bfd1c652116dacff39c74a243d7de7644fbf6863 100644 (file)
@@ -63,8 +63,8 @@ int rc_force_mail_prompts;
 int rc_remember_passwords;
 int rc_ansi_color;
 int num_urls = 0;
-char urls[MAXURLS][1024];
-char rc_url_cmd[1024];
+char urls[MAXURLS][SIZ];
+char rc_url_cmd[SIZ];
 
 char *gl_string;
 int next_lazy_cmd = 5;
index 7fe0013a29eb43ad0cfcd9a555fc1de62fc3e66a..6f07f64ffcec71bf455da58f2c2236268a2c569c 100644 (file)
@@ -380,7 +380,7 @@ void imap_fetch_body(long msgnum, char *item, int is_peek,
                if (partial[i]=='>') partial[i] = 0;
        }
        if (is_partial == 0) strcpy(partial, "");
-       lprintf(9, "Partial is %s\n", partial);
+       if (strlen(partial) > 0) lprintf(9, "Partial is %s\n", partial);
 
        tmp = tmpfile();
        if (tmp == NULL) {
index b5581ea775298e055cc80510e349e4abb681dcf9..cb98333238a6ddc33078132452096c3b7d73ce13 100644 (file)
@@ -90,7 +90,7 @@
 /*
  * Command buffer size (do not change!)
  */
-#define SIZ            1024
+#define SIZ            4096
 
 /*
  * SMTP delivery retry and give-up times