diff options
| author | Eli Zaretskii | 2009-01-30 18:29:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-01-30 18:29:48 +0000 |
| commit | 2f6e377467f1bfa188f59c14f621ec9656579f29 (patch) | |
| tree | 25d1490b96c240cbebb901b12f0a9e5dc403e4a7 /lisp | |
| parent | 55504ada771d9c2acd36e68c16d1c2104345b33e (diff) | |
| download | emacs-2f6e377467f1bfa188f59c14f621ec9656579f29.tar.gz emacs-2f6e377467f1bfa188f59c14f621ec9656579f29.zip | |
(rmail-resent-attr-index): Fix index value.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
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 |