Gnus development mailing list
 help / color / mirror / Atom feed
* Sgnus 0.13 losing expirable articles
@ 1995-11-16 21:35 Steven L. Baur
  0 siblings, 0 replies; only message in thread
From: Steven L. Baur @ 1995-11-16 21:35 UTC (permalink / raw)


It was a simple typo in gnus.el.  Patch follows.

--- gnus.el~    Wed Nov 15 16:09:13 1995
+++ gnus.el     Thu Nov 16 13:26:55 1995
@@ -7530,7 +7530,7 @@
           (let ((name (intern (format "gnus-newsgroup-%s" (car thing)))))
             (set name (copy-sequence (cdr (assq (cdr thing) marked))))))
         '((marked . tick) (replied . reply) 
-          (exirable . expire) (killed . killed)
+          (expirable . expire) (killed . killed)
           (bookmarks . bookmark) (dormant . dormant)
           (scored . score)))))


I'm still trying to track down why the ticked articles disappeared ...

-- 
steve@miranova.com baur


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-11-16 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-16 21:35 Sgnus 0.13 losing expirable articles Steven L. Baur

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).