* [PATCH] emacs: add path: prefix to query completion
@ 2014-03-19 16:53 Jani Nikula
2014-03-19 19:11 ` Tomi Ollila
2014-03-23 11:42 ` David Bremner
0 siblings, 2 replies; 3+ messages in thread
From: Jani Nikula @ 2014-03-19 16:53 UTC (permalink / raw)
To: notmuch
Complete to the new path: prefix.
---
emacs/notmuch.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 047175001c77..65baa0cb8886 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -829,7 +829,7 @@ See `notmuch-tag' for information on the format of TAG-CHANGES."
PROMPT is the string to prompt with."
(lexical-let
((completions
- (append (list "folder:" "thread:" "id:" "date:" "from:" "to:"
+ (append (list "folder:" "path:" "thread:" "id:" "date:" "from:" "to:"
"subject:" "attachment:")
(mapcar (lambda (tag)
(concat "tag:" (notmuch-escape-boolean-term tag)))
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] emacs: add path: prefix to query completion
2014-03-19 16:53 [PATCH] emacs: add path: prefix to query completion Jani Nikula
@ 2014-03-19 19:11 ` Tomi Ollila
2014-03-23 11:42 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: Tomi Ollila @ 2014-03-19 19:11 UTC (permalink / raw)
To: Jani Nikula, notmuch
On Wed, Mar 19 2014, Jani Nikula <jani@nikula.org> wrote:
> Complete to the new path: prefix.
> ---
LGTM.
> emacs/notmuch.el | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/emacs/notmuch.el b/emacs/notmuch.el
> index 047175001c77..65baa0cb8886 100644
> --- a/emacs/notmuch.el
> +++ b/emacs/notmuch.el
> @@ -829,7 +829,7 @@ See `notmuch-tag' for information on the format of TAG-CHANGES."
> PROMPT is the string to prompt with."
> (lexical-let
> ((completions
> - (append (list "folder:" "thread:" "id:" "date:" "from:" "to:"
> + (append (list "folder:" "path:" "thread:" "id:" "date:" "from:" "to:"
> "subject:" "attachment:")
> (mapcar (lambda (tag)
> (concat "tag:" (notmuch-escape-boolean-term tag)))
> --
> 1.9.0
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] emacs: add path: prefix to query completion
2014-03-19 16:53 [PATCH] emacs: add path: prefix to query completion Jani Nikula
2014-03-19 19:11 ` Tomi Ollila
@ 2014-03-23 11:42 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: David Bremner @ 2014-03-23 11:42 UTC (permalink / raw)
To: Jani Nikula, notmuch
Jani Nikula <jani@nikula.org> writes:
> Complete to the new path: prefix.
pushed,
d
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-23 11:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 16:53 [PATCH] emacs: add path: prefix to query completion Jani Nikula
2014-03-19 19:11 ` Tomi Ollila
2014-03-23 11:42 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).