From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 4CBA56DE0355 for ; Wed, 20 Sep 2017 09:24:54 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.285 X-Spam-Level: X-Spam-Status: No, score=-0.285 tagged_above=-999 required=5 tests=[AWL=-0.154, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 e5TiLJAPLW7y for ; Wed, 20 Sep 2017 09:24:53 -0700 (PDT) Received: from mail-pg0-f46.google.com (mail-pg0-f46.google.com [74.125.83.46]) by arlo.cworth.org (Postfix) with ESMTPS id 73A856DE00DB for ; Wed, 20 Sep 2017 09:24:53 -0700 (PDT) Received: by mail-pg0-f46.google.com with SMTP id d8so1956709pgt.4 for ; Wed, 20 Sep 2017 09:24:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=mDRvirx2REEPiWdwjcNcpb2SsrR4M30VKnQAHcZbBxY=; b=QpWTWl+eutZxcSjO766r4aGgfGVvcDJC1HK2mKOSlDmlhugXtPBR9i5qXxkiLTiAYL CeqZgSqdkJR4OBspdAS47WRV51md/HvSAemHA4jU8vdYmYyPZyLXFTTtnS6Kyj/BfTMY IpY6XTMwEBvKL30SJA9D58N++dA1wiK92v9Lj7jqJ8VOi+4AJ0UNqHADUf3L3/NdQZaz 7WxDSYHXhQLSt2jtUfxaxyet0PNPeIQgpi63loGu/MUSL5i0TYAyn5YPQ6jC9b34ProY y1moqvOssylskTYC6jCPwXc6EnlQsEDroG2d80Bbg4BOz7a4xgffAVHeWf5fHZy+e0eV eIwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=mDRvirx2REEPiWdwjcNcpb2SsrR4M30VKnQAHcZbBxY=; b=chsgK5LlPe1kp+Y34jFjASjHtJPP+zBnAqJC9j2+ujJDWjOOOMGWZ1YobcDu081iD5 ytpoA48xYt1Rufm3jzrZFHsa8vPg0Nxux+3ir/Ywx8xjeFHWFikAa5rvg/MMQbuTLQUh 9FNXcqReDM9DuJeO6+noWvhbroYfHEqwYPTHEpXATAalwImgXHtjiuE5yeTy2T7Zz4DQ K2YMaAWi4FUOJDIgh8kJ0IEBwd0pbpHZeiXtnv99DELgbwJe0CHSeCCLst9sDNRPW6Aq 8FRWCDdFZz2ZhpyWnzJc75GvxDmcJVObDScQ3MBIBN/oJ4yBH2dgOtrRCG1BwXbWGjcF /2ow== X-Gm-Message-State: AHPjjUgE5O7DuEEcjLAteWMs3fNyh/vNhYCKzhe1njuX6gtD+CYbrT+b BDBQMThE86m/Ok3XETCqRFe0tJDaEA4= X-Google-Smtp-Source: AOwi7QCYvg95hW2J6oIf5L/hQ8Bm3fsi9x1QuDXhRb12wCg+GcEy8Qq6RzeSEA41b4/SKov1olN/xg== X-Received: by 10.98.103.27 with SMTP id b27mr2706865pfc.160.1505924691463; Wed, 20 Sep 2017 09:24:51 -0700 (PDT) Received: from marmstrong-linux.kir.corp.google.com ([2620:0:1008:11:771f:5f3:ca2f:b612]) by smtp.gmail.com with ESMTPSA id q23sm8867592pfk.182.2017.09.20.09.24.49 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Sep 2017 09:24:50 -0700 (PDT) From: Matt Armstrong To: notmuch@notmuchmail.org Subject: notmuch.el: "wash" date in message display Date: Wed, 20 Sep 2017 09:24:49 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 20 Sep 2017 16:24:54 -0000 I miss some of the Gnus "wash" functions available for message display. There was one that either reformatted the Date: header into my time zone, or displayed the Date in terms of elapsed time from now (e.g. 1 hour ago, 1 day ago, etc.). I don't remember which, but I'd be happy with either. Has anybody integrated a feature like that into notmuch.el? It wouldn't be hard, but I'd feel dumb if I did the work and there was some variable I could set to get a similar effect.