From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: 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 Message-ID: <8762s4gh73.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34493 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu7fG-0004Ld-Jn for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 13:17:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu7bv-0005cI-4m for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 13:14:19 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:59808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu7bv-0005c8-0V for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 13:14:19 -0500 Received: by fxm5 with SMTP id 5so4659553fxm.0 for ; Mon, 28 Feb 2011 10:14:17 -0800 (PST) In-Reply-To: <8762s4f5lx.fsf_-_@gmail.com> (Eric Schulte's message of "Mon, 28 Feb 2011 10:09:46 -0700") 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: Eric Schulte Cc: Bastien , emacs-orgmode@gnu.org 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 Regards, -- Nicolas