Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d7 / 274ad27099499bf56411083200501b241f913c
1 Return-Path: <felipe.contreras@gmail.com>\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 4D36C429E3F\r
6         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:03:45 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 pmF-5ytJpVUb for <notmuch@notmuchmail.org>;\r
17         Sat,  2 Nov 2013 07:03:39 -0700 (PDT)\r
18 Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com\r
19         [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 145B6429E44\r
22         for <notmuch@notmuchmail.org>; Sat,  2 Nov 2013 07:03:00 -0700 (PDT)\r
23 Received: by mail-ob0-f181.google.com with SMTP id wp4so5521643obc.26\r
24         for <notmuch@notmuchmail.org>; Sat, 02 Nov 2013 07:02:59 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
27         bh=ExQsiGyQb9/Wba31gLp+OPy96KC8HMECPWGYpRAaeAw=;\r
28         b=iiey31TAXoz5Oqhsee7oeKlwmrKhh0Vyeg6zxCYtL+0qwoXb5szuVhxESKh6WUk+mw\r
29         5KIzpQkFvXe8CAJqK05JUPaJw8FfD/dxoJvzJpj29UGthKXPet3SBWwQ5T117jIzv9TL\r
30         HDnSCht+qSz//jFS6BvcYTXxeAmiEEI/u0eO/tO4Mgz+AdFLpN0WqV39k2Erim//uStG\r
31         gcQ7AxLeJJRyYnAHg9nndxDtS68ZYbwyEwdr+QDCCEY5jxg5qBfO0+vi9Coz/Gy7SlB2\r
32         RxIJ2dhreBXCHOrWtsSr703hMgukzuOVENMvaLEdSc9qyF/0C3gWcET+3qlHYyGEDfTi\r
33         5JDQ==\r
34 X-Received: by 10.182.49.166 with SMTP id v6mr6395036obn.13.1383400979592;\r
35         Sat, 02 Nov 2013 07:02:59 -0700 (PDT)\r
36 Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241])\r
37         by mx.google.com with ESMTPSA id\r
38         d8sm24736794oeu.6.2013.11.02.07.02.58 for <multiple recipients>\r
39         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40         Sat, 02 Nov 2013 07:02:58 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 09/21] vim: split $email_address\r
44 Date: Sat,  2 Nov 2013 07:55:42 -0600\r
45 Message-Id: <1383400554-1832-10-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.8.4.2+fc1\r
47 In-Reply-To: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com>\r
48 References: <1383400554-1832-1-git-send-email-felipe.contreras@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 02 Nov 2013 14:03:45 -0000\r
62 \r
63 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>\r
64 ---\r
65  vim/notmuch.vim | 8 +++++---\r
66  1 file changed, 5 insertions(+), 3 deletions(-)\r
67 \r
68 diff --git a/vim/notmuch.vim b/vim/notmuch.vim\r
69 index aa1b7ef..4bd5f13 100644\r
70 --- a/vim/notmuch.vim\r
71 +++ b/vim/notmuch.vim\r
72 @@ -427,7 +427,7 @@ ruby << EOF\r
73         end\r
74  \r
75         $db_name = nil\r
76 -       $email_address = nil\r
77 +       $email = $email_name = $email_address = nil\r
78         $searches = []\r
79         $buf_queue = []\r
80         $threads = []\r
81 @@ -452,7 +452,9 @@ ruby << EOF\r
82                 end\r
83  \r
84                 $db_name = $config['database.path']\r
85 -               $email_address = "%s <%s>" % [$config['user.name'], $config['user.primary_email']]\r
86 +               $email_name = $config['user.name']\r
87 +               $email_address = $config['user.primary_email']\r
88 +               $email = "%s <%s>" % [$email_name, $email_address]\r
89         end\r
90  \r
91         def vim_puts(s)\r
92 @@ -502,7 +504,7 @@ ruby << EOF\r
93                                 m.to = [orig[:from].to_s, orig[:to].to_s]\r
94                         end\r
95                         m.cc = orig[:cc]\r
96 -                       m.from = $email_address\r
97 +                       m.from = $email\r
98                         m.charset = 'utf-8'\r
99                         m.content_transfer_encoding = '7bit'\r
100                 end\r
101 -- \r
102 1.8.4.2+fc1\r
103 \r