Hello,

"Eric Schulte" <schulte.e...@gmail.com> writes:

> While there are changes to the administration of the mailing list.
> Would it be difficult to change the list signature from
>
> : _______________________________________________
> : Emacs-orgmode mailing list
> : Please use `Reply All' to send replies to the list.
> : Emacs-orgmode@gnu.org
> : http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> to
>
> : __ 
> : Emacs-orgmode mailing list
> : Please use `Reply All' to send replies to the list.
> : Emacs-orgmode@gnu.org
> : http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> (note the space after the double hyphen) at the beginning of the second
> signature.  I /believe/ (but don't have any reference) that the "-- "
> string is the standard signature delimiter, and it would result in at
> least gnus, and probably other mailing agents, stripping the signature
> from replies by default.

For that particular problem, I have

#+begin_src emacs-lisp
(setq gnus-parameters
  '(("string_matching_orgmode_list_folder"
     (banner . "_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode";))))
#+end_src

Regards,

-- 
Nicolas

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to