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 46CB26DE0C36 for ; Fri, 12 May 2017 11:46:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.164 X-Spam-Level: X-Spam-Status: No, score=-0.164 tagged_above=-999 required=5 tests=[AWL=-0.144, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-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 83G10X18PMmz for ; Fri, 12 May 2017 11:45:59 -0700 (PDT) Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) by arlo.cworth.org (Postfix) with ESMTPS id 99A816DE0BB6 for ; Fri, 12 May 2017 11:45:59 -0700 (PDT) Received: by mail-lf0-f65.google.com with SMTP id q24so798058lfb.1 for ; Fri, 12 May 2017 11:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=y8R9K+gSjPzmZIG0YwFcW0hUXqFK7+PaIJIr87UReKc=; b=Xvol06A58sQRWFbV0SJFvYttADP1gpph9fxesZobppiI8TnyGN5WCgLX0zjG8n9Al7 WeQGaiAZSJ354wns6NQG/uu2iJXjV7TLl872ETZOQ/OyzFY0CQn+3Qm0EgBLjp6/SBUH /UV+x+bayUulbhWBsduGsUB8y8j90pZRT+tHF5UEVrAUcxRBcTJy0ao/LIkZayuKWG6O Oa5eNxPs86TqmgwWBvbqEba0Hb3Co527oFOqj6+f/te8qCtclcxCV/gxJnsExyaLsILT VdUMjjjHDWRB+6PlJXU4kp5+V8+UE3aTR7HpX41Sp72fxg0BzoOGFOBhJllOOPPpoDeY suVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=y8R9K+gSjPzmZIG0YwFcW0hUXqFK7+PaIJIr87UReKc=; b=h9SWYGHm5Zu3Je4ZsIZ47EbzNUO8FrfFD4yjfE5OTy+dj2cIvVh8gpD5lkztdMc0J3 HJQo+mb+ZtcE5r9yCmGqxkNoPqMWN4+pBmoi7k9kalfsPAEzXVEwj2PqnzbPZMDI5zlD mnIOs34ALeq0Fip0amiaP+C6Z6VEjVnD4oA5gIEf7jfLhxe9F2HnNAfRCJQ2iuqcl8Ru M2UTOfrX1+WBoVlWctbxK9WcKdd76wMWrovbwVo9ir+3wO8VZkYPiiclzbINfoI75Iu/ DNETlHWKRBUPu+KOk2IRit1bTFGf8MWRIyU4r5ceCBGx5POLgqkc0dCoPSWksHZO/nJt 8SMA== X-Gm-Message-State: AODbwcB0RSDOl1KkWtzYrWQlhq/h1wFpNQ3TOX2QJwhVuJg4wyqjNLrf owJOklgWAiJsAQ== X-Received: by 10.25.228.75 with SMTP id b72mr1928052lfh.177.1494614756327; Fri, 12 May 2017 11:45:56 -0700 (PDT) Received: from localhost (mobile-access-bcee7f-185.dhcp.inet.fi. [188.238.127.185]) by smtp.gmail.com with ESMTPSA id f88sm695678lfk.63.2017.05.12.11.45.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 12 May 2017 11:45:55 -0700 (PDT) From: Jani Nikula To: David Bremner , Tomi Ollila , notmuch@notmuchmail.org Cc: tomi.ollila@iki.fi, notmuch@freelists.org Subject: Re: [PATCH] emacs: with prefix argument, notmuch-show-stash-date stashes timestamp In-Reply-To: <87ziejt2bg.fsf@tethera.net> References: <20170408183343.396-1-tomi.ollila@iki.fi> <87ziejt2bg.fsf@tethera.net> Date: Fri, 12 May 2017 21:45:54 +0300 Message-ID: <87mvah3od9.fsf@nikula.org> 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: Fri, 12 May 2017 18:46:01 -0000 On Thu, 11 May 2017, David Bremner wrote: > Tomi Ollila writes: > >> Using timestamp of a message is useful in many Xapian queries. >> --- >> >> This is my suggested alternative to id:20170110181525.18269-1-jani@nikula.org >> since my comments in id:m2fuimv4mj.fsf@guru.guru-group.fi > > In case it's not obvious, I'm waiting for you two to come to some > consensus on this one. This patch seems like a worthwhile addition no matter what, and doesn't prevent us from adding formatted stashing later if we so decide. BR, Jani.