+2007-04-10 13:46 -0700 Brendan Cully <brendan@kublai.com> (d3e0d6c60d87)
+
+ * rfc3676.c: Don't use $indent_string to quote replies to flowed
+ messages (closes #2874).
+
2007-04-10 10:16 -0700 Petr Písař <petr.pisar@atlas.cz> (af01580c9a08)
* po/cs.po: Updated Czech translation
char buf[LONG_STRING];
char *tempfile = NULL, *infile = NULL;
char *bodytext = NULL;
+ int rv = 0;
if (!option (OPTNOCURSES))
mutt_flushinp ();
mutt_free_list (&attach);
}
- int rv = ci_send_message (sendflags, msg, tempfile, NULL, NULL);
+ rv = ci_send_message (sendflags, msg, tempfile, NULL, NULL);
if (!option (OPTNOCURSES))
mutt_endwin (NULL);