flag synchronization moves messages from new to cur when not necessary
[notmuch-archives.git] / fd / 5bd354fcd201074825f4b9c36d01dbc068d323
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 817FB431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 12:15:26 -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 s3+YLOsIbsnd for <notmuch@notmuchmail.org>;\r
17         Sat, 16 Jul 2011 12:15:26 -0700 (PDT)\r
18 Received: from mail-pz0-f53.google.com (mail-pz0-f53.google.com\r
19         [209.85.210.53]) (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 0D902431FB6\r
22         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 12:15:25 -0700 (PDT)\r
23 Received: by pzk6 with SMTP id 6so3921944pzk.40\r
24         for <notmuch@notmuchmail.org>; Sat, 16 Jul 2011 12:15:25 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
27         :cc:content-type;\r
28         bh=8yS1ZFBJCRC+tImkwOa5s4Ew5DNNx33ldmq7FUbsgVQ=;\r
29         b=SbOpsjX19D7oppaWk1hljlS1rG2+50tPlaqVjmok6DXL09yJR/VwUTssGTS2c8elnD\r
30         cN7Xn0ZxXkqBu/3RXvx7MVgHH6jKxCDbYl3UQdJ6wwEDZpSSB1lLnEbUg7oH2cWuRMbp\r
31         Ydp4Oictq7mPJ7ihN98KUP5ir0fS68p1VQlI8=\r
32 MIME-Version: 1.0\r
33 Received: by 10.68.23.166 with SMTP id n6mr5907947pbf.481.1310843725229; Sat,\r
34         16 Jul 2011 12:15:25 -0700 (PDT)\r
35 Received: by 10.68.41.129 with HTTP; Sat, 16 Jul 2011 12:15:25 -0700 (PDT)\r
36 In-Reply-To: <1310409421-4446-1-git-send-email-jason@jasonwoof.com>\r
37 References: <1310409421-4446-1-git-send-email-jason@jasonwoof.com>\r
38 Date: Sat, 16 Jul 2011 22:15:25 +0300\r
39 Message-ID:\r
40  <CAMP44s0Obr41XAiSVC017ztdPDT_Nh+4LVdu=+472LYp_R_6Fg@mail.gmail.com>\r
41 Subject: Re: [PATCH] Feature request: nicknames for senders\r
42 From: Felipe Contreras <felipe.contreras@gmail.com>\r
43 To: Jason Woofenden <jason@jasonwoof.com>\r
44 Content-Type: text/plain; charset=UTF-8\r
45 Cc: notmuch@notmuchmail.org\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\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: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Sat, 16 Jul 2011 19:15:26 -0000\r
59 \r
60 On Mon, Jul 11, 2011 at 9:37 PM, Jason Woofenden <jason@jasonwoof.com> wrote:\r
61 > I implemented a feature I wanted: nicknames for the list of senders\r
62 > on the search view.\r
63 >\r
64 > At first I just added a setting with my full name and had it\r
65 > replace that with "me". But then I figured it'd be better to allow\r
66 > the user to specify a list of replacements, and instead made a more\r
67 > general "nicknames" list.\r
68 >\r
69 > Then I made myself a nice long dictionary to shorten the names of\r
70 > folks I communicate with regularly. Mostly reducing them to first\r
71 > names. Now it's much more common that I can see all the senders in\r
72 > the narrow senders column.\r
73 >\r
74 >\r
75 > Thoughts?\r
76 \r
77 Personally I would like an already known format for these. For example\r
78 git fetches them from different places, like mutt aliases list.\r
79 \r
80 And I wonder why this is not part of notmuch core. You could then tell\r
81 notmuch to compose a message, and specify an alias instead of a full\r
82 address. This can be used in many ways.\r
83 \r
84 But yeah, I'm eager to get something like this :)\r
85 \r
86 -- \r
87 Felipe Contreras\r