[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnimap-expunge-on-close?
- To: nnimap@extundo.com
- Subject: nnimap-expunge-on-close?
- From: Amos <amos@utdallas.edu>
- Date: 24 Apr 1999 10:47:57 -0500
- In-Reply-To: Simon Josefsson's message of "23 Apr 1999 13:07:38 +0200"
- Sender: amos@utdallas.edu
- User-Agent: Gnus/5.070083 (Pterodactyl Gnus v0.83) XEmacs/20.4 (Emerald)
Next question. Here's an excerpt from my
gnus-secondary-select-methods:
(setq gnus-secondary-select-methods
(list
'(nnimap "inbox"
(nnimap-address "inbox-a.utdallas.edu")
(nnimap-expunge-on-close 'ask)
(nnimap-list-pattern ("INBOX" "INBOX.*" "bb.*")))))
When I'm in the summary buffer, I can confirm that
nnimap-expunge-on-close is indeed set to 'ask. However, after
marking for deletion some messages (with `B delete'), I'm not
prompted to expunge these messages when I leave the summary buffer
with `q'. Is there something else I need to do?
Thanks.
Amos