Gnus development mailing list
 help / color / mirror / Atom feed
* Is *anyone* else loosing expiry marks in nnimap buffers?
@ 2003-07-01 17:14 Wes Hardaker
  2003-07-02  7:40 ` Niklas Morberg
  2003-07-02 15:18 ` David S Goldberg
  0 siblings, 2 replies; 11+ messages in thread
From: Wes Hardaker @ 2003-07-01 17:14 UTC (permalink / raw)



It seems that 'every so often' I loose my expiry marks in my nnimap
groups.  I don't know why this would happen and I can't seem to
reproduce it easily either.

I expire by hand in about half my groups, and they're auto-expired
using the demon:

  (defun gnus-demon-get-new-news ()
    (save-excursion
      (gnus-group-get-new-news)
      (gnus-group-list-groups 5)))

  (defun gnus-demon-expire-all-groups ()
    (save-excursion
      (gnus-group-get-new-news)      ; find new stuff first so it keeps % marks
      (gnus-group-list-groups)
      (gnus-group-expire-all-groups)
      (gnus-group-get-new-news)
      (gnus-group-list-groups)
      ))

  (gnus-demon-add-handler 'gnus-demon-expire-all-groups 120 120)

But occasionally, I'll re-enter a group to see messages marked with
'O' that I'm *positive* I expired at some point.

Am I the only one seeing this?  sigh...
-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-07-03 14:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-01 17:14 Is *anyone* else loosing expiry marks in nnimap buffers? Wes Hardaker
2003-07-02  7:40 ` Niklas Morberg
2003-07-02 20:08   ` Nevin Kapur
2003-07-02 15:18 ` David S Goldberg
2003-07-02 19:54   ` Wes Hardaker
2003-07-02 20:24     ` David S Goldberg
2003-07-03  7:32       ` Niklas Morberg
2003-07-03 13:54         ` David S Goldberg
2003-07-03 14:00         ` Wes Hardaker
2003-07-03 14:43         ` Simon Josefsson
2003-07-03 13:59   ` Wes Hardaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).