Gnus development mailing list
 help / color / mirror / Atom feed
From: Greg Troxel <gdt@work.lexort.com>
To: Wes Hardaker <wes@hardakers.net>
Cc: ding@gnus.org
Subject: Re: expiry with normal deletion marks
Date: Wed, 21 Oct 2009 19:34:14 -0400	[thread overview]
Message-ID: <smu3a5cjp8p.fsf@linuxpal.mit.edu> (raw)
In-Reply-To: <sdhbts5nsw.fsf@wjh.hardakers.net> (Wes Hardaker's message of "Wed, 21 Oct 2009 16:29:03 -0700")

[-- Attachment #1: Type: text/plain, Size: 1564 bytes --]


Wes Hardaker <wes@hardakers.net> writes:

> So...  I'm slowly moving more and more toward the need for better
> integration with other email readers.  In particular mobile devices.
>
> I consider "gnus" to be the master and everything else as "temporary"
> because emacs is too far away.  I use expiry very very heavily, both
> total and manual depending on the group.
>
> What I want (need) is the ability to be able to mark articles as deleted
> in other places and gnus do the same and then have gnus do its expiary
> process on the deleted articles rather than use a separate expiary
> mark.  Is there a way to change what gnus uses for the expiary mark?
> Did I miss it somehow?
>
> I realize there is a danger of something else expunging a box, but I
> want to handle that configuration elsewhere.  Right now, I have to:
>
> 1) delete elsewhere and then mark as expired later in gnus
> 2) get flooded with expired mail in other interfaces that really
>    shouldn't be shown because they're functionally already marked as
>    deleted by gnus.

I use IMAP.  Then, I have 'd' bound to

(defun gdt-gnus-move-to-trash ()
  (interactive)
  (gnus-summary-move-article nil gdt-trash-newsgroup))

and actually delete messages.  the trash group has total-expire.

I use auto-expire on mailing list groups, but I don't read those with
other clients.  This is based around making it usable to use the iphone
imap client with the same server as gnus.

If I wanted to deal with other groups, I'd think about making gnus
expire based on read marks instead of expirable.

[-- Attachment #2: Type: application/pgp-signature, Size: 194 bytes --]

      reply	other threads:[~2009-10-21 23:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-21 23:29 Wes Hardaker
2009-10-21 23:34 ` Greg Troxel [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=smu3a5cjp8p.fsf@linuxpal.mit.edu \
    --to=gdt@work.lexort.com \
    --cc=ding@gnus.org \
    --cc=wes@hardakers.net \
    /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).