Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: ding@gnus.org
Subject: Re: Mechaincal question Show filename of # marked
Date: 21 Dec 2000 11:02:40 +0100	[thread overview]
Message-ID: <vafk88uhz27.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <m2puima2wz.fsf@gnus-5.8.8-cvs.now.playing>

On 20 Dec 2000, Harry Putnam wrote:

> Is there some quick easy way of extracting the filenames of messages
> that are process marked?

The variable gnus-newsgroup-processable contains a list of article
numbers.  The variable gnus-newsgroup-name contains the group name.

With

(mapcar (lambda (g)
          (expand-file-name g (gnus-group-real-name gnus-newsgroup-name
                                                    "~/Mail/")))
        gnus-newsgroup-processable)

you should be able to get a list of file names.  But this only works
for nnml and nnmh groups.  This code is not tested.  Does it work?

kai
-- 
~/.signature



  reply	other threads:[~2000-12-21 10:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-21  3:06 Harry Putnam
2000-12-21 10:02 ` Kai Großjohann [this message]
2000-12-21 14:28   ` Harry Putnam
2000-12-21 15:42 ` Kai Großjohann
2000-12-21 15:55   ` Harry Putnam
2000-12-22  3:15     ` Colin Walters
2000-12-22  5:10       ` Harry Putnam
2000-12-22  6:05         ` Colin Walters
2000-12-22  8:44         ` Kai Großjohann
2000-12-22  8:40     ` Kai Großjohann

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=vafk88uhz27.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=ding@gnus.org \
    /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).