From f405b35ba01c6aa6d71975600db9a478a373ffad Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Thu, 17 Feb 2005 03:33:00 +0000 Subject: 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. --- functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.h') 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" }, -- cgit v1.2.3