[PATCH v3 03/10] cli: search: Convert ctx. to ctx->
[notmuch-archives.git] / ab / 3619db2a7c92c6f22d18f49af6f351cdcfdf8b
1 Return-Path: <schnouki@schnouki.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 92156429E2A\r
6         for <notmuch@notmuchmail.org>; Wed, 25 May 2011 06:23:03 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id QRLUWt9jgN8D for <notmuch@notmuchmail.org>;\r
17         Wed, 25 May 2011 06:23:02 -0700 (PDT)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id C2E33431FD0\r
20         for <notmuch@notmuchmail.org>; Wed, 25 May 2011 06:23:02 -0700 (PDT)\r
21 Received: from localhost.localdomain (thor.loria.fr [152.81.12.250])\r
22         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 2F1A06A06A9;\r
23         Wed, 25 May 2011 15:23:02 +0200 (CEST)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
25         s=key-schnouki; t=1306329782;\r
26         bh=V7Y7Ki+BqioIfH526BE1c34V6FrrZCAdw6xyFGgsoi0=;\r
27         h=From:To:Subject:Date:Message-Id:In-Reply-To:References;\r
28         b=kbWI22l5emdEOx5QZ2Tj+2aqdrM8l7C5Q9dcUWcFPVFTJsFaxEQU1HgWjsc5wKyX+\r
29         5AhrE3mN2M/d/rAwKxPhYeuuqMD2W/ixZi9PEbXKLhBz1KNTVUQdBCHBeK8uQ+J5ke\r
30         Bn1ZFbiEkM+NW/tw5tAef7FCFuo3nPaB9utDnds4=\r
31 From: Thomas Jost <schnouki@schnouki.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH 1/4] emacs: Allow the user choose the "From" address when\r
34         composing a new message from notmuch-show-mode too.\r
35 Date: Wed, 25 May 2011 15:22:37 +0200\r
36 Message-Id: <1306329760-16665-1-git-send-email-schnouki@schnouki.net>\r
37 X-Mailer: git-send-email 1.7.5.1\r
38 In-Reply-To: <87lixu7w71.fsf@thor.loria.fr>\r
39 References: <87lixu7w71.fsf@thor.loria.fr>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 25 May 2011 13:23:03 -0000\r
53 \r
54 ---\r
55  emacs/notmuch-show.el |    3 ++-\r
56  1 files changed, 2 insertions(+), 1 deletions(-)\r
57 \r
58 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
59 index 825988c..93f46ac 100644\r
60 --- a/emacs/notmuch-show.el\r
61 +++ b/emacs/notmuch-show.el\r
62 @@ -847,7 +847,8 @@ function is used. "\r
63         (define-key map (kbd "<backtab>") 'notmuch-show-previous-button)\r
64         (define-key map (kbd "TAB") 'notmuch-show-next-button)\r
65         (define-key map "s" 'notmuch-search)\r
66 -       (define-key map "m" 'notmuch-mua-mail)\r
67 +       (define-key map "m" 'notmuch-mua-new-mail)\r
68 +       (define-key map "M" 'notmuch-mua-new-mail-prompt-for-sender)\r
69         (define-key map "f" 'notmuch-show-forward-message)\r
70         (define-key map "r" 'notmuch-show-reply)\r
71         (define-key map "|" 'notmuch-show-pipe-message)\r
72 -- \r
73 1.7.5.1\r
74 \r