emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Re: Automatic Org-mode mailing list signature -- Was: Let's stick to


From: Nicolas
Subject: [O] Re: Automatic Org-mode mailing list signature -- Was: Let's stick to one list for now
Date: Mon, 28 Feb 2011 19:14:08 +0100

Hello,

"Eric Schulte" <address@hidden> 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.
> : address@hidden
> : http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> to
>
> : __ 
> : Emacs-orgmode mailing list
> : Please use `Reply All' to send replies to the list.
> : address@hidden
> : 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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode";))))
#+end_src

Regards,

-- 
Nicolas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]