help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using date ranges in emacs notmuch search


From: Andreas Röhler
Subject: Re: Using date ranges in emacs notmuch search
Date: Tue, 26 Jul 2011 08:39:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

Am 25.07.2011 21:32, schrieb suvayu ali:
On Mon, Jul 25, 2011 at 9:06 PM, Andreas Röhler
<andreas.roehler@easy-emacs.de>  wrote:
M-! echo $(($(date +%s)-5270400))..$(date +%s)

makes some nice output...

I am not sure what you mean. The notmuch command would be:

notmuch search "$(($(date +%s)-5270400))..$(date +%s)"

My issue was this command works on the terminal, not in the emacs
frontend to notmuch. The problem is, as Michal mentioned, the emacs
interface does not use the shell.


Maybe pre-process resp. advice the Emacs interface?

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]