[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnimap 0.130 released
Simon Josefsson <jas@pdc.kth.se> writes:
> Bugfixes.
This patch makes it say "Group XYZ is not uidvalid" instead of "Group %s is
not uidvalid".
One question--nnimap always says one of my groups is not uidvalid. What do
I do to fix it?
Thanks!
--- nnimap.el.orig Mon Sep 13 14:12:36 1999
+++ nnimap.el Mon Sep 13 14:14:20 1999
@@ -343,7 +343,8 @@
(if (or (nnimap-verify-uidvalidity
group (or server nnimap-current-server))
(yes-or-no-p
- "nnimap: Group %s is not uidvalid. Continue? "))
+ (format "nnimap: Group %s is not uidvalid. Continue? "
+ imap-current-mailbox)))
imap-current-mailbox
(imap-mailbox-unselect)
(error "nnimap: Group %s is not uid-valid." group))