From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/13014 Path: main.gmane.org!not-for-mail From: SL Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: Quassia Gnus v0.17 is released Date: 26 Nov 1997 11:10:15 -0800 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152453 6937 80.91.224.250 (20 Oct 2002 22:20:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:20:53 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA31861 for ; Wed, 26 Nov 1997 12:19:17 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA03561 for ; Wed, 26 Nov 1997 14:18:07 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id UAA19462 for ; Wed, 26 Nov 1997 20:10:30 +0100 (MET) Original-Received: (qmail 19943 invoked by uid 504); 26 Nov 1997 19:10:29 -0000 Original-Received: (qmail 19940 invoked from network); 26 Nov 1997 19:10:29 -0000 Original-Received: from xemacs.miranova.com (HELO altair.xemacs.org) (steve@206.190.83.19) by claymore.vcinet.com with SMTP; 26 Nov 1997 19:10:29 -0000 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.8/8.8.8) id LAA30800; Wed, 26 Nov 1997 11:10:17 -0800 Mail-Copies-To: never Original-To: ding@gnus.org X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$ ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l @usit is not handled by texinfo 1997-11-26 SL Baur * message.texi (Insertion): Fix typo. (Responses): Ditto. (Reply): Ditto. =================================================================== RCS file: texi/RCS/message.texi,v retrieving revision 1.15 diff -u -r1.15 texi/message.texi --- texi/message.texi 1997/11/26 18:56:27 1.15 +++ texi/message.texi 1997/11/26 19:06:52 @@ -140,7 +140,7 @@ @vindex message-reply-to-function Message uses the normal methods to determine where replies are to go -(@pxref{Responding}), but you can change the behavior to suit your needs +(@pxref{Responses}), but you can change the behavior to suit your needs by fiddling with the @code{message-reply-to-function} variable. If you want the replies to go to the @code{Sender} instead of the @@ -441,7 +441,7 @@ that look like: @example -Hallvard B Furuseth writes: +Hallvard B Furuseth writes: @end example Point will be at the beginning of the body of the message when this @@ -1204,7 +1204,7 @@ To determine where a message is to go, the following algorithm is used by default. -@table @def +@table @dfn @item reply A @dfn{reply} is when you want to respond @emph{just} to the person who sent the message via mail. There will only be one recipient. To @@ -1224,7 +1224,7 @@ following headers will be concatenated to form the outgoing @code{To}/@code{Cc} headers: -@table +@table @code @item From (unless there's a @code{Reply-To}, in which case that is used instead).