Changeset 3255:17a9ef394039 for commands.c
- Timestamp:
- 2003-01-05 14:02:37 (6 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r3253 r3255 905 905 if (!h && b->type == TYPETEXT && charset_changed) 906 906 { 907 int r; 907 908 snprintf (tmp, sizeof (tmp), _("Convert to %s upon sending?"), 908 909 mutt_get_parameter ("charset", b->parameter)); 909 b->noconv = !mutt_yesorno (tmp, !b->noconv); 910 if ((r = mutt_yesorno (tmp, !b->noconv)) != -1) 911 b->noconv = (r == M_NO); 910 912 } 911 913
