Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 39 / c159ffa84ad6f78eb5f328bc629157c8459352
1 Return-Path: <telenczuk@unic.cnrs-gif.fr>\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 3A555431FC9\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Feb 2015 15:44:09 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id nKLOUcP-YAy9 for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Feb 2015 15:44:06 -0800 (PST)\r
17 Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74])\r
18         by olra.theworths.org (Postfix) with ESMTP id 16D78431FC7\r
19         for <notmuch@notmuchmail.org>; Mon,  2 Feb 2015 15:44:06 -0800 (PST)\r
20 Received: from localhost (87-231-242-54.rev.numericable.fr [87.231.242.54])\r
21         by smtp.webfaction.com (Postfix) with ESMTP id EED5B2094A20;\r
22         Mon,  2 Feb 2015 23:44:03 +0000 (UTC)\r
23 Date: Tue, 03 Feb 2015 00:44:02 +0100\r
24 From: Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
25 To: Franz Fellner <alpine.art.de@gmail.com>, \r
26         Bartosz Telenczuk <telenczuk@unic.cnrs-gif.fr>\r
27 Message-ID:\r
28  <54d00bc27077f_47c3ff0b58781fca5@bartels-MacBook-Pro.local.notmuch>\r
29 In-Reply-To: <54bff5c426e50_5b9d145d304d6@TP_L520.notmuch>\r
30 References: <1412618116-27586-1-git-send-email-imain@stemwinder.org>\r
31         <1413828111-2879-1-git-send-email-imain@stemwinder.org>\r
32         <54b45d071fd20_7f93fe5bd4401f087@bts-MacBook-Pro.local.notmuch>\r
33         <54bff5c426e50_5b9d145d304d6@TP_L520.notmuch>\r
34 Subject: RE: [PATCH v3] VIM: Improve moving between messages in a thread\r
35 Mime-Version: 1.0\r
36 Content-Type: text/plain;\r
37  charset=utf-8\r
38 Content-Transfer-Encoding: 7bit\r
39 Cc: notmuch@notmuchmail.org\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: Mon, 02 Feb 2015 23:44:09 -0000\r
53 \r
54 > I think the API should be clear and easy to understand, because people will probably bind them to custom shortcuts. You should not have to think about what that weird extra parameter (-1, false, ...) means and go read the docs.\r
55 \r
56 I agree. One might replace the parameter with a string like "prev" and "next".\r
57 \r
58 > But I agree that the code duplication is not optimal. The code in Ians repo already has split out the ruby code. There is still code duplication. But that can easily be split out into a function on its own. \r
59 \r
60 That's the way to go.\r
61 \r
62 Bartosz\r