info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Set process mark according to author


From: Emanuel Berg
Subject: Re: Set process mark according to author
Date: Mon, 20 Apr 2015 00:25:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Julien Cubizolles <j.cubizolles@free.fr> writes:

> Did someone ever hack a function to set the process
> mark on all messages from a given authorĀ ? Right now
> when I want to remove/copy all messages from an
> author, I use gnus-summary-limit-to-author, mark all
> messages in the buffer, do whatever I want with
> them, then pop the limit to get back to the original
> summary. It's taking a lot of keystrokes...

Try this. In the summary buffer, hit M-:, then type

    (gnus-kill "From" "Joe Hacker" '(gnus-summary-mark-as-processable 1) t)

If it works do a defun wrapper which only accepts
a name and inserts that instead of "Joe Hacker".
Or even better, do a defun that pulls this name from
the message at point.

-- 
underground experts united
http://user.it.uu.se/~embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]