X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=2d0ad9b4c2391c5b0526a168d8da3ba86bf31bf4;hp=36937a95742e73a89e7d2bd996cc2ff40d6084df;hb=f335a8c113b45a45d2546630fd62ee950641a45e;hpb=01a3f4d932ddfc7f4a58f820d343f4a6f3b0f824 diff --git a/init.h b/init.h index 36937a9..2d0ad9b 100644 --- a/init.h +++ b/init.h @@ -108,7 +108,7 @@ struct feature_t { #endif struct option_t MuttVars[] = { - /*++ */ + /*++*/ {"abort_nosubject", DT_QUAD, R_NONE, OPT_SUBJECT, M_ASKYES}, /* ** .pp @@ -1539,7 +1539,7 @@ struct option_t MuttVars[] = { ** deeper threads to fit on the screen. */ #ifdef USE_NNTP - {"news_cache_dir", DT_PATH, R_NONE, UL & NewsCacheDir, UL "~/.mutt"}, + {"news_cache_dir", DT_PATH, R_NONE, UL & NewsCacheDir, UL "~/.muttng"}, /* ** .pp ** Availability: NNTP @@ -3706,11 +3706,6 @@ const struct mapping_t SortKeyMethods[] = { /* functions used to parse commands in a rc file */ static int parse_list (BUFFER *, BUFFER *, unsigned long, BUFFER *); - -#if 0 -static int parse_rx_list (BUFFER *, BUFFER *, unsigned long, BUFFER *); -static int parse_rx_unlist (BUFFER *, BUFFER *, unsigned long, BUFFER *); -#endif static int parse_spam_list (BUFFER *, BUFFER *, unsigned long, BUFFER *); static int parse_unlist (BUFFER *, BUFFER *, unsigned long, BUFFER *);