aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2009-01-30 18:29:48 +0000
committerEli Zaretskii2009-01-30 18:29:48 +0000
commit2f6e377467f1bfa188f59c14f621ec9656579f29 (patch)
tree25d1490b96c240cbebb901b12f0a9e5dc403e4a7 /lisp
parent55504ada771d9c2acd36e68c16d1c2104345b33e (diff)
downloademacs-2f6e377467f1bfa188f59c14f621ec9656579f29.tar.gz
emacs-2f6e377467f1bfa188f59c14f621ec9656579f29.zip
(rmail-resent-attr-index): Fix index value.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index b60145c6d3a..c960e8e413e 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -70,7 +70,7 @@
70(defconst rmail-unseen-attr-index 6 70(defconst rmail-unseen-attr-index 6
71 "The index for the `unseen' attribute.") 71 "The index for the `unseen' attribute.")
72 72
73(defconst rmail-resent-attr-index 6 73(defconst rmail-resent-attr-index 7
74 "The index for the `resent' attribute.") 74 "The index for the `resent' attribute.")
75 75
76(defconst rmail-attr-array 76(defconst rmail-attr-array