all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giorgos Keramidas <keramida@ceid.upatras.gr>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus - automatically expiring articles
Date: Mon, 08 Mar 2010 20:05:33 +0200	[thread overview]
Message-ID: <87y6i21yfm.fsf@kobe.laptop> (raw)
In-Reply-To: 873a0arfyq.fsf@ma-patru.mathematik.uni-karlsruhe.de

On Mon, 08 Mar 2010 16:27:41 +0100, Nicolas Neuss <lastname@kit.edu> wrote:
> Hello,
>
> I think I'm using Gnus quite wrong, because I cannot get it to
> auto-expire old articles (which I have read or marked as read with using
> 'd' in the summary buffer) from mailing lists.  For hunting down the
> problem, I have two questions:
>
> 1. Can I find out somehow if the list (e.g. nnml+private:mail.maxima) is
>    correctly recognized as auto-expirable?
>
> 2. I observe that a mail which I mark with 'd' is marked by 'r' (but not
>    automatically by 'E' as expired).  When I visit the buffer later I
>    see it marked with 'O'.  Is this a sign of a bad setup?

Articles are marked as expirable automatically if the group has the
'auto-expire' property set to t.  You can set it for a group by typing
'G p' over the name of the group in the *Group* buffer and then adding
this property to the parameter list of the group:

    (auto-expire . t)

By default groups have no properties, so you will see 'nil' as their
property list:

    nil

You can replace this with a list that contains only a cons cell with
auto-expire:

    ((auto-expire . t))

You can enable multiple group properties, e.g.:

    ((auto-expire . t)
     (posting-style (from "keramida@freebsd.org (Giorgos Keramidas)")))



      reply	other threads:[~2010-03-08 18:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-08 15:27 Gnus - automatically expiring articles Nicolas Neuss
2010-03-08 18:05 ` Giorgos Keramidas [this message]

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=87y6i21yfm.fsf@kobe.laptop \
    --to=keramida@ceid.upatras.gr \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.