Show
Ignore:
Timestamp:
2003-10-04 13:34:59 (5 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

This patch fixes various aspects of the attachment-saving
user interface. Changes include:

* When tagging and saving multiple attachments, you can now use the

same target directory for multiple attachments.

* When you can't save an attachment, you get an opportunity to enter

a new file name.

* The menu cursor will highlight the attachment that you are

currently discussing with mutt.

* Various bug fixes.

This does, in particular, address #1619 (Debian#208430).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r3447 r3495  
    762762 
    763763  /* check to make sure that this file is really the one the user wants */ 
    764   if (!mutt_save_confirm (buf, &st)) 
     764  if (mutt_save_confirm (buf, &st) != 0) 
    765765    return -1; 
    766766