Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: Sgnus 0.13 losing expirable articles
Date: 16 Nov 1995 13:35:19 -0800	[thread overview]
Message-ID: <m220r8xmxz.fsf@diana.miranova.com> (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


                 reply	other threads:[~1995-11-16 21:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m220r8xmxz.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).