mutt: categorise search options as g3/search
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 22 Aug 2015 07:08:27 +0000 (09:08 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
While the flags don't search by themselves, it's close enough;
avoids bare buttons, or worse: being hidden for undefined classes,
an unintentional side effect introduced by commit v1.3-0-g2034c72e12
(2010-06-18) [overhaul keyboard module include syntax].

mutt.inc.pl

index 5bc4189512ec344f3a7765f31fde5b0dabd30718..94a3f5c5a0623f395d6a730c6c6a6c2850c8dc47 100644 (file)
@@ -168,49 +168,49 @@ w => {
 
 '/~' => {
        "\e"=> 'g9 mode',
-       A => undef,
-       b => 'X arg',
-       B => 'arg',
-       c => 'arg',
-       C => 'arg',
-       d => 'arg',
-       D => undef,
-       e => 'arg',
-       E => undef,
-       f => 'arg',
-       F => undef,
-       g => undef,
-       G => undef,
-       h => 'arg',
-       H => 'arg',
-       i => 'arg',
-       k => undef,
-       L => 'arg',
-       l => undef,
-       m => 'arg',
-       n => 'arg',
-       N => undef,
-       O => undef,
-       p => undef,
-       P => undef,
-       Q => undef,
-       r => 'arg',
-       R => undef,
-       s => undef,
-       S => undef,
-       t => 'arg',
-       T => undef,
-       u => undef,
-       U => undef,
-       v => undef,
-       V => undef,
-       x => 'arg',
-       X => 'arg',
-       y => 'arg',
-       z => 'arg',
-       '=' => undef,
-       '$' => undef,
-       '(' => 'arg',
+       A => 'g3',
+       b => 'g3 arg',
+       B => 'g3 arg',
+       c => 'g3 arg',
+       C => 'g3 arg',
+       d => 'g3 arg',
+       D => 'g3',
+       e => 'g3 arg',
+       E => 'g3',
+       f => 'g3 arg',
+       F => 'g3',
+       g => 'g3',
+       G => 'g3',
+       h => 'g3 arg',
+       H => 'g3 arg',
+       i => 'g3 arg',
+       k => 'g3',
+       L => 'g3 arg',
+       l => 'g3',
+       m => 'g3 arg',
+       n => 'g3 arg',
+       N => 'g3',
+       O => 'g3',
+       p => 'g3',
+       P => 'g3',
+       Q => 'g3',
+       r => 'g3 arg',
+       R => 'g3',
+       s => 'g3',
+       S => 'g3',
+       t => 'g3 arg',
+       T => 'g3',
+       u => 'g3',
+       U => 'g3',
+       v => 'g3',
+       V => 'g3',
+       x => 'g3 arg',
+       X => 'g3 arg',
+       y => 'g3 arg',
+       z => 'g3 arg',
+       '=' => 'g3',
+       '$' => 'g3',
+       '(' => 'g3 arg',
 }, # search option
 
 }