Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: pkd <p_u_n_k_i_n_d@yahoo.it>
Subject: Re: bulk deletion of email
Date: 25 Feb 2004 23:14:42 GMT	[thread overview]
Message-ID: <87n0764v38.fsf@ID-219024.news.uni-berlin.de> (raw)
In-Reply-To: <m2brnn6vuv.fsf@catbert.dok.org>

On Wed, 25 Feb 2004, Chris Green wrote:

> Fabian Braennstroem <f.braennstroem@gmx.de> writes:
> 
>> Is it not enough to mark the mails with '#' and delete them
>> afterwards with 'B Backspace'?
> 
> # often bites me big time when going through a group.  I'll mark
> things like spam and move them to a training group and then see a mail
> from Mom and hit F.

i delete mails i marked with `d'. you could tune this function to fit your
needs:

(defun gnus-summary-delete-r-articles ()
  (interactive)
  (unless (eq (count-lines (point-min) (point-max)) (gnus-summary-limit-to-marks "r"))
    (goto-line 1)
    (gnus-summary-delete-article (count-lines (point-min) (point-max))))
  (gnus-summary-pop-limit))
    
(eval-after-load "gnus-sum"
  '(progn
     (define-key gnus-summary-mode-map "Bd" 'gnus-summary-delete-r-articles)))


> Then I have a nice *reply* buffer with the body of everyone of those
> spams in it.
> 
> A delete me now flag would probably also help so that deletion can be
> separate from expiry but I'm sure there's a reason this hasn't been
> done.

-- 
pat metheny, gary burton, chick corea,  roy haynes, dave holland - like minds/country roads


  parent reply	other threads:[~2004-02-25 23:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-25  4:23 Prateek Sadhukhan
2004-02-25 10:32 ` Reiner Steib
     [not found]   ` <87hdxf9wjc.fsf@rechner1.ddorf.de>
2004-02-25 13:56     ` Reiner Steib
     [not found]     ` <m2brnn6vuv.fsf@catbert.dok.org>
2004-02-25 23:14       ` pkd [this message]
     [not found] ` <m3k72bb6rh.fsf@fed1.frank-schmitt.net>
2004-02-25 14:51   ` Prateek Sadhukhan
2004-02-25 16:08 ` johnsu01

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=87n0764v38.fsf@ID-219024.news.uni-berlin.de \
    --to=p_u_n_k_i_n_d@yahoo.it \
    /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).