Rewrite is_from efficiently, and put it in lib-mime where it belongs.
[apps/madmutt.git] / imap / util.c
index 16aa75f..f4b60a7 100644 (file)
@@ -258,7 +258,6 @@ time_t imap_parse_date (char *s)
 {
     struct tm tm;
     const char *loc;
-    time_t tz;
 
     p_clear(&tm, 1);
     loc = setlocale(LC_TIME, "C");