summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2003-10-04 20:34:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>2003-10-04 20:34:59 +0000
commit50a851fdc29309b8693a8f9a1ae001cec63bb6c5 (patch)
treeaca4e1599e6ab0e16366f38c65a638757f2fb353 /lib.h
parent32b2abfee8a26458753dc622979f581d7806ff55 (diff)
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).
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 6e006836..2bda25d2 100644
--- a/lib.h
+++ b/lib.h
@@ -118,6 +118,7 @@ char *mutt_substrdup (const char *, const char *);
char *safe_strdup (const char *);
const char *mutt_stristr (const char *, const char *);
+const char *mutt_basename (const char *);
int mutt_copy_stream (FILE *, FILE *);
int mutt_copy_bytes (FILE *, FILE *, size_t);