Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5DCC3431FB6 for ; Wed, 13 Jun 2012 23:33:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oV-IdJCXi2pr for ; Wed, 13 Jun 2012 23:33:57 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 5CE76431FAE for ; Wed, 13 Jun 2012 23:33:57 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 6C50419F33A3; Thu, 14 Jun 2012 08:33:56 +0200 (CEST) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id ttFBzfevKXWa; Thu, 14 Jun 2012 08:33:54 +0200 (CEST) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 5282919F2F3C; Thu, 14 Jun 2012 08:33:54 +0200 (CEST) Received: from steelpick.2x.cz (eduroam-94.felk.cvut.cz [147.32.82.94]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id D6D06660968; Thu, 14 Jun 2012 08:33:50 +0200 (CEST) Received: from wsh by steelpick.2x.cz with local (Exim 4.77) (envelope-from ) id 1Sf3cs-00085u-Kp; Thu, 14 Jun 2012 08:33:50 +0200 From: Michal Sojka To: Tomi Ollila , Svend Sorensen , Bart Bunting , notmuch@notmuchmail.org Subject: Re: Any tips on emacs and different signatures per address In-Reply-To: References: <87vcj5pbf2.fsf@ciffer.net> <87d353ccri.fsf@ciffer.net> User-Agent: Notmuch/0.13+14~g2d2a5a4 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Thu, 14 Jun 2012 08:33:50 +0200 Message-ID: <8762auwgfl.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 06:33:58 -0000 Tomi Ollila writes: > On Wed, Jun 13 2012, Svend Sorensen wrote: > >> On Wed, 06 Jun 2012 09:16:16 +0300, Tomi Ollila wrote: >>> >>> could you write a wiki page about gnus-alias, like >>> emacstips/gnus-alias.mdwn. >>> >>> That would be very useful. >>> >>> Tomi >> >> I've added information on gnus-alias to the emacstips page on the >> notmuch wiki [1]. >> >> http://notmuchmail.org/emacstips/ > > Thanks, that was just something I needed to get started to look into it; > I also added some more content around your stuff... I also thank for the starting point. I experience a few problems, though. Maybe, somebody can help me with them. 1. When replying and the selected identity has a signature, the "--text follows this line--" line is placed in between the quoted text and the signature. This would probably mean that the quoted text will become a part of message headers, which doesn't sound as a good thing. 2. The identity selection overrides the from address determined by "notmuch reply". Since I use a lot of email addresses I find notmuch reply behavior very useful and I only want to override the identity in a few special cases. Leaving gnus-alias-default-identity unset doesn't help, because it somehow breaks message setup code. Message buffer doesn't hide message-hidden-headers and the quoted text (in case of reply) is missing. Regards, -Michal