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
efc708ec
Commit
efc708ec
authored
Feb 01, 2012
by
Lars Ingebrigtsen
Committed by
Katsumi Yamaoka
Feb 01, 2012
Browse files
gnus.el: Fix nnmaildir marks handling
parent
02e8d7e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+3
-0
lisp/gnus/gnus.el
lisp/gnus/gnus.el
+1
-1
No files found.
lisp/gnus/ChangeLog
View file @
efc708ec
2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
* gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
the "server".
* gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
the real error message with the useless "previously known to be down".
Which isn't even correct.
...
...
lisp/gnus/gnus.el
View file @
efc708ec
...
...
@@ -1626,7 +1626,7 @@ slower."
("nnagent" post-mail)
("nnimap" post-mail address prompt-address physical-address respool
server-marks)
("nnmaildir" mail respool address)
("nnmaildir" mail respool address
server-marks
)
("nnnil" none))
"*An alist of valid select methods.
The first element of each list lists should be a string with the name
...
...
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