LISTGROUP isn't as efficient as XOVER. Only use it if needed.
[apps/madmutt.git] / nntp / newsrc.c
index 0eac040..59ca74f 100644 (file)
@@ -161,7 +161,7 @@ static int nntp_parse_cacheindex (NNTP_SERVER * news)
   if (!news || !news->conn || !news->conn->account.host)
     return -1;
   unset_option (OPTNEWSCACHE);
-  if (!NewsCacheDir || !*NewsCacheDir)
+  if (m_strisempty(NewsCacheDir))
     return 0;
 
   m_strcpy(dir, sizeof(dir), NewsCacheDir);