Changeset 3495:14ec8eba0341 for attach.h

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
  • attach.h

    r3179 r3495  
    2525 
    2626 
    27 void mutt_save_attachment_list (FILE *fp, int tag, BODY *top, HEADER *hdr); 
     27void mutt_save_attachment_list (FILE *fp, int tag, BODY *top, HEADER *hdr, MUTTMENU *menu); 
    2828void mutt_pipe_attachment_list (FILE *fp, int tag, BODY *top, int filter); 
    2929void mutt_print_attachment_list (FILE *fp, int tag, BODY *top);