From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0D3C7431FC7 for ; Thu, 6 Nov 2014 11:16:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7] 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 FdXphYIpvDci for ; Thu, 6 Nov 2014 11:16:16 -0800 (PST) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D8D10431FC4 for ; Thu, 6 Nov 2014 11:16:15 -0800 (PST) Received: by mail-la0-f54.google.com with SMTP id s18so3140349lam.41 for ; Thu, 06 Nov 2014 11:16:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=schoepe.org; s=google; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; bh=hc9UmZCxgSRLBrCgD0IBABTczOum5tvJTQhrzo367ic=; b=WlggDtJRKKAYZY+xNA8cuBgiafdyGJFxmQflAQrQwlclU+k2pkelMREtGtizLDmU/M /62Sk9VjD2E87KeY/Wg8DKvNlBCqXGEnJe1hRrnp0WOl+lusFgJyPCQb/81E2SKomwuB mZTKQL18gOmmDmaY+WavTeJgQbdBApdsNxJfA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type :content-transfer-encoding; bh=hc9UmZCxgSRLBrCgD0IBABTczOum5tvJTQhrzo367ic=; b=bFYcM2bJvIOk3IHly0VOqO3044ug+XFQ0xvlt7DzVYKxFOWA6fn3d++l6y4BcVG1s0 vTFycYrlmJcVQrVa1nNKeIrB4guOmHYbkq1peS7IK9z2pHX9/9wPI3tLG14an001A6Nh 0t57FFMrU2lrpcBUbSmlxpRWhWHyEXQEdyT2QH/jQN5bDamxwmHYXRHnjjgh7ni/daF2 btwPMgzYZYy//vW7jArxm9sC092MNIUvMuK/KgEwOltd11WGIEAztT0K7M0PTpZGr0nD 5bL0GP9TBfYi00SXvKo4ul9ulI4YnslQYRXiYx7fhBqiohMr6sD3rnXKTO6E+XR3dA7s hoNg== X-Gm-Message-State: ALoCoQkJMjwUjk3YpwqKmKudbWPj4qpPdFfyxWq1bmsBCEvZPaMLWu+Gi8iEj+a3ZX4U3kjrVfYx X-Received: by 10.152.29.41 with SMTP id g9mr6865619lah.83.1415301374294; Thu, 06 Nov 2014 11:16:14 -0800 (PST) Received: from localhost (ds00.ekb.sgsnet.se. [46.239.108.171]) by mx.google.com with ESMTPSA id z10sm2695057lbo.33.2014.11.06.11.16.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 11:16:13 -0800 (PST) From: Daniel Schoepe To: Trevor Jim Subject: Re: Snoozing messages In-Reply-To: References: User-Agent: Notmuch/0.18.2+162~g34d2c62 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-unknown-linux-gnu) Date: Thu, 06 Nov 2014 20:16:11 +0100 Message-ID: <87a944b0n8.fsf@schoepe.localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: notmuch@notmuchmail.org 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: Thu, 06 Nov 2014 19:16:23 -0000 Hi Trevor, yeah I saw that your client implemented that, but didn't want to switch away from the standard emacs interface. Moreover, by using a daemon like at the functionality can basically be used with any notmuch interface. Best regards, Daniel On Thu, 06 Nov 2014 20:09 +0100, Trevor Jim wrote: > BTW my nevermore client for notmuch implements snoozing in elisp. It's ba= rely functional but nice in that it does not rely on a separate daemon like= at. > https://github.com/tjim/nevermore > > -Trevor > =EF=BB=BF