Gnus development mailing list
 help / color / mirror / Atom feed
From: James Leifer <James.Leifer@inria.fr>
Subject: "B e" expiry bug in nnmh?
Date: Thu, 08 Aug 2002 21:17:17 +0200	[thread overview]
Message-ID: <r77fzxp9n42.fsf@brouilly.inria.fr> (raw)

I just sent this bug report off. I'm copying it to ding in case anyone has
ideas.  Cheers, J

====

I believe I have found a bug with "B e" expiry from nnmh groups.

My relevant ~/.gnus settings are as follows:

  ; no auto expiry on exit of a group
  (remove-hook 'gnus-summary-prepare-exit-hook 'gnus-summary-expire-articles)

  ; read articles are not marked as expirable
  (remove-hook 'gnus-mark-article-hook
               'gnus-summary-mark-read-and-unread-as-read)
  (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)

Furthermore, my nnmh:inbox has the parameters:

  (expiry-wait . immediate) (expiry-target . "nnmh:spam")

Now, when I mark a couple of articles with E and then do B e, the articles all
become marked G but do not move to nnmh:spam.

James Leifer
INRIA Rocquencourt


Oort Gnus v0.07
GNU Emacs 20.7.1 (i386-mandrake-linux-gnu, X toolkit)
 of Tue Apr  3 2001 on bi.mandrakesoft.com
200 news-rocq InterNetNews NNRP server INN 2.2 21-Jan-1999 ready (posting ok).


------------------ Environment follows ------------------

(setq gnus-inhibit-startup-message t)
(setq gnus-default-nntp-server "")
(setq gnus-select-method
      '(nnnil ""))
(setq gnus-secondary-select-methods
      '((nnmaildir "nnmaildir-server"
                   (directory "~/Maildir-groups/")
                   (create-directory "../Maildirs/")
                   (directory-files nnheader-directory-files-safe))))
(setq gnus-keep-backlog 400)
(setq gnus-summary-prepare-exit-hook nil)
(setq gnus-thread-indent-level 1)
(setq gnus-auto-select-first nil)
(setq gnus-auto-select-next nil)
(setq gnus-summary-mode-hook
      '(gnus-agent-mode))
(setq gnus-mark-article-hook
      '(gnus-summary-mark-unread-as-read))
(setq gnus-exit-gnus-hook
      '(mm-destroy-postponed-undisplay-list))
(setq gnus-check-new-newsgroups nil)
(setq gnus-setup-news-hook
      '(gnus-agent-queue-setup))
(setq gnus-save-quick-newsrc-hook
      '(fp-gnus-save-quick-newsrc-routine))
(setq gnus-group-mode-hook
      '(gnus-agent-mode))
;; (makeunbound 'gnus-topic-mode)
;; (makeunbound 'gnus-topic-mode-hook)
;; (makeunbound 'gnus-topic-line-format)
;; (makeunbound 'gnus-topic-indent-level)
;; (makeunbound 'gnus-topic-display-empty-topics)
(setq gnus-server-mode-hook
      '(gnus-agent-mode))
(setq mm-text-html-renderer 'lynx)
(setq message-cite-prefix-regexp "\\([ 	]*\\(\\w\\|[-_.]\\)+>+\\|[ 	]*[]>\x8bb|:}+]\\)+")
(setq message-post-method
      '(nntp "news-rocq"))
(setq message-mode-hook
      '(#[nil "Á\010!\207"
              [gnus-setup-message-group gnus-configure-posting-styles]
              2]))
(setq message-header-setup-hook
      '(gnus-inews-insert-archive-gcc gnus-inews-insert-gcc))
(setq message-default-headers "Reply-To: James Leifer <James.Leifer@inria.fr>\nFrom: James Leifer <James.Leifer@inria.fr>\nGcc: nnmh:inbox\n")






             reply	other threads:[~2002-08-08 19:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-08 19:17 James Leifer [this message]
2002-08-08 21:13 ` Paul Jarc
2002-08-09  8:07   ` James Leifer
2002-08-09  8:12 ` James Leifer

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=r77fzxp9n42.fsf@brouilly.inria.fr \
    --to=james.leifer@inria.fr \
    /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).