+2003-10-19 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * message.el (message-mode-field-menu): Added
+ message-generate-unsubscribed-mail-followup-to.
+ (message-forward-subject-fwd): Avoid double "Fwd: "
+ (message-change-subject): Added comment.
+
2003-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
* mml.el (mml-insert-mime): Quote mml.
;;;###autoload
(defun message-change-subject (new-subject)
"Ask for NEW-SUBJECT header, append (was: <Old Subject>)."
+ ;; <URL:http://www.karlsruhe.org/rfc/son1036.txt>
+ ;; <URL:http://www.karlsruhe.org/rfc/draft-ietf-usefor-article-09.txt>
+ ;; But not mentioned in...
+ ;; <URL:http://www.karlsruhe.org/rfc/draft-ietf-usefor-article-11.txt>
(interactive
(list
(read-from-minibuffer "New subject: ")))
See `message-mark-insert-begin' and `message-mark-insert-end'."
(interactive "r")
(save-excursion
- ; add to the end of the region first, otherwise end would be invalid
+ ;; add to the end of the region first, otherwise end would be invalid
(goto-char end)
(insert message-mark-insert-end)
(goto-char beg)
["Mail-Followup-To" message-goto-mail-followup-to t]
["Mail-Reply-To" message-goto-mail-reply-to t]
["Mail-Copies-To" message-goto-mail-copies-to t]
+ ["Unsubscribed list post" message-generate-unsubscribed-mail-followup-to
+ ,@(if (featurep 'xemacs) '(t)
+ '(:help "Insert a reasonable `Mail-Followup-To:' header."))]
["Reduce To: to Cc:" message-reduce-to-to-cc t]
"----"
["Sort Headers" message-sort-headers t]
"Generate a SUBJECT for a forwarded message.
The form is: Fwd: Subject, where Subject is the original subject of
the message."
- (concat "Fwd: " subject))
+ (if (string-match "^Fwd: " subject)
+ subject
+ (concat "Fwd: " subject)))
(defun message-make-forward-subject ()
"Return a Subject header suitable for the message in the current buffer."
+2003-10-19 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * message.texi (Mailing Lists): Add Mail-Followup-To to index.
+
+ * gnus.texi (Group Parameters): Add Mail-Followup-To to index.
+ (Emacsen): Fixed typo.
+ (Oort Gnus): Mention message-forward-show-mml change (Sync with
+ GNUS-NEWS).
+
2003-10-12 Adrian Aichner <adrian@xemacs.org>
* gnus.texi (Mail Source Specifiers): uref fixes.
@anchor{subscribed}
@item subscribed
@cindex subscribed
+@cindex Mail-Followup-To
\e$B$b$7$3$N%Q%i%a!<%?$,\e(B @code{t} \e$B$K@_Dj$5$l$F$$$k$H!"\e(Bgnus \e$B$O$"$J$?$,$3$N%0\e(B
\e$B%k!<%W$r\e(B to-address \e$B$H\e(B to-list \e$B%Q%i%a!<%?$N%"%I%l%9$G9XFI$7$F$$$k%a!<%j\e(B
\e$B%s%0%j%9%H$G$"$k$H2r<a$7$^$9!#$3$N>pJs$r\e(B gnus \e$B$KM?$($k$3$H$O!"$"$J$?$,$=\e(B
@cindex Mule
@cindex Emacs
-Gnus \e$B$O0J2<$N$b$N$GF0:n$7$^$9\e(B:
+T-gnus \e$B$O0J2<$N$b$N$GF0:n$7$^$9\e(B:
@itemize @bullet
\e$B$3$NJQ99$K$h$C$F!"I8=`%-!<3d$jEv$F$N\e(B @code{back-to-indentation} \e$B$H$N>WFM\e(B
\e$B$,2sHr$5$l$^$7$?!#$3$N%3%^%s%I$b$^$?!"%a%C%;!<%8%b!<%I$G$OLr$KN)$D$N$G$9!#\e(B
+
+@item
+@code{message-forward-show-mml} \e$B$N%G%#%U%)%k%H$,\e(B @code{best} \e$B$KJQ$o$j$^\e(B
+\e$B$7$?!#\e(B
+
+\e$BCM\e(B @code{best} \e$B$N?6$kIq$$$O!"$=$l$,$U$5$o$7$$>l9g$O\e(B MML \e$B$rI=<($9$k\e(B (\e$B$9$J\e(B
+\e$B$o$A\e(B MIME \e$B$r\e(B MML \e$B$KJQ49$9$k\e(B) \e$B$3$H$G$9!#JQ49$,%G%#%8%?%k=pL>$rL58z$K$7$F\e(B
+\e$B$7$^$&$N$G!"=pL>$5$l$?!"$^$?$O0E9f2=$5$l$?%a%C%;!<%8$rE>Aw$9$k$H$-\e(B
+\e$B$O\e(B MML \e$B$O;H$o$l$^$;$s!#\e(B
@end itemize
@iftex
@anchor{subscribed}
@item subscribed
@cindex subscribed
+@cindex Mail-Followup-To
If this parameter is set to @code{t}, Gnus will consider the
to-address and to-list parameters for this group as addresses of
mailing lists you are subscribed to. Giving Gnus this information is
@cindex Mule
@cindex Emacs
-Gnus should work on :
+Gnus should work on:
@itemize @bullet
This change was made to avoid conflict with the standard binding of
@code{back-to-indentation}, which is also useful in message mode.
+
+@item
+The default for message-forward-show-mml changed to symbol @code{best}.
+
+The behaviour for the @code{best} value is to show MML (i.e., convert MIME
+to MML) when appropriate. MML will not be used when forwarding signed
+or encrypted messages, as the conversion invalidate the digital
+signature.
@end itemize
@iftex
@node Mailing Lists
@section \e$B%a!<%j%s%0%j%9%H\e(B
+@cindex Mail-Followup-To
\e$B%a!<%j%s%0%j%9%H$KEj9F$9$k$H$-!"Ej9F$9$k?M$,$=$N5-;v$KBP$9$k%U%)%m!<%"%C\e(B
\e$B%W5-;v$N08@h$r;XDj$7$?$$$3$H$,$"$j$^$9!#\e(BMail-Followup-To (MFT) \e$B$O$^$5$K\e(B
\e$B$3$l$r2DG=$K$9$k$?$a$K:n$i$l$^$7$?!#$3$l$,Lr$KN)$D>l9g$NNc$rFs$D\e(B:
@node Mailing Lists
@section Mailing Lists
+@cindex Mail-Followup-To
Sometimes while posting to mailing lists, the poster needs to direct
followups to the post to specific places. The Mail-Followup-To (MFT)
was created to enable just this. Two example scenarios where this is