[PATCH] Feature request: nicknames for senders
authorJason Woofenden <jason@jasonwoof.com>
Mon, 11 Jul 2011 18:37:00 +0000 (14:37 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:04 +0000 (09:39 -0800)
cc/ffa367ff0559cbd1a2de04243a7977a31c21ba [new file with mode: 0644]

diff --git a/cc/ffa367ff0559cbd1a2de04243a7977a31c21ba b/cc/ffa367ff0559cbd1a2de04243a7977a31c21ba
new file mode 100644 (file)
index 0000000..70de8f1
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <jasonwoof@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8767C431FD0\r
+       for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 11:37:14 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.699\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
+       RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id cz+sZTCquQIY for <notmuch@notmuchmail.org>;\r
+       Mon, 11 Jul 2011 11:37:14 -0700 (PDT)\r
+Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com\r
+       [209.85.212.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 0E887431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 11:37:13 -0700 (PDT)\r
+Received: by vws13 with SMTP id 13so3252959vws.26\r
+       for <notmuch@notmuchmail.org>; Mon, 11 Jul 2011 11:37:13 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=sender:from:to:subject:date:message-id:x-mailer;\r
+       bh=O4L1B5dDmCZG6V/3pFMWVMWo644JkPKPilPGd01zerM=;\r
+       b=WL7NBbdZGtPjBYz4JQuHC0Bz50+aXxFoaytfOKM1a3LAQy/+U7nEhazN7LQHdJXLe5\r
+       mGSu+tCcP8I/0ceOQlKTZnaDASdTKkqrZ536KQhk1JkvBWYidWt/YQkTkQ6/7Zr6DJRL\r
+       MQbh9A1zNlEWdi5/qX1CUj6evQqayO4uElZL4=\r
+Received: by 10.52.89.100 with SMTP id bn4mr2739147vdb.206.1310409433250;\r
+       Mon, 11 Jul 2011 11:37:13 -0700 (PDT)\r
+Received: from localhost.localdomain (c-98-216-100-90.hsd1.ma.comcast.net\r
+       [98.216.100.90])\r
+       by mx.google.com with ESMTPS id d3sm4620791vdg.24.2011.07.11.11.37.11\r
+       (version=SSLv3 cipher=OTHER); Mon, 11 Jul 2011 11:37:12 -0700 (PDT)\r
+Sender: Jason Woofenden <jasonwoof@gmail.com>\r
+From: Jason Woofenden <jason@jasonwoof.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] Feature request: nicknames for senders\r
+Date: Mon, 11 Jul 2011 14:37:00 -0400\r
+Message-Id: <1310409421-4446-1-git-send-email-jason@jasonwoof.com>\r
+X-Mailer: git-send-email 1.7.5.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 11 Jul 2011 18:37:14 -0000\r
+\r
+I implemented a feature I wanted: nicknames for the list of senders\r
+on the search view.\r
+\r
+At first I just added a setting with my full name and had it\r
+replace that with "me". But then I figured it'd be better to allow\r
+the user to specify a list of replacements, and instead made a more\r
+general "nicknames" list.\r
+\r
+Then I made myself a nice long dictionary to shorten the names of\r
+folks I communicate with regularly. Mostly reducing them to first\r
+names. Now it's much more common that I can see all the senders in\r
+the narrow senders column.\r
+\r
+\r
+Thoughts?\r
+\r
+\r
+       -- Jason\r