Search Criteria
Package Details: notmuch-addrlookup-c v9-2
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: | |
Submitter: | fivedigits |
Maintainer: | j605 |
Last Packager: | j605 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-01-19 14:17 |
Last Updated: | 2020-10-04 13:44 |
Latest Comments
1 2 Next › Last »
fommil commented on 2020-10-04 07:39
I recommend changing the
depends
tonotmuch-runtime
, avoiding a dependency on thenotmuch
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
It is a compiled binary. So
arch=('any')
is wrong. Please set supportetarch
es (e.g. 'i686', 'x86_64', 'arm'-variants ...).dreieck commented on 2018-09-03 13:06
Version v9 is out. Please update.
duckdalbe commented on 2018-05-31 19:28
A hint: v9 compiles fine, just change the
pkgver
in the PKGBUILD.fivedigits commented on 2017-10-12 11:11
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
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]
Anonymous comment on 2017-09-13 08:38
Thank you for maintaining this package.
The present git code compiles fine.
fivedigits commented on 2017-09-13 08:07
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
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.
fivedigits commented on 2016-03-29 08:19
Thanks, should be fixed.