all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus - automatically expiring articles
@ 2010-03-08 15:27 Nicolas Neuss
  2010-03-08 18:05 ` Giorgos Keramidas
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Neuss @ 2010-03-08 15:27 UTC (permalink / raw
  To: help-gnu-emacs

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?

Thank you,
Nicolas


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

* Re: Gnus - automatically expiring articles
  2010-03-08 15:27 Gnus - automatically expiring articles Nicolas Neuss
@ 2010-03-08 18:05 ` Giorgos Keramidas
  0 siblings, 0 replies; 2+ messages in thread
From: Giorgos Keramidas @ 2010-03-08 18:05 UTC (permalink / raw
  To: help-gnu-emacs

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



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

end of thread, other threads:[~2010-03-08 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08 15:27 Gnus - automatically expiring articles Nicolas Neuss
2010-03-08 18:05 ` Giorgos Keramidas

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.