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
d444063e
Commit
d444063e
authored
Sep 05, 2008
by
Paul Reilly
Browse files
* pmail.el (pmail-get-new-mail): When there are no new messages,
invoke a redisplay of the current message.
parent
746abd4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/mail/pmail.el
lisp/mail/pmail.el
+1
-0
No files found.
lisp/mail/pmail.el
View file @
d444063e
...
...
@@ -1560,6 +1560,7 @@ updated file. It returns t if it got any new messages."
(
if
(
zerop
new-messages
)
(
when
(
or
file-name
pmail-inbox-list
)
(
pmail-show-message
)
(
message
"(No new mail has arrived)"
))
;; Process the new messages for spam using the integrated
...
...
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