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 AB9B94196F2 for ; Sat, 24 Apr 2010 03:03:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.308 X-Spam-Level: X-Spam-Status: No, score=-0.308 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DATE_IN_PAST_03_06=1.592] autolearn=no 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 E18EWRM9E5aa for ; Sat, 24 Apr 2010 03:03:00 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id E9A58431FC1 for ; Sat, 24 Apr 2010 03:02:59 -0700 (PDT) Received: by wyf23 with SMTP id 23so1938160wyf.26 for ; Sat, 24 Apr 2010 03:02:59 -0700 (PDT) Received: by 10.216.154.145 with SMTP id h17mr1593239wek.103.1272103378974; Sat, 24 Apr 2010 03:02:58 -0700 (PDT) Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com [83.217.165.81]) by mx.google.com with ESMTPS id x1sm3008888wbx.1.2010.04.24.03.02.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 24 Apr 2010 03:02:57 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 45763594135; Sat, 24 Apr 2010 06:52:33 +0100 (BST) To: Carl Worth , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Re-arrange message sending code In-Reply-To: <87pr1pvrv1.fsf@yoom.home.cworth.org> References: <1271927012-10062-1-git-send-email-dme@dme.org> <87pr1pvrv1.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.2-20-g89ec2c1 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Sat, 24 Apr 2010 06:52:33 +0100 Message-ID: <87ljcdcs7y.fsf@ut.hh.sledj.net> 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: Sat, 24 Apr 2010 10:03:01 -0000 On Fri, 23 Apr 2010 13:25:22 -0700, Carl Worth wrote: > And I'm hoping that this new support makes it easier for people to hook > in the Fcc code. Does this mean there's now a single place to add that > that will make it work for messages composed from 'm', 'f', or 'r'? Yes. > The one unpleasantry I've noticed is that in the case of 'm' the headers > are being put into the buffer in the following order: > > User-Agent: > To: > Subject: > From: > > where I would prefer them in the following order: > > From: > To: > Subject: > User-Agent: I have: (setq message-hidden-headers '("^References:" "^Face:" "^X-Face:" "^X-Draft-From:" "^User-Agent:")) so the User-Agent is not even visible. dme. -- David Edmondson, http://dme.org