(rmail-resent-attr-index): Fix index value.
This commit is contained in:
parent
55504ada77
commit
2f6e377467
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue