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 A8632429E25 for ; Thu, 26 May 2011 16:32:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.424 X-Spam-Level: * X-Spam-Status: No, score=1.424 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=2.223, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 amiU+rvNCzfX for ; Thu, 26 May 2011 16:32:28 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id CA57F431FB6 for ; Thu, 26 May 2011 16:32:27 -0700 (PDT) Received: by wyi11 with SMTP id 11so1004359wyi.26 for ; Thu, 26 May 2011 16:32:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=No54BV7IMhC+9RxI40WzCGPalqium7fsljSRu+LpvPA=; b=bn9vsygEEvGYW8ILMNa4Tg3GG+xoIJGW2H3AaYl9loRFr1PjsCcBDFWTrvkkMbAb0C xrCc/49NI7SB7CE7nbDS6oXVg2fe6TqqS6RUtFPESantIx2C9xwOFeVbbL2Fe/u/gebe 2SBcu9IM27nyEtrMxYfVdjvwltsGsnuIVUhJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=ibZGHYkcixUrB+cmWzHGBse1EPiaZUmqSoaMMQHieeOdQPoQ1+G0bMSYYt17L/lGIY PWW0f4Ahcgz+kmaydl+/OW3O0LztKM/pZBoAkZSKiFdsk7nGdVr44nuL+MC0zz87Y12v vdSiT39+760DmsKhdd58s50L3t0RlDP3IX3dI= Received: by 10.227.110.147 with SMTP id n19mr1380199wbp.51.1306452746112; Thu, 26 May 2011 16:32:26 -0700 (PDT) Received: from localhost.localdomain (93-97-25-209.zone5.bethere.co.uk [93.97.25.209]) by mx.google.com with ESMTPS id fw15sm804800wbb.27.2011.05.26.16.32.24 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 May 2011 16:32:25 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v2 0/3] Implement reply to sender Date: Fri, 27 May 2011 00:31:54 +0100 Message-Id: <1306452717-19934-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <87pqn5cg4g.fsf@yoom.home.cworth.org> References: <87pqn5cg4g.fsf@yoom.home.cworth.org> 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, 26 May 2011 23:32:28 -0000 Many thanks for the rapid response: I have modified the patches as suggested and this version includes the necessary documentation changes. I have also modified the emacs portion to apply to current master. Best wishes Mark These patches implement a reply to sender function. On the command line this is done via a new option to notmuch-reply: --reply-to=(sender|all) with all being the default (as suggested). In emacs it is bound to the key R. (Note it does not touch the reply to thread command from notmuch-search: it is unclear to me what reply to sender would mean there.) Mark Walters (3): Adds the option "--reply-to" to notmuch reply. Documentation changes for --reply-to= option to notmuch reply. Emacs changes for reply to sender emacs/notmuch-mua.el | 10 ++++++---- emacs/notmuch-show.el | 8 +++++++- emacs/notmuch.el | 2 +- notmuch-reply.c | 46 +++++++++++++++++++++++++++++++++++----------- notmuch.1 | 13 +++++++++++++ notmuch.c | 10 ++++++++++ 6 files changed, 72 insertions(+), 17 deletions(-) -- 1.7.2.5