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 9A2CA431FD0 for ; Thu, 26 May 2011 09:07:24 -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 L6eqftDtcgEk for ; Thu, 26 May 2011 09:07:24 -0700 (PDT) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 19506431FB6 for ; Thu, 26 May 2011 09:07:23 -0700 (PDT) Received: by wwi36 with SMTP id 36so763098wwi.2 for ; Thu, 26 May 2011 09:07:22 -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; bh=yaYCVVb2gq+HukjKS3Degbdi6tMecvJ4lQLb9NqA4Fo=; b=wIQsSzGgQ2niafO1CjCjggdciKN8U+9WVAR5z4U0OJMJ9vndbPy5UR0SMC6waXEbyf DIr9gGoWzuzXoiN0QdJcAAAfxrvHZu6O+myoffmex42QGzuPbvvdckNZH/VfpfFQoKPD 2SCW6aQavho6lZR40PhXRWBXhvYXTyol1V+HI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=G70WDP4EH9ODJdZcW17nPmLlpj4kTTbcDZANaiFQ+RLMEI+JvRlEP5+lBM1HkIxaJ5 wco3gUUpyOo/3q4Vd2pqrwUJYcJL06rR6uNng/Px+NXvtF40jeu0AM9PYpouQ5g7jMfS 4K1I0zfIHjUcXLhYbYSab2nuAC5xIpqFEkx5M= Received: by 10.216.232.208 with SMTP id n58mr6053081weq.56.1306426042567; Thu, 26 May 2011 09:07:22 -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 k70sm457497weq.6.2011.05.26.09.07.20 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 May 2011 09:07:21 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 0/2] Implement reply to sender Date: Thu, 26 May 2011 17:06:50 +0100 Message-Id: <1306426012-8176-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.5 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 16:07:24 -0000 These patches implement a reply to sender function. On the command line this is done via a new format "--format=one" to notmuch reply. In emacs it is bound to the key R I have been running a similar patch set for some time but only tidied it up today. It compiles and works for me. This is my first submission to the project so I hope that I have done everything right. Signed-off-by: Mark Walters Mark Walters (2): Command line changes for reply-to-sender Emacs changes for reply to sender emacs/notmuch-mua.el | 6 ++++-- emacs/notmuch-show.el | 6 ++++++ notmuch-reply.c | 38 +++++++++++++++++++++++++++----------- 3 files changed, 37 insertions(+), 13 deletions(-) -- 1.7.2.5