diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-13 11:55:55 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-13 11:55:55 +0900 |
| commit | 309a00fd8c849819fd02f264c9addc4c52cf46a1 (patch) | |
| tree | 804a0c7ec9cd0d3a8c689077cc2866095ab4b116 | |
| parent | 18c636526ed86963b3a99984916ecf7315f5185c (diff) | |
modified share/colors.temp, modified share/mutt-wizard.muttrc
| -rw-r--r-- | share/colors.temp | 4 | ||||
| -rw-r--r-- | share/mutt-wizard.muttrc | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/share/colors.temp b/share/colors.temp index 0637ff8..0c69393 100644 --- a/share/colors.temp +++ b/share/colors.temp @@ -76,6 +76,8 @@ color index red default "~N~F" color index red default "~N~F~p" # new flagged messages to me color index red default "~U~F~p" # new flagged messages to me color index brightblack default "~D" # deleted messages +color index_author brightblack default "~D" # deleted messages +color index_subject brightblack default "~D" # deleted messages color index brightcyan default "~v~(!~N)" # collapsed thread with no unread color index yellow default "~v~(~N)" # collapsed thread with some unread color index green default "~N~v~(~N)" # collapsed thread with unread parent @@ -162,7 +164,7 @@ color body brightgreen default "([^0-9]|^)[0-9]{6}([^ color body brightgreen default "[A-Za-z]{2}[0-9]{7}[A-Za-z]{2}$" color body brightgreen default "[0-9]{20,22}$" color body brightgreen default "1Z[0-9A-Za-z]{16}$" -color body brightgreen default "(TBA)?[0-9]{12}$" +color body brightgreen default "(TBA|[a-zA-Z])?[0-9]{12}$" color body brightgreen default "JD[0-9]{10,39}$" color body brightgreen default "[0-9]{12}$" diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index e961a6a..3a99820 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -208,6 +208,8 @@ color index red default "~N~F" color index red default "~N~F~p" # new flagged messages to me color index red default "~U~F~p" # new flagged messages to me color index brightblack default "~D" # deleted messages +color index_author brightblack default "~D" # deleted messages +color index_subject brightblack default "~D" # deleted messages color index brightcyan default "~v~(!~N)" # collapsed thread with no unread color index yellow default "~v~(~N)" # collapsed thread with some unread color index green default "~N~v~(~N)" # collapsed thread with unread parent @@ -294,7 +296,7 @@ color body brightgreen default "([^0-9]|^)[0-9]{6}([^ color body brightgreen default "[A-Za-z]{2}[0-9]{7}[A-Za-z]{2}$" color body brightgreen default "[0-9]{20,22}$" color body brightgreen default "1Z[0-9A-Za-z]{16}$" -color body brightgreen default "(TBA)?[0-9]{12}$" +color body brightgreen default "(TBA|[a-zA-Z])?[0-9]{12}$" color body brightgreen default "JD[0-9]{10,39}$" color body brightgreen default "[0-9]{12}$" |
