[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nnml filename from summary buffer
From: |
John Hunter |
Subject: |
Re: nnml filename from summary buffer |
Date: |
Fri, 01 Jul 2005 13:47:05 -0500 |
User-agent: |
Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.3 (i386-pc-linux-gnu) |
>>>>> "Ted" == Ted Zlatanov <tzz@lifelogs.com> writes:
Ted> There's probably a way to do it in the API, but why do you
Ted> need the file name? It's usually better to work in
Ted> file-independent ways, so your code can be adapted to nnimap
Ted> or nntp for example.
I need to pass the article contents off to an external script which
takes a filename. Alternatively I could get the entire buffer
contents as a string and write it to a temporary file - do you know
which function/variable provides access to the raw, unwashed, article
which I could dump to a temp file?
JDH