summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2005-02-17 03:33:00 +0000
committerBrendan Cully <brendan@kublai.com>2005-02-17 03:33:00 +0000
commitf405b35ba01c6aa6d71975600db9a478a373ffad (patch)
treefb5ff1ef05922894502ffc29d8567fa03776329c /functions.h
parentc3a2edc870ba709fea462045e20627abeca5441e (diff)
New function: rename-mailbox (bound to 'r' by default).
The lack of a rename-mailbox command for IMAP finally got too annoying. It's a bit of a cut-and-paste job, but I've put my dreams of cleaning up the IMAP codebase on hold. Gotta grow up some time.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index d1a7ca10..47181cc7 100644
--- a/functions.h
+++ b/functions.h
@@ -350,6 +350,7 @@ struct binding_t OpBrowser[] = {
#ifdef USE_IMAP
{ "create-mailbox", OP_CREATE_MAILBOX, "C" },
{ "delete-mailbox", OP_DELETE_MAILBOX, "d" },
+ { "rename-mailbox", OP_RENAME_MAILBOX, "r" },
{ "subscribe", OP_BROWSER_SUBSCRIBE, "s" },
{ "unsubscribe", OP_BROWSER_UNSUBSCRIBE, "u" },
{ "toggle-subscribed", OP_BROWSER_TOGGLE_LSUB, "T" },