Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 05 / 91a6fa388758818287fc481d6245b60ff49783
1 Return-Path: <tomi.ollila@iki.fi>\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 arlo.cworth.org (Postfix) with ESMTP id 5A07A6DE01F9\r
6  for <notmuch@notmuchmail.org>; Thu, 19 May 2016 07:45:34 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.59\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.59 tagged_above=-999 required=5 tests=[AWL=-0.062, \r
12  SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id JNeVRksPlT7u for <notmuch@notmuchmail.org>;\r
16  Thu, 19 May 2016 07:45:26 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id CFF1E6DE00F5\r
19  for <notmuch@notmuchmail.org>; Thu, 19 May 2016 07:45:24 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id F09401000B3\r
22  for <notmuch@notmuchmail.org>; Thu, 19 May 2016 17:45:07 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] emacs: address completion,\r
26  allow sender/recipient and filters\r
27 In-Reply-To: <87r3czo8g9.fsf@steelpick.2x.cz>\r
28 References: <8737pg99zz.fsf@steelpick.2x.cz>\r
29  <1463558813-23603-1-git-send-email-markwalters1009@gmail.com>\r
30  <87r3czo8g9.fsf@steelpick.2x.cz>\r
31 User-Agent: Notmuch/0.22+26~g2adc7d1 (http://notmuchmail.org) Emacs/24.5.1\r
32  (x86_64-unknown-linux-gnu)\r
33 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
34  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
35  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
36 Date: Thu, 19 May 2016 17:45:07 +0300\r
37 Message-ID: <m2posihzt8.fsf@guru.guru-group.fi>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Thu, 19 May 2016 14:45:34 -0000\r
53 \r
54 On Wed, May 18 2016, Michal Sojka <sojkam1@fel.cvut.cz> wrote:\r
55 \r
56 > On Wed, May 18 2016, Mark Walters wrote:\r
57 >> This commit lets the user customize the address completion. It makes\r
58 >> two changes.\r
59 >\r
60 > Thanks Mark, now it LGTM.\r
61 >\r
62 > I configured my address completion to be based on received emails and\r
63 > I'm surprised how many variations of my email address is used by\r
64 > spammers :)\r
65 \r
66 I tried this and it seems to work. LGTM +1.\r
67 \r
68 Thanks to David's latest pushes I grabbed a little time from my temporarily\r
69 busy time and attempted to test this internal address completion...\r
70 \r
71 ... for anyone who might be interested, the address harvesting command options\r
72 from emacs (without extra filtering) now are.\r
73 \r
74 notmuch 'address' '--format=sexp' '--format-version=2' \\r
75 '--output=recipients' '--deduplicate=address' 'from:me@example.org'\r
76 \r
77 notmuch 'address' '--format=sexp' '--format-version=2' \\r
78 '--output=sender' '--deduplicate=address' 'to:me@example.org'\r
79 \r
80 ... I had text here wondering whether this from:/to: is too restrictive\r
81 but perhaps it is not. I don't know. Therefore I shut up now :D\r
82 \r
83 \r
84 Tomi\r
85 \r
86 \r
87 \r
88 > Cheers\r
89 > -Michal\r