New issue 31 by j...@nikula.org: Feature request: simple query output
format to ease goobook use with notmuch
http://code.google.com/p/goobook/issues/detail?id=31
It's possible to use goobook with the notmuch (http://notmuchmail.org/)
emacs ui. Unfortunately the 'goobook query' output format requires some sed
filtering to make it work. See http://notmuchmail.org/emacstips/#index12h2.
Basically what would be required is to have an option for 'goobook query'
that would output matches one per line, in format:
Firstname Lastname <us...@example.com>
The output for groups is otherwise fine (a list of comma separated names
and addresses like above, one line per matching group), but the group name
could be dropped from the end.
In all cases, including no matches, there should be no blank lines in the
output.
I imagine this would be fairly straightforward to implement in goobook, and
much less error prone than piping through sed.
Comment #1 on issue 31 by h...@furuvik.net: Feature request: simple query
output format to ease goobook use with notmuch
http://code.google.com/p/goobook/issues/detail?id=31
(No comment was entered for this change.)