base64 implementation from madmutt--.
[apps/madmutt.git] / imap / imap.c
index 15f02f2..8fd96f8 100644 (file)
@@ -1336,7 +1336,6 @@ int imap_subscribe (char *path, int subscribe)
   IMAP_DATA *idata;
   char buf[LONG_STRING];
   char mbox[LONG_STRING];
-  char errstr[STRING];
   IMAP_MBOX mx;
 
   if (mx_get_magic (path) != M_IMAP || imap_parse_path (path, &mx) < 0) {