summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-09 11:52:22 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-09 11:52:22 +0000
commit89b86d260e096d4ed0b3e986b446d35708122fed (patch)
treea3945cfb18fa45e37b18c1a05600028e0fb2c7fe /init.h
parentbeffff0bc46c6616fc172dc79c5cbd14cbf52313 (diff)
Rewrite copy_delete_attach().
Diffstat (limited to 'init.h')
-rw-r--r--init.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.h b/init.h
index 448f7d73..8bf642f2 100644
--- a/init.h
+++ b/init.h
@@ -94,7 +94,6 @@ struct option_t MuttVars[] = {
{ "confirmcreate", DT_BOOL, R_NONE, OPTCONFIRMCREATE, 1 },
{ "copy", DT_QUAD, R_NONE, OPT_COPY, M_YES },
{ "date_format", DT_STR, R_BOTH, UL &DateFmt, UL "!%a, %b %d, %Y at %I:%M:%S%p %Z" },
- { "delete_format", DT_STR, R_NONE, UL &DeleteFmt, UL "[-- Attachment from %u deleted %<%b %d %T %Y> --]" },
{ "default_hook", DT_STR, R_NONE, UL &DefaultHook, UL "~f %s !~P | (~P ~C %s)" },
{ "delete", DT_QUAD, R_NONE, OPT_DELETE, M_ASKYES },
{ "dsn_notify", DT_STR, R_NONE, UL &DsnNotify, UL "" },