Changeset 3253:26daff844f0a for commands.c
- Timestamp:
- 2003-01-05 13:59:59 (6 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r3179 r3253 289 289 prompt, sizeof (prompt), 0); 290 290 strcat (prompt, "...?"); /* __STRCAT_CHECKED__ */ 291 if (mutt_yesorno (prompt, 1) != 1)291 if (mutt_yesorno (prompt, M_YES) != M_YES) 292 292 { 293 293 rfc822_free_address (&adr);
