Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3fe222a
Commit
f3fe222a
authored
Nov 22, 2011
by
Glenn Morris
Browse files
* lisp/mail/rmail.el (rmail-current-message): Doc fix.
parent
50419064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/mail/rmail.el
lisp/mail/rmail.el
+3
-1
No files found.
lisp/ChangeLog
View file @
f3fe222a
2011-11-23 Glenn Morris <rgm@gnu.org>
* mail/rmail.el (rmail-current-message): Doc fix.
* mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/mail/rmail.el
View file @
f3fe222a
...
...
@@ -557,7 +557,9 @@ In a summary buffer, this holds the RMAIL buffer it is a summary for.")
;; Message counters and markers. Deleted flags.
(defvar rmail-current-message nil
"Integer specifying the message currently being displayed in this folder.")
"Integer specifying the message currently being displayed in this folder.
Counts messages from 1 to `rmail-total-messages'. A value of 0
means there are no messages in the folder.")
(put 'rmail-current-message 'permanent-local t)
(defvar rmail-total-messages nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment