The package is now at v10.
I added a patch (inspired by this pull request: https://github.com/aperezdc/notmuch-addrlookup-c/pull/33) to take into account the NOTMUCH_PROFILE environment variable, as well as all other files that are listed in the FILES section of notmuch-config(1); see https://man.archlinux.org/man/notmuch-config.1.en#FILES.
Search Criteria
Package Details: notmuch-addrlookup-c v10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/notmuch-addrlookup-c.git (read-only, click to copy) |
|---|---|
| Package Base: | notmuch-addrlookup-c |
| Description: | A tool to query the notmuch database for addresses. |
| Upstream URL: | https://github.com/aperezdc/notmuch-addrlookup-c |
| Keywords: | addressbook notmuch |
| Licenses: | MIT |
| Submitter: | fivedigits |
| Maintainer: | moreka |
| Last Packager: | moreka |
| Votes: | 4 |
| Popularity: | 0.018463 |
| First Submitted: | 2015-01-19 14:17 (UTC) |
| Last Updated: | 2025-10-02 08:01 (UTC) |
Dependencies (2)
Required by (0)
Sources (3)
moreka commented on 2025-10-02 08:08 (UTC) (edited on 2025-10-02 08:10 (UTC) by moreka)
fommil commented on 2020-10-04 07:39 (UTC)
I recommend changing the depends to notmuch-runtime, avoiding a dependency on the notmuch emacs lisp files (and therefore removing a dependency on emacs... allowing the user to self-manage emacs and/or their notmuch elisp files).
Thanks for making this available!
dreieck commented on 2018-09-03 13:08 (UTC)
It is a compiled binary. So arch=('any') is wrong. Please set supportet arches (e.g. 'i686', 'x86_64', 'arm'-variants ...).
dreieck commented on 2018-09-03 13:06 (UTC)
Version v9 is out. Please update.
duckdalbe commented on 2018-05-31 19:28 (UTC)
A hint: v9 compiles fine, just change the pkgver in the PKGBUILD.
fivedigits commented on 2017-10-12 11:11 (UTC)
I orphaned the package, because I stopped using this myself and cannot reasonably maintain it this way. Please adpot it, if you use it and have the time.
petRUShka commented on 2017-09-25 13:48 (UTC)
It is not compiling right now:
==> Starting build()...
cc -Wall -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -std=c99 -D_FORTIFY_SOURCE=2 -c -o notmuch-addrlookup.o notmuch-addrlookup.c
notmuch-addrlookup.c: In function ‘create_queries’:
notmuch-addrlookup.c:175:24: error: too few arguments to function ‘notmuch_query_count_messages’
unsigned int count = notmuch_query_count_messages (queries[0])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from notmuch-addrlookup.c:9:0:
/usr/include/notmuch.h:1031:1: note: declared here
notmuch_query_count_messages (notmuch_query_t *query, unsigned int *count);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
notmuch-addrlookup.c:176:24: error: too few arguments to function ‘notmuch_query_count_messages’
+ notmuch_query_count_messages (queries[1]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from notmuch-addrlookup.c:9:0:
/usr/include/notmuch.h:1031:1: note: declared here
notmuch_query_count_messages (notmuch_query_t *query, unsigned int *count);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
notmuch-addrlookup.c: In function ‘run_queries’:
notmuch-addrlookup.c:237:24: error: too few arguments to function ‘notmuch_query_search_messages’
if (!(messages = notmuch_query_search_messages (queries[i])))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from notmuch-addrlookup.c:9:0:
/usr/include/notmuch.h:934:1: note: declared here
notmuch_query_search_messages (notmuch_query_t *query,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [<builtin>: notmuch-addrlookup.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build notmuch-addrlookup-c.
==> Restart building notmuch-addrlookup-c ? [y/N]
<deleted-account> commented on 2017-09-13 08:38 (UTC)
Thank you for maintaining this package.
The present git code compiles fine.
fivedigits commented on 2017-09-13 08:07 (UTC)
Ill get around to fixing it in a few days. For me it is building just fine at the moment. Sorry, for the delay.
alexpearce commented on 2017-08-09 07:30 (UTC)
Just a heads-up: the current version of this is not compatible with libnotmuch 5.0.0; the package doesn't compile due to function signature changes. Building from the HEAD of the master branch works, albeit with some deprecation warnings.
Pinned Comments
moreka commented on 2025-10-02 08:08 (UTC) (edited on 2025-10-02 08:10 (UTC) by moreka)
The package is now at v10. I added a patch (inspired by this pull request: https://github.com/aperezdc/notmuch-addrlookup-c/pull/33) to take into account the
NOTMUCH_PROFILEenvironment variable, as well as all other files that are listed in theFILESsection ofnotmuch-config(1); see https://man.archlinux.org/man/notmuch-config.1.en#FILES.