Re: Two perceived query language imbalances

2021-04-28 Thread David Bremner
Alexander Adolf writes: > Is there a "wish list" of sorts, and if so, could it perhaps seem > worthwhile adding this to the wish list? Yes, there is a list at https://nmbug.notmuchmail.org/status/#Wish-list Your message is now on that list. ___

Re: Two perceived query language imbalances

2021-04-28 Thread David Bremner
Michael J Gruber writes: > > In that case, I suggest that `notmuch search --output=messages` outputs > message ids in the form `mid:...`, as well. Users can discover > `--output=messages` from command completion and could learn the "right" > search prefix from the command output. > In fact

Re: Two perceived query language imbalances

2021-04-27 Thread Michael J Gruber
Alexander Adolf venit, vidit, dixit 2021-04-27 13:34:03: > Hello David, [...] > >>> id: or mid: or mid:// > >>>For id: and mid:, message ID values are the literal contents of > >>>the Message-ID: header of email messages, but without the '<', > >>>'>' delimiters. > >> > >>

Re: Two perceived query language imbalances

2021-04-27 Thread Alexander Adolf
Hello David, Many thanks for your swift response, and explanations. David Bremner writes: > [...] >> Any technical reason for "from" having a regex search, but "to" not? > > Yes, it is purely technical. The regex support relies on the existence > of a Xapian value slot for the field in

Re: Two perceived query language imbalances

2021-04-23 Thread David Bremner
Alexander Adolf writes: > > Any technical reason for "from" having a regex search, but "to" not? Yes, it is purely technical. The regex support relies on the existence of a Xapian value slot for the field in question. It isn't clear what the time / space impact of adding another value slot