diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:51:09 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:51:09 -0500 |
commit | ed293706d2e40a44328993f1b598c20e03ed8e02 (patch) | |
tree | 92cacfa52ee6b46e1a17dd8e1b29735c03d449ca /dot_mutt/score.rc | |
parent | Drop smime configuration from mutt (diff) |
mutt
Diffstat (limited to 'dot_mutt/score.rc')
-rw-r--r-- | dot_mutt/score.rc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dot_mutt/score.rc b/dot_mutt/score.rc new file mode 100644 index 0000000..6cdceb4 --- /dev/null +++ b/dot_mutt/score.rc @@ -0,0 +1,24 @@ +uncolor index * +unscore * +source ~/.mutt/color.rc +# Set directly to me +score "~p" 8 +# from me +score "~P" 8 +# I replied to +score "~Q" 10 +# GPG signed +score "~g" 4 +# GPG encrypted +score "~G" 4 +# Flagged +score "~F" 5 +# Known ML +score "~l" 2 +# Add a point to messages less than 80,000 bytes +score "~z 0-80000" 1 +# From EG +score "~f MUTT_20_SCORE" 20 +score "~f MUTT_10_SCORE" 10 +# Unread +score "~U" 2 |