Gnus development mailing list
 help / color / mirror / Atom feed
From: Greg Troxel <gdt@work.lexort.com>
To: Uwe Brauer <oub@mat.ucm.es>
Cc: ding@gnus.org
Subject: Re: gmail "imap" how to delete
Date: Wed, 12 Dec 2012 09:10:08 -0500	[thread overview]
Message-ID: <smupq2fwedb.fsf@linuxpal.mit.edu> (raw)
In-Reply-To: <87ehivcqor.fsf@gilgamesch.quim.ucm.es> (Uwe Brauer's message of "Wed, 12 Dec 2012 15:04:20 +0100")

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


Uwe Brauer <oub@mat.ucm.es> writes:

>>> "Alberto" == Alberto Luaces <aluaces@udc.es> writes:
>
>    > Uwe Brauer writes:
>    >> Hello
>
>    > Expire messages to [Gmail]/Trash?
> But how is this supposed to work?
>
> I use E to mark a message for expire and then B e
> but where do I specify the target folder?
>
> I thought of modifying  `gnus-summary-move-article' so that
> it moves an article to that [Gmail]/Trash

I bind 'd' to:

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

(setq trash-newsgroup "nnimap+[name-for-mail-server]:Trash")

So that's not expiring to trash, but putting them there promptly.

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

  reply	other threads:[~2012-12-12 14:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-11 21:35 Uwe Brauer
2012-12-12  8:56 ` Alberto Luaces
2012-12-12 14:04   ` Uwe Brauer
2012-12-12 14:10     ` Greg Troxel [this message]
2012-12-12 14:22       ` Uwe Brauer
2012-12-13 10:21     ` Alberto Luaces

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=smupq2fwedb.fsf@linuxpal.mit.edu \
    --to=gdt@work.lexort.com \
    --cc=ding@gnus.org \
    --cc=oub@mat.ucm.es \
    /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).