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
7390c1cd
Commit
7390c1cd
authored
Sep 22, 2010
by
Ted Zlatanov
Committed by
Katsumi Yamaoka
Sep 22, 2010
Browse files
nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
parent
c7e2ef4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/nnimap.el
lisp/gnus/nnimap.el
+4
-1
No files found.
lisp/gnus/ChangeLog
View file @
7390c1cd
2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
* nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2010-09-22 Julien Danjou <julien@danjou.info>
* gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
...
...
lisp/gnus/nnimap.el
View file @
7390c1cd
...
...
@@ -580,7 +580,10 @@ textual parts.")
t
)
(
nnimap-expunge
(
nnimap-command
"EXPUNGE"
)
t
))))
t
)
(
t
(
gnus-message
7
(
concat
"nnimap: nnimap-expunge is not set and the "
"server doesn't support UIDPLUS, so we won't "
"delete this article now"
))))))
(
deffoo
nnimap-request-scan
(
&optional
group
server
)
(
when
(
and
(
nnimap-possibly-change-group
nil
server
)
...
...
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