diff options
author | pks <pks@pks.rocks> | 2022-12-31 10:51:27 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2022-12-31 10:51:27 +0100 |
commit | c77997d8c2291fc0f33613f8a88f6975c2d2d021 (patch) | |
tree | 0bb242578910bb9a4aa52404561a31fec5a2f191 /mutt | |
parent | 49be340826aa1c58a70d1c4ef64e5e0c8a6517b8 (diff) |
mutt: ui fix
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/.mutt/ui.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/.mutt/ui.rc b/mutt/.mutt/ui.rc index 9b79638..a16d5a4 100644 --- a/mutt/.mutt/ui.rc +++ b/mutt/.mutt/ui.rc @@ -12,7 +12,7 @@ color error brightcolor15 color196 color indicator color201 color231 color status color243 color231 color hdrdefault color245 color231 -color header color0 color231 "*" +color header color18 color231 ".*" color signature color243 color231 color body color21 color231 "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" color body color21 color231 "((https?|ftp)://|www)+[\-\.\;@,/%~_:?&=\#a-zA-Z0-9+]+" |