From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1448 Path: news.gmane.org!not-for-mail From: kbk@shore.net (Kurt B. Kaiser) Newsgroups: gmane.emacs.gnus.user Subject: Re: Digest with Headers Date: Tue, 12 Nov 2002 21:23:18 GMT Organization: AT&T Broadband Message-ID: References: <84of8ykaz0.fsf@crybaby.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138668222 11332 80.91.229.2 (31 Jan 2006 00:43:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:43:42 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:29:10 2006 Original-Path: quimby.gnus.org!news.ccs.neu.edu!news.dfci.harvard.edu!news.cis.ohio-state.edu!news.ems.psu.edu!news.cse.psu.edu!uwm.edu!arclight.uoregon.edu!wn14feed!wn12feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!sccrnsc04.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Original-NNTP-Posting-Host: 24.128.248.44 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc04 1037136198 24.128.248.44 (Tue, 12 Nov 2002 21:23:18 GMT) Original-NNTP-Posting-Date: Tue, 12 Nov 2002 21:23:18 GMT Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:1588 Original-Lines: 35 X-Gnus-Article-Number: 1588 Tue Jan 17 17:29:10 2006 Xref: news.gmane.org gmane.emacs.gnus.user:1448 Archived-At: Reiner Steib <4uce.02.r.steib@gmx.net> writes: > On Sat, Nov 09 2002, Kai Großjohann wrote: > > > kbk@shore.net (Kurt B. Kaiser) writes: > > > >> S o m will forward an email with its headers, but I can't figure out > >> how to send a digest wherein each article is sent with its full headers. > [...] > > See the variable gnus-uu-digest-headers. It's kind of a backward way > > to achieve it, but better backward than none. > > If you need it more often, you may want to define a function (and bind > it to some key): > > (defun rs-gnus-uu-digest-mail-forward-all-headers (&optional n post) > (interactive) > (let* ((gnus-uu-digest-headers nil)) > (gnus-uu-digest-mail-forward n post))) > > I think the doc-string should mention that nil means all headers. I > thought that '("^.*:") would do it, but it didn't. > > ,----[ C-h v gnus-uu-digest-headers RET ] > | gnus-uu-digest-headers's value is > | ("^Date:" "^From:" "^To:" [...] "^Content-ID:") > | > | Documentation: > | *List of regexps to match headers included in digested messages. > | The headers will be included in the sequence they are matched. > `---- Thanks to all of you for your help on this. Works great! Regards, KBK