nnimap may have the same problem (was: gnus-summary-delete-article --> .overview not found)
4 views
Skip to first unread message
ShengHuo ZHU
unread,
Oct 17, 2001, 11:30:49 AM10/17/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The Gnus Bugfixing Girls + Boys
The problem is that nnmail-expiry-target might have the same backend as that of the current group. nnmail-expire-target-group will call nnchuck-possibly-change-group to switch to the target. The backend should switch back to do the further work. I've fixed it for other backends. Simon, could you fix it in nnimap?
ShengHuo
Simon Josefsson
unread,
Oct 17, 2001, 1:52:50 PM10/17/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Nnimap optimizes the case IMAP -> IMAP so it doesn't change the group for copying, but a expiry-target which is a user-definable function might do something like that (even though I didn't fully reproduce it) -- I made the change, thanks.