summaryrefslogtreecommitdiffstats
path: root/attach.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-09-11 11:20:34 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-09-11 11:20:34 +0000
commitd3e9c08abe0231ecad6740ed2722c2c8896eef42 (patch)
treecf2425738ecfc9ba9d1bb8b2abe97273bdcb8293 /attach.h
parent0dd6d28791e3018f6cc4700e26445f4382114e37 (diff)
The addressbook used to crash when someone issued the alias and
unalias commands while on that menu. This patch has a basic fix for this behaviour, and adds delete and undelete functions to this menu. While I'm on it, I've also made sure that "apply-tag" untags everything on all menus. The original crash was noted by Oliver Kauss <kauss@gmx.de>.
Diffstat (limited to 'attach.h')
-rw-r--r--attach.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/attach.h b/attach.h
index 3e1cffdf..5b84ac0c 100644
--- a/attach.h
+++ b/attach.h
@@ -18,7 +18,7 @@
/* common protos for compose / attach menus */
-int mutt_tag_attach (MUTTMENU *menu, int n);
+int mutt_tag_attach (MUTTMENU *menu, int n, int m);
int mutt_attach_display_loop (MUTTMENU *menu, int op, FILE *fp, HEADER *hdr,
BODY *cur, ATTACHPTR ***idxp, short *idxlen, short *idxmax,
int recv);