Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / ff / a6b48a78439e054b8416ff639d1c967add56d5
1 Return-Path: <igor.contato@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 arlo.cworth.org (Postfix) with ESMTP id 74BB76DE1961\r
6  for <notmuch@notmuchmail.org>; Wed, 25 Nov 2015 18:16:53 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.801\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.801 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, RCVD_IN_MSPIKE_H2=-0.001,\r
14  SPF_PASS=-0.001] autolearn=disabled\r
15 Received: from arlo.cworth.org ([127.0.0.1])\r
16  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
17  with ESMTP id 1yFJfgb7aELJ for <notmuch@notmuchmail.org>;\r
18  Wed, 25 Nov 2015 18:16:49 -0800 (PST)\r
19 Received: from mail-qg0-f49.google.com (mail-qg0-f49.google.com\r
20  [209.85.192.49])\r
21  by arlo.cworth.org (Postfix) with ESMTPS id 8D96D6DE021D\r
22  for <notmuch@notmuchmail.org>; Wed, 25 Nov 2015 18:16:49 -0800 (PST)\r
23 Received: by qgeb1 with SMTP id b1so46168598qge.1\r
24  for <notmuch@notmuchmail.org>; Wed, 25 Nov 2015 18:16:46 -0800 (PST)\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;\r
27  bh=6ZJbV24YZ+pPFWixDdYXM887W+F5FmHmbKTsj8ogzTs=;\r
28  b=f0wEjBuJ+eSMRuq3fNc7EBcK/+sJ7dlTl3yWSyOf7nKa1lCP3zg3d1UKcNwu+wMxVI\r
29  2MKtrXu6CN2092j7mFMIFiR1bHXUySePKde6OBtD6Icz3gly2GsxuZQjpGcwwUf+nf1b\r
30  UO9nFPQOBR5e8eIbK4UsCTDX1Hg/rbpkJKXdOD3B35+YgBthNVWkWKvp5sZrFBYm1Wmd\r
31  IdL/oWt+lRvrN1aibJsg9XI2hE4OvjdBPb8coG5hsHnnotgPzYstT7CWy48BlItohbdj\r
32  yNJk33LWbqeEC3jVa4/Q16NKSUBWqGN890vRF7no+lXzMXrz0vSiCgYSsYF5TrAeqy1w\r
33  lgZQ==\r
34 X-Received: by 10.140.19.177 with SMTP id 46mr42934758qgh.67.1448504206809;\r
35  Wed, 25 Nov 2015 18:16:46 -0800 (PST)\r
36 Received: from arch-laptop.localdomain ([200.195.16.216])\r
37  by smtp.gmail.com with ESMTPSA id h206sm1566011qhc.43.2015.11.25.18.16.44\r
38  (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);\r
39  Wed, 25 Nov 2015 18:16:45 -0800 (PST)\r
40 From: Igor Almeida <igor.contato@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH/RFC 0/3] Maildir custom flags and notmuch tags\r
43 Date: Wed, 25 Nov 2015 23:16:28 -0300\r
44 Message-Id: <1448504191-30974-1-git-send-email-igor.contato@gmail.com>\r
45 X-Mailer: git-send-email 2.5.3\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.20\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50  <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
57  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Thu, 26 Nov 2015 02:16:53 -0000\r
59 \r
60 Building on Bremner's patch at\r
61 <1411805835-3563-1-git-send-email-david@tethera.net>, this updates\r
62 'notmuch new' to tag messages based on lower-case letters in the file\r
63 name.\r
64 I'm testing this with an IMAP server, offlineimap and notmuch,\r
65 and seems to work well enough for my unidirectional use case.\r
66 Eventually I'd like to implement the reverse path, i.e. tagging in\r
67 notmuch and seeing IMAP keywords show up in the server, but that's for\r
68 later.\r
69 \r
70 Comments are very welcome.\r
71 \r
72 Igor Almeida (3):\r
73   David Bremner's patch for custom maildir flags\r
74   notmuch new: tag messages based on maildir custom flags\r
75   notmuch new: sync maildir custom flag user configuration\r
76 \r
77  lib/database.cc  | 61 +++++++++++++++++++++++++++++++++++++++\r
78  lib/message.cc   | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r
79  lib/notmuch.h    | 18 ++++++++++++\r
80  notmuch-client.h |  4 +++\r
81  notmuch-config.c | 24 +++++++++++++++-\r
82  notmuch-new.c    | 49 +++++++++++++++++++++++++++++++\r
83  6 files changed, 243 insertions(+), 1 deletion(-)\r
84 \r
85 -- \r
86 2.5.3\r
87 \r