From: Shea Levy Date: Tue, 9 Aug 2016 20:55:14 +0000 (+2000) Subject: [PATCH 0/4] Allow specifying alternate names for addresses in other_email X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f479622f4eaa9b3691189de7afbed65fafee5b79;p=notmuch-archives.git [PATCH 0/4] Allow specifying alternate names for addresses in other_email --- diff --git a/7d/e3c80e1ca6b9f1c3e3472c4ef4825d617b40c7 b/7d/e3c80e1ca6b9f1c3e3472c4ef4825d617b40c7 new file mode 100644 index 000000000..4cc7c1eb1 --- /dev/null +++ b/7d/e3c80e1ca6b9f1c3e3472c4ef4825d617b40c7 @@ -0,0 +1,66 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 3EA646DE0319 + for ; Tue, 9 Aug 2016 14:04:18 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.01 +X-Spam-Level: +X-Spam-Status: No, score=-0.01 tagged_above=-999 required=5 tests=[AWL=-0.010, + RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id tb6vpmJP3co9 for ; + Tue, 9 Aug 2016 14:04:10 -0700 (PDT) +Received: from smtprelay.hostedemail.com (smtprelay0007.hostedemail.com + [216.40.44.7]) + by arlo.cworth.org (Postfix) with ESMTPS id 737A76DE01CE + for ; Tue, 9 Aug 2016 14:04:10 -0700 (PDT) +Received: from smtprelay.hostedemail.com (10.5.19.251.rfc1918.com + [10.5.19.251]) + by smtpgrave02.hostedemail.com (Postfix) with ESMTP id 00F8F473E + for ; Tue, 9 Aug 2016 20:56:38 +0000 (UTC) +Received: from filter.hostedemail.com (unknown [216.40.38.60]) + by smtprelay01.hostedemail.com (Postfix) with ESMTP id C103F2341C + for ; Tue, 9 Aug 2016 20:56:37 +0000 (UTC) +X-Session-Marker: 7368656140736865616C6576792E636F6D +X-Spam-Summary: 2, 0, 0, , d41d8cd98f00b204, shea@shealevy.com, :, + RULES_HIT:41:355:379:541:988:989:1260:1345:1381:1437:1538:1567:1711:1714:1730:1747:1777:1792:2393:2553:2559:2562:2693:2895:3138:3139:3140:3141:3142:3622:3690:3865:3866:3867:3868:3870:3872:5007:6248:6261:10004:10044:10848:11658:11914:12517:12519:13069:13072:13161:13229:13311:13357:14181:14384:14394:14721:14777:21080:21433:30003:30022:30029:30030:30054:30090, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, + DomainCache:0, MSF:not bulk, SPF:fn, MSBL:0, DNSBL:none, Custom_rules:0:0:0, + LFtime:2, LUA_SUMMARY:none +X-HE-Tag: juice15_1ca207fd9521f +X-Filterd-Recvd-Size: 945 +Received: from shlevy-laptop.local.tld (unknown [184.209.6.164]) + (Authenticated sender: shea@shealevy.com) + by omf08.hostedemail.com (Postfix) with ESMTPA + for ; Tue, 9 Aug 2016 20:56:36 +0000 (UTC) +From: Shea Levy +To: notmuch@notmuchmail.org +Subject: [PATCH 0/4] Allow specifying alternate names for addresses in + other_email +Date: Tue, 9 Aug 2016 16:55:14 -0400 +Message-Id: <1470776118-5070-1-git-send-email-shea@shealevy.com> +X-Mailer: git-send-email 2.7.4 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 09 Aug 2016 21:04:18 -0000 + +Currently, while notmuch-reply will recognize email addresses other than +the main address with user.other_email, it always sets the name part of +the address in the envelope-from and From headers to user.name. This +patchset enables specifying names on a per-address basis with a new +user.other_name property. Presumably other users of user.other_email +may want to use this as well, but those are not updated currently. +