Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 932D0429E49 for ; Sat, 25 Feb 2012 19:06:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yDvV2pPOohZK for ; Sat, 25 Feb 2012 19:06:30 -0800 (PST) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 89DBA414882 for ; Sat, 25 Feb 2012 18:48:04 -0800 (PST) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S1KfD-0004qB-Rr for notmuch@notmuchmail.org; Sat, 25 Feb 2012 17:40:03 +0100 Received: from 84-217-234-47.tn.glocalnet.net ([84.217.234.47]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2012 17:40:03 +0100 Received: from quite by 84-217-234-47.tn.glocalnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Feb 2012 17:40:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: notmuch@notmuchmail.org From: Daniel Subject: Replacing my name/email with "me" (or similar) in author lists Date: Sat, 25 Feb 2012 16:34:15 +0000 (UTC) Lines: 8 Message-ID: X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 84-217-234-47.tn.glocalnet.net User-Agent: slrn/pre1.0.0-26 (Linux) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sun, 26 Feb 2012 03:06:32 -0000 Have somebody tried to implement replacement of the user author with "me" in author lists (using defined email address(es))? >From what I understand, at least the Python bindings deliver primarily author names (not addresses), so it would seem more appropriate that this be done in the backend. But I don't know much about the backend, and have so far only played with the client Alot.