summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-21 15:42:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-21 15:42:19 +0000
commitcbcf88a4a7872274f8c2d979097978313ce02b73 (patch)
tree5b6f33da796c18573728d9c2d1e6e7ab72030ba8 /functions.h
parent2526f63a480644c2b70494cbbbc3c9ce19f682f7 (diff)
patch-bac.createplus-1
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 60d2fc3e..04993ae5 100644
--- a/functions.h
+++ b/functions.h
@@ -329,7 +329,7 @@ struct binding_t OpBrowser[] = {
{ "toggle-mailboxes", OP_TOGGLE_MAILBOXES, "\t" },
{ "view-file", OP_BROWSER_VIEW_FILE, " " },
#ifdef USE_IMAP
- { "new-mailbox", OP_NEW_MAILBOX, "n" },
+ { "create-mailbox", OP_CREATE_MAILBOX, "C" },
{ "delete-mailbox", OP_DELETE_MAILBOX, "d" },
{ "subscribe", OP_BROWSER_SUBSCRIBE, "s" },
{ "unsubscribe", OP_BROWSER_UNSUBSCRIBE, "u" },