]> granicus.if.org Git - mutt/commitdiff
Fix a couple of compile-time warnings.
authorWill Fiveash <william.fiveash@sun.com>
Thu, 6 Jun 2002 12:22:05 +0000 (12:22 +0000)
committerWill Fiveash <william.fiveash@sun.com>
Thu, 6 Jun 2002 12:22:05 +0000 (12:22 +0000)
init.h

diff --git a/init.h b/init.h
index dd070f94f304fceb44dcebb6645fb73aa8ed4297..e219f70e1f3513ec6dd2ef7f98edfeca91e70db7 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2086,7 +2086,7 @@ struct option_t MuttVars[] = {
   ** ``$$score_threshold_delete'' variable and friends are used.
   **
   */
-  { "score_threshold_delete", DT_NUM, R_NONE, UL &ScoreThresholdDelete, -1 },
+  { "score_threshold_delete", DT_NUM, R_NONE, UL &ScoreThresholdDelete, UL -1 },
   /*
   ** .pp
   ** Messages which have been assigned a score equal to or lower than the value
@@ -2100,7 +2100,7 @@ struct option_t MuttVars[] = {
   ** 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 },
+  { "score_threshold_read", DT_NUM, R_NONE, UL &ScoreThresholdRead, UL -1 },
   /*
   ** .pp
   ** Messages which have been assigned a score equal to or lower than the value