summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorGregory Shapiro <dev.mutt.org@g.gshapiro.net>2010-02-20 21:56:58 -0800
committerGregory Shapiro <dev.mutt.org@g.gshapiro.net>2010-02-20 21:56:58 -0800
commitc03dc2ca4109d2f15a8771a6480d9c278357ec88 (patch)
tree4344db9acb85a1df67098d1640f78be3fbc82624 /functions.h
parent909a5afe338b86768180b2f8c2337b0886dafe68 (diff)
Add imap-logout-all to log out of all IMAP connections. Closes #2880.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 854bb92c..f90e6046 100644
--- a/functions.h
+++ b/functions.h
@@ -108,6 +108,7 @@ struct binding_t OpMain[] = { /* map: index */
#endif
#ifdef USE_IMAP
{ "imap-fetch-mail", OP_MAIN_IMAP_FETCH, NULL },
+ { "imap-logout-all", OP_MAIN_IMAP_LOGOUT_ALL, NULL },
#endif
{ "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "next-undeleted", OP_MAIN_NEXT_UNDELETED, "j" },
@@ -192,6 +193,7 @@ struct binding_t OpPager[] = { /* map: pager */
{ "group-reply", OP_GROUP_REPLY, "g" },
#ifdef USE_IMAP
{ "imap-fetch-mail", OP_MAIN_IMAP_FETCH, NULL },
+ { "imap-logout-all", OP_MAIN_IMAP_LOGOUT_ALL, NULL },
#endif
{ "display-toggle-weed", OP_DISPLAY_HEADERS, "h" },
{ "next-undeleted", OP_MAIN_NEXT_UNDELETED, "j" },