From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Automatic Org-mode mailing list signature -- Was: Let's stick to one list for now Date: Mon, 28 Feb 2011 11:58:24 -0700 Message-ID: <87ei6sc7fz.fsf@gmail.com> References: <87k4gldb1s.fsf@keller.adm.naquadah.org> <4D6B6FFA.50706@gmail.com> <877hcks9qt.fsf_-_@gnu.org> <87zkpg8k9r.fsf@keller.adm.naquadah.org> <87aahgf5rh.fsf@gmail.com> <8762s4f5lx.fsf_-_@gmail.com> <8762s4gh73.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58954 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu8Ik-0004MM-GL for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 13:58:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu8Ij-0007Ps-Ls for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 13:58:34 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:60271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu8Ij-0007Pf-HO for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 13:58:33 -0500 Received: by gyb13 with SMTP id 13so2097070gyb.0 for ; Mon, 28 Feb 2011 10:58:32 -0800 (PST) In-Reply-To: <8762s4gh73.fsf@gmail.com> (Nicolas's message of "Mon, 28 Feb 2011 19:14:08 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org Nicolas writes: > Hello, > > "Eric Schulte" 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 > Thanks Nicolas, I'll add that to my gnus config now -- Eric