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 A6030431FB6 for ; Fri, 10 Dec 2010 15:54:05 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 RsUZflvLtR8Q for ; Fri, 10 Dec 2010 15:54:04 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 1AC8A431FB5 for ; Fri, 10 Dec 2010 15:54:04 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 0165919F3374; Sat, 11 Dec 2010 00:54:02 +0100 (CET) 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 4WL6JQgVeo58; Sat, 11 Dec 2010 00:54:00 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id ACC7119F3325; Sat, 11 Dec 2010 00:54:00 +0100 (CET) Received: from steelpick.2x.cz (unknown [213.29.198.144]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 9143115C027; Sat, 11 Dec 2010 00:54:00 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PRCml-0008E1-Iy; Sat, 11 Dec 2010 00:53:59 +0100 From: Michal Sojka To: Felipe Contreras , notmuch@notmuchmail.org Subject: Re: [PATCH 0/3] composing patches In-Reply-To: <1291933972-7186-1-git-send-email-felipe.contreras@gmail.com> References: <1291933972-7186-1-git-send-email-felipe.contreras@gmail.com> User-Agent: Notmuch/0.5-11-g48b5e00 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Sat, 11 Dec 2010 00:53:59 +0100 Message-ID: <87ipz1falk.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: Fri, 10 Dec 2010 23:54:05 -0000 On Thu, 09 Dec 2010, Felipe Contreras wrote: > Hi, > > I don't know how it works in gnus, but at least on the vim mode, the output > generated by 'notmuch reply' is not ready to be sent, at least the Message-ID > field is needed, and also is nice to have the User-Agent. I'm not sure whether filling the message-id in notmuch is a useful thing. With Emacs UI I often send messages which differ only in small pieces to several people. I prepare a first version of the message and send it, then I edit the sent message and send it once again etc. All of these messages should have a different message-id and date headers. If you want to allow the UI to send a single message multiple times (and I find it useful) then you need generate the message-id at the time of sending and as such it has no sense to generate the headers in notmuch. I have nothing against filling User-Agent header as its value does not change frequently. -Michal