Re: [DRAFT PATCH] emacs: show local date next to Date: in case value differs
authorDavid Bremner <david@tethera.net>
Wed, 1 Apr 2015 23:30:27 +0000 (08:30 +0900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:39 +0000 (14:48 -0700)
21/330d82ad8b9797272be33ac7f7c4d7b3c90100 [new file with mode: 0644]

diff --git a/21/330d82ad8b9797272be33ac7f7c4d7b3c90100 b/21/330d82ad8b9797272be33ac7f7c4d7b3c90100
new file mode 100644 (file)
index 0000000..87a589f
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 5290D6DE199C\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:04:04 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.359\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.359 tagged_above=-999 required=5 tests=[AWL=0.283, \r
+ DATE_IN_PAST_03_06=1.076] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id CY9hrOAp7Sjb for <notmuch@notmuchmail.org>;\r
+ Fri,  3 Apr 2015 16:04:02 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 6E2446DE1989\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:04:02 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <david@tethera.net>)\r
+ id 1YdXFx-0003SA-DJ; Thu, 02 Apr 2015 05:01:29 +0000\r
+Received: (nullmailer pid 4269 invoked by uid 1000); Wed, 01 Apr 2015\r
+ 23:30:27 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
+Subject: Re: [DRAFT PATCH] emacs: show local date next to Date: in case value\r
+ differs\r
+In-Reply-To: <1427132722-20346-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1427132722-20346-1-git-send-email-tomi.ollila@iki.fi>\r
+User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Thu, 02 Apr 2015 08:30:27 +0900\r
+Message-ID: <87vbhf2zqk.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\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: Fri, 03 Apr 2015 23:04:04 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+> When adding Date: header of a message to notmuch-show buffer, compare the\r
+> date string with local representation of it and if these differ, output\r
+> Date: {original-date-string}  ({local-date-representation})\r
+\r
+One thing I found confusing is that the local date representation is\r
+mostly redundant in the default configuration, as the date shown in the\r
+"headerline" is already in the local time zone if\r
+"notmuch-show-relative-dates" is t. From the fact that you made this\r
+patch I'm guessing that you don't use that setting.\r
+\r
+One option which would have the advantage not being as wide on the\r
+screen (Maybe my use case is strange, but I often use notmuch is 66\r
+column half screen-width terminals) would be to (optionally?) display\r
+the non-relative date in the headerline in the local time zone.\r
+\r
+> This is useful e.g. when mail system provides Date: strings with\r
+> different timezone information than the sender is located at.\r
+\r
+I'm not sure how local time information helps with the sender?  Unless\r
+you happen to be in the same time zone.\r
+\r
+d\r
+\r