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 A9CA46DE2672 for ; Mon, 17 Jul 2017 08:06:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.005 X-Spam-Level: X-Spam-Status: No, score=0.005 tagged_above=-999 required=5 tests=[AWL=0.004, HEADER_FROM_DIFFERENT_DOMAINS=0.001] 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 yu5vBKj-hsLk for ; Mon, 17 Jul 2017 08:06:21 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 6A2F56DE257E for ; Mon, 17 Jul 2017 08:06:21 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1dX7Y3-0003DO-E5; Mon, 17 Jul 2017 11:02:59 -0400 Received: (nullmailer pid 17999 invoked by uid 1000); Mon, 17 Jul 2017 15:06:15 -0000 From: David Bremner To: notmuch@notmuchmail.org, notmuch@freelists.org Subject: cleanup patches for 0.25 Date: Mon, 17 Jul 2017 12:06:08 -0300 Message-Id: <20170717150612.17933-1-david@tethera.net> X-Mailer: git-send-email 2.11.0 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: Mon, 17 Jul 2017 15:06:22 -0000 [PATCH 1/4] util: make g_mime_utils_header_decode_date_unix match This I already pushed, as it seemed a bit urgent [PATCH 3/4] emacs: convert remaining format-versions from 3 to 4 I don't really know why this wasn't done in the first place, but since the update from 3 to 4 is hassle free on the emacs side, may as well be consistent [PATCH 4/4] debian: allow emacs25 as a build depends Another thing I've been meaning to fix, now seems like a good time.