From: pdmef Date: Mon, 22 Aug 2005 20:31:27 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=2d26fa899efcbbcd00952cf1bb3f70c801672aa2 Rocco Rutte: - dump values of vars for -D to stdout as documented not stderr git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@426 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/init.c b/init.c index 3e34dc8..c9dbdcd 100644 --- a/init.c +++ b/init.c @@ -2289,7 +2289,7 @@ int mutt_dump_variables (void) { snprintf (command, sizeof (command), "set ?%s\n", ((struct option_t*) tmp->data[i])->option); if (mutt_parse_rc_line (command, &token, &err) == -1) { - fprintf (stderr, "%s\n", err.data); + printf ("%s\n", err.data); mem_free (&token.data); list_del (&tmp, NULL); return 1;