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 E0294429E26 for ; Fri, 22 Jul 2011 13:04:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.463 X-Spam-Level: X-Spam-Status: No, score=0.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 VLJu677ySAny for ; Fri, 22 Jul 2011 13:04:11 -0700 (PDT) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 469B3431FD0 for ; Fri, 22 Jul 2011 13:04:11 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 90B652C090; Fri, 22 Jul 2011 22:04:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=+bwj0KyFucj+XXHkH51MHM y2bK4=; b=EtY5Y8DXr8rA9xVdHDmQK48jakubQteGo1rx2r9yAqBB1yf9aWrb82 5LgvgTN9LJ7EGQPKh2QgjPMPbZx/bU23Pf4oyGuq4bFbDRx27MGKVtnetYPyH/VO F51mH81HD2En5fd+awZQQc7XPKFqPQ5Uw1x5rjtCXJwYagnHXNslw= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Fri, 22 Jul 2011 22:04:08 +0200 (CEST) From: Xavier Maillard To: Jameson Graef Rollins , Antoine =?utf-8?Q?Beaupr=C3=A9?= , Austin Clements Subject: Re: [PATCH 2/2] add edit function to resume postponed emails In-Reply-To: <87y5zrwb29.fsf@servo.factory.finestructure.net> References: <1310807540-29960-1-git-send-email-anarcat@koumbit.org> <1310841685-29167-1-git-send-email-anarcat@koumbit.org> <874o2gskgk.fsf@marcos.anarcat.ath.cx> <871uxk1vhf.fsf@servo.factory.finestructure.net> <87y5zrwb29.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.5-194-gb20f9fa (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Fri, 22 Jul 2011 22:17:12 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard 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, 22 Jul 2011 20:04:12 -0000 On Thu, 21 Jul 2011 14:58:22 -0700, Jameson Graef Rollins wrote: > On Thu, 21 Jul 2011 23:32:58 +0200, Xavier Maillard wrote: > > Maybe I misunderstood original goal but what I had in mind reading this > > is certainly not editing a priviously received message in order to > > (re)send it again but sending a postponed/draft message which, I guess, > > means no full header(s) (no received header and such and probably > > partially filled header, if any). > > Hey, Xavier. I was just responding to Antoine's comment that he had > "trouble making message-mode digest an existing buffer". Oh well, sorry then ;) /Xavier