Re: $(date ...)..$(date ...) request from Emacs
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 24 Aug 2013 10:49:48 +0000 (13:49 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:37 +0000 (09:56 -0800)
73/536028147952820dac426abc85b99c224c2743 [new file with mode: 0644]

diff --git a/73/536028147952820dac426abc85b99c224c2743 b/73/536028147952820dac426abc85b99c224c2743
new file mode 100644 (file)
index 0000000..a868479
--- /dev/null
@@ -0,0 +1,93 @@
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 515F0431FD9\r
+       for <notmuch@notmuchmail.org>; Sat, 24 Aug 2013 03:50:04 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id H78UcgQ3MCkk for <notmuch@notmuchmail.org>;\r
+       Sat, 24 Aug 2013 03:49:57 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6DB12431FBD\r
+       for <notmuch@notmuchmail.org>; Sat, 24 Aug 2013 03:49:57 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 7E36E100086;\r
+       Sat, 24 Aug 2013 13:49:48 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Bastien <bzg@altern.org>, notmuch@notmuchmail.org\r
+Subject: Re: $(date ...)..$(date ...) request from Emacs\r
+In-Reply-To: <87d2p3s70o.fsf@bzg.ath.cx>\r
+References: <87d2p3s70o.fsf@bzg.ath.cx>\r
+User-Agent: Notmuch/0.16+11~gf21768f (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sat, 24 Aug 2013 13:49:48 +0300\r
+Message-ID: <m28uzrtlbn.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Sat, 24 Aug 2013 10:50:04 -0000\r
+\r
+On Sat, Aug 24 2013, Bastien <bzg@altern.org> wrote:\r
+\r
+> Hi again,\r
+>\r
+> notmuch search $(date +%s -d 2009-10-01)..$(date +%s -d 2009-10-02)\r
+>\r
+> works wonders from the command line, but not from within Emacs:\r
+>\r
+> M-x notmuch-search RET $(date +%s -d 2009-10-01)..$(date +%s -d 2009-10-02)\r
+\r
+there is no shell expansion done to the string... \r
+\r
+... however\r
+\r
+M-x notmuch-search RET date:2009-10-01..2009-10-02\r
+\r
+should do it (provided you have at least notmuch 0.15 (or so))\r
+\r
+Tomi\r
+\r
+\r
+>\r
+> [Sat Aug 24 12:39:15 2013]\r
+> A Xapian exception occurred performing query: Unknown range operation\r
+> Query string was: $(date +%s -d 2009-10-01)..$(date +%s -d 2009-10-02)\r
+> command: notmuch search --format\=sexp --format-version\=1 --sort\=newest-first \$\(date\ \+\%s\ -d\ 2009-10-01\)..\$\(date\ \+\%s\ -d\ 2009-10-02\)\r
+> exit status: 1\r
+> stderr:\r
+> A Xapian exception occurred performing query: Unknown range operation\r
+> Query string was: $(date +%s -d 2009-10-01)..$(date +%s -d 2009-10-02)\r
+>\r
+> I see --format=sexp -- does that mean we need to protect those\r
+> kinds of requests somehow?\r
+>\r
+> Thanks for your help!\r
+>\r
+> -- \r
+>  Bastien\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r