[PATCH 1/4] emacs: Allow the user choose the "From" address when composing a new...
authorThomas Jost <schnouki@schnouki.net>
Wed, 25 May 2011 13:22:37 +0000 (15:22 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:38:20 +0000 (09:38 -0800)
ab/3619db2a7c92c6f22d18f49af6f351cdcfdf8b [new file with mode: 0644]

diff --git a/ab/3619db2a7c92c6f22d18f49af6f351cdcfdf8b b/ab/3619db2a7c92c6f22d18f49af6f351cdcfdf8b
new file mode 100644 (file)
index 0000000..a361d0c
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <schnouki@schnouki.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 92156429E2A\r
+       for <notmuch@notmuchmail.org>; Wed, 25 May 2011 06:23:03 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id QRLUWt9jgN8D for <notmuch@notmuchmail.org>;\r
+       Wed, 25 May 2011 06:23:02 -0700 (PDT)\r
+Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
+       by olra.theworths.org (Postfix) with ESMTP id C2E33431FD0\r
+       for <notmuch@notmuchmail.org>; Wed, 25 May 2011 06:23:02 -0700 (PDT)\r
+Received: from localhost.localdomain (thor.loria.fr [152.81.12.250])\r
+       by ks3536.kimsufi.com (Postfix) with ESMTPSA id 2F1A06A06A9;\r
+       Wed, 25 May 2011 15:23:02 +0200 (CEST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
+       s=key-schnouki; t=1306329782;\r
+       bh=V7Y7Ki+BqioIfH526BE1c34V6FrrZCAdw6xyFGgsoi0=;\r
+       h=From:To:Subject:Date:Message-Id:In-Reply-To:References;\r
+       b=kbWI22l5emdEOx5QZ2Tj+2aqdrM8l7C5Q9dcUWcFPVFTJsFaxEQU1HgWjsc5wKyX+\r
+       5AhrE3mN2M/d/rAwKxPhYeuuqMD2W/ixZi9PEbXKLhBz1KNTVUQdBCHBeK8uQ+J5ke\r
+       Bn1ZFbiEkM+NW/tw5tAef7FCFuo3nPaB9utDnds4=\r
+From: Thomas Jost <schnouki@schnouki.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/4] emacs: Allow the user choose the "From" address when\r
+       composing a new message from notmuch-show-mode too.\r
+Date: Wed, 25 May 2011 15:22:37 +0200\r
+Message-Id: <1306329760-16665-1-git-send-email-schnouki@schnouki.net>\r
+X-Mailer: git-send-email 1.7.5.1\r
+In-Reply-To: <87lixu7w71.fsf@thor.loria.fr>\r
+References: <87lixu7w71.fsf@thor.loria.fr>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 25 May 2011 13:23:03 -0000\r
+\r
+---\r
+ emacs/notmuch-show.el |    3 ++-\r
+ 1 files changed, 2 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index 825988c..93f46ac 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -847,7 +847,8 @@ function is used. "\r
+       (define-key map (kbd "<backtab>") 'notmuch-show-previous-button)\r
+       (define-key map (kbd "TAB") 'notmuch-show-next-button)\r
+       (define-key map "s" 'notmuch-search)\r
+-      (define-key map "m" 'notmuch-mua-mail)\r
++      (define-key map "m" 'notmuch-mua-new-mail)\r
++      (define-key map "M" 'notmuch-mua-new-mail-prompt-for-sender)\r
+       (define-key map "f" 'notmuch-show-forward-message)\r
+       (define-key map "r" 'notmuch-show-reply)\r
+       (define-key map "|" 'notmuch-show-pipe-message)\r
+-- \r
+1.7.5.1\r
+\r