From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1410 Path: news.gmane.org!not-for-mail From: delirious daniel Newsgroups: gmane.emacs.gnus.user Subject: Re: Fowarded messages subject prefix Date: Sun, 03 Nov 2002 06:49:25 GMT Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668191 11192 80.91.229.2 (31 Jan 2006 00:43:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:43:11 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:29:07 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!stargate.gts.cz!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cyclone2.usenetserver.com!newsfeeds-atl1.usenetserver.com!newsfeeds-atl2!news.webusenet.com!news03.bloor.is.net.cable.rogers.com!news04.bloor.is.net.cable.rogers.com.POSTED!not-for-mail Original-Sender: glens@STATION1 Original-Newsgroups: gnu.emacs.gnus x-attribution: daniel sauve x-url: deleriousraven.livejournal.com User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Informed Management (Windows [3])) Original-NNTP-Posting-Host: 24.101.193.225 Original-X-Complaints-To: abuse@rogers.com Original-X-Trace: news04.bloor.is.net.cable.rogers.com 1036306165 24.101.193.225 (Sun, 03 Nov 2002 01:49:25 EST) Original-NNTP-Posting-Date: Sun, 03 Nov 2002 01:49:25 EST Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:1550 Original-Lines: 45 X-Gnus-Article-Number: 1550 Tue Jan 17 17:29:07 2006 Xref: news.gmane.org gmane.emacs.gnus.user:1410 Archived-At: Newsgroups: gnu.emacs.gnus Jesper Harder writes: > delirious daniel writes: > > > How do I get gnus/ message to prefix FOO before the subject of a > > fowarded message, rather than the list of newgroups/ addresses in [] > > it gives me now? > > Change `message-make-forward-subject-function'. With > > (setq message-make-forward-subject-function 'message-forward-subject-fwd) > > Gnus will prepend "Fwd:". I you want something else, you can write your > own function, say > > (defun my-message-forward-subject (subject) > (concat "FOO " subject)) Does message-forward-start-separator have elements built in so I can change from the default to something like: "THIS BE A FORWARD\nAnd: %from% sent it on %date%:" Or do I need to figure out a function? RTFM has been attemped, and I suspect the latter, but if there's an easier, less kludgy way...[1] -- Daniel 'Delirious' Sauve http://www.livejournal.com/users/deleriousraven/ http://www.topica.com/lists/thedobd/ Some days it's just not worth chewing through the restraints. [1] What's happening here is, I'm a moderator of a newsgroup. I used to use agent (which the other moderators that are stuck with losedohs use) and thus had a nice set up guide to follow. I'm the only moderator for this group (afaik) using gnus, so I'm forging the path; if I can make it work, I write up the set up and like the gnus love spread amoungst my peers. I've finished a lot of what needs to be done already, and it's the fiddly bits to round out the project that I'm asking you wisethings about.