[Patch v4 1/3] doc: build and install doxygen api docs
[notmuch-archives.git] / cc / ffa367ff0559cbd1a2de04243a7977a31c21ba
1 Return-Path: <jasonwoof@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 8767C431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 11:37:14 -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.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         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 cz+sZTCquQIY for <notmuch@notmuchmail.org>;\r
17         Mon, 11 Jul 2011 11:37:14 -0700 (PDT)\r
18 Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com\r
19         [209.85.212.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 0E887431FB6\r
22         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 11:37:13 -0700 (PDT)\r
23 Received: by vws13 with SMTP id 13so3252959vws.26\r
24         for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 11:37:13 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=sender:from:to:subject:date:message-id:x-mailer;\r
27         bh=O4L1B5dDmCZG6V/3pFMWVMWo644JkPKPilPGd01zerM=;\r
28         b=WL7NBbdZGtPjBYz4JQuHC0Bz50+aXxFoaytfOKM1a3LAQy/+U7nEhazN7LQHdJXLe5\r
29         mGSu+tCcP8I/0ceOQlKTZnaDASdTKkqrZ536KQhk1JkvBWYidWt/YQkTkQ6/7Zr6DJRL\r
30         MQbh9A1zNlEWdi5/qX1CUj6evQqayO4uElZL4=\r
31 Received: by 10.52.89.100 with SMTP id bn4mr2739147vdb.206.1310409433250;\r
32         Mon, 11 Jul 2011 11:37:13 -0700 (PDT)\r
33 Received: from localhost.localdomain (c-98-216-100-90.hsd1.ma.comcast.net\r
34         [98.216.100.90])\r
35         by mx.google.com with ESMTPS id d3sm4620791vdg.24.2011.07.11.11.37.11\r
36         (version=SSLv3 cipher=OTHER); Mon, 11 Jul 2011 11:37:12 -0700 (PDT)\r
37 Sender: Jason Woofenden <jasonwoof@gmail.com>\r
38 From: Jason Woofenden <jason@jasonwoof.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH] Feature request: nicknames for senders\r
41 Date: Mon, 11 Jul 2011 14:37:00 -0400\r
42 Message-Id: <1310409421-4446-1-git-send-email-jason@jasonwoof.com>\r
43 X-Mailer: git-send-email 1.7.5.4\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Mon, 11 Jul 2011 18:37:14 -0000\r
57 \r
58 I implemented a feature I wanted: nicknames for the list of senders\r
59 on the search view.\r
60 \r
61 At first I just added a setting with my full name and had it\r
62 replace that with "me". But then I figured it'd be better to allow\r
63 the user to specify a list of replacements, and instead made a more\r
64 general "nicknames" list.\r
65 \r
66 Then I made myself a nice long dictionary to shorten the names of\r
67 folks I communicate with regularly. Mostly reducing them to first\r
68 names. Now it's much more common that I can see all the senders in\r
69 the narrow senders column.\r
70 \r
71 \r
72 Thoughts?\r
73 \r
74 \r
75        -- Jason\r