From 2f6e377467f1bfa188f59c14f621ec9656579f29 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 30 Jan 2009 18:29:48 +0000 Subject: [PATCH] (rmail-resent-attr-index): Fix index value. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (defconst rmail-unseen-attr-index 6 "The index for the `unseen' attribute.") -(defconst rmail-resent-attr-index 6 +(defconst rmail-resent-attr-index 7 "The index for the `resent' attribute.") (defconst rmail-attr-array -- 2.39.2