summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-09 20:50:36 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-09 20:50:36 +0000
commit5ba906d2a77b9b45e46ed23a6959f7a97a6ad68e (patch)
treedeaead3c88005ef70d4d954cca3552083294e145 /functions.h
parente4f9683bb99a38bd46b9e7f2d18d2a35dfcd94bf (diff)
Brandon's IMAP clean-up; new czech translation.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 125dedcf..4b5ec6c3 100644
--- a/functions.h
+++ b/functions.h
@@ -323,6 +323,11 @@ struct binding_t OpBrowser[] = {
{ "check-new", OP_CHECK_NEW, NULL },
{ "toggle-mailboxes", OP_TOGGLE_MAILBOXES, "\t" },
{ "view-file", OP_BROWSER_VIEW_FILE, " " },
+#ifdef USE_IMAP
+ { "subscribe", OP_BROWSER_SUBSCRIBE, "s" },
+ { "unsubscribe", OP_BROWSER_UNSUBSCRIBE, "u" },
+ { "toggle-subscribed", OP_BROWSER_TOGGLE_LSUB, "T" },
+#endif
{ NULL, 0, NULL }
};