summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-10-16 08:26:05 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-10-16 08:26:05 +0000
commitafee807bc84e4d2ebb2ea2014be8bb3167ce0bf7 (patch)
tree7464e455754b07dc2769011b867b2efbe5debbd7 /init.h
parente9907698bd680d2cbabc2f0845197debd28f4f46 (diff)
Scoring improvements.
Diffstat (limited to 'init.h')
-rw-r--r--init.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/init.h b/init.h
index 7cca5924..4f47e225 100644
--- a/init.h
+++ b/init.h
@@ -1550,6 +1550,36 @@ struct option_t MuttVars[] = {
** .pp
** Also see the ``$$force_name'' variable.
*/
+ { "score", DT_BOOL, R_NONE, OPTSCORE, 1 },
+ /*
+ ** .pp
+ ** When this variable is \fIunset\fP, scoring is turned off. This can
+ ** be useful to selectively disable scoring for certain folders when the
+ ** $score_threshold_delete variable and friends are used.
+ **
+ */
+ { "score_threshold_delete", DT_NUM, R_NONE, UL &ScoreThresholdDelete, -1 },
+ /*
+ ** .pp
+ ** Messages which have been assigned a score equal to or lower than the value
+ ** of this variable are automatically marked for deletion by mutt. Since
+ ** mutt scores are always greater than or equal to zero, the default setting
+ ** of this variable will never mark a message for deletion.
+ */
+ { "score_threshold_flag", DT_NUM, R_NONE, UL &ScoreThresholdFlag, 9999 },
+ /*
+ ** .pp
+ ** Messages wich have been assigned a score greater than or equal to this
+ ** variable's value are automatically marked "flagged".
+ */
+ { "score_threshold_read", DT_NUM, R_NONE, UL &ScoreThresholdRead, -1 },
+ /*
+ ** .pp
+ ** Messages which have been assigned a score equal to or lower than the value
+ ** of this variable are automatically marked as read by mutt. Since
+ ** mutt scores are always greater than or equal to zero, the default setting
+ ** of this variable will never mark a message for deletion.
+ */
{ "send_charset", DT_STR, R_NONE, UL &SendCharset, UL "" },
/*
** .pp