From bbaa1839e46e1aa0f493c55dba870522e2f3930c Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sun, 31 Dec 2000 12:39:15 +0000 Subject: Experimental patch to add an imap-fetch-mail function. --- functions.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 3b1bd8ec..0f2f1e59 100644 --- a/functions.h +++ b/functions.h @@ -84,6 +84,9 @@ struct binding_t OpMain[] = { { "group-reply", OP_GROUP_REPLY, "g" }, #ifdef USE_POP { "fetch-mail", OP_MAIN_FETCH_MAIL, "G" }, +#endif +#ifdef USE_IMAP + { "imap-fetch-mail", OP_MAIN_IMAP_FETCH, NULL }, #endif { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" }, { "next-undeleted", OP_MAIN_NEXT_UNDELETED, "j" }, @@ -160,6 +163,9 @@ struct binding_t OpPager[] = { { "forward-message", OP_FORWARD_MESSAGE, "f" }, { "flag-message", OP_FLAG_MESSAGE, "F" }, { "group-reply", OP_GROUP_REPLY, "g" }, +#ifdef USE_IMAP + { "imap-fetch-mail", OP_MAIN_IMAP_FETCH, NULL }, +#endif { "display-toggle-weed", OP_DISPLAY_HEADERS, "h" }, { "next-undeleted", OP_MAIN_NEXT_UNDELETED, "j" }, { "next-entry", OP_NEXT_ENTRY, "J" }, -- cgit v1.2.3