From 2eb0c52877d30d28c0ae9c29d86aa6b3a2673782 Mon Sep 17 00:00:00 2001 From: "Steffen (Daode) Nurpmeso" Date: Wed, 28 Sep 2016 13:43:50 +0200 Subject: [PATCH] cmd_tab.h: allow history for `unset', `varedit' (i.e.: tweak [204531f]) --- cmd_tab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd_tab.h b/cmd_tab.h index 116d0a21..3c14fe9f 100644 --- a/cmd_tab.h +++ b/cmd_tab.h @@ -87,7 +87,7 @@ DS(N_("Delete the current message, then type the next")) }, { "undelete", &c_undelete, (A | P | MSGLIST), MDELETED,MMNDEL DS(N_("Un`delete' ")) }, - { "unset", &c_unset, (H | M | WYRALIST), 1, 1000 + { "unset", &c_unset, (M | WYRALIST), 1, 1000 DS(N_("Unset ")) }, { "mail", &c_sendmail, (I | M | R | S | STRLIST), 0, 0 DS(N_("Compose mail; recipients may be given as arguments")) }, @@ -361,7 +361,7 @@ DS(N_("Print current working directory (CWD)")) }, { "varshow", &c_varshow, (M | WYRALIST), 1, 1000 DS(N_("Show some informations about the given ")) }, - { "varedit", &c_varedit, (H | I | M | WYRALIST), 1, 1000 + { "varedit", &c_varedit, (I | M | WYRALIST), 1, 1000 DS(N_("Edit the value(s) of (an) variable(s), or create them")) }, { "urlencode", &c_urlencode, (H | M | WYRALIST), 1, 1000 DS(N_("Encode for usage in an URL")) }, -- 2.11.4.GIT