notmuch clon
Find a file
Carl Worth 8e96a87fff Remove all calls to g_strdup_printf
Replacing them with calls to talloc_asprintf if possible, otherwise
to asprintf (with it's painful error-handling leaving the pointer
undefined).
2009-10-26 15:17:10 -07:00
.gitignore .gitignore: Ignore generated file Makefile.dep 2009-10-20 23:13:28 -07:00
AUTHORS Rename sha1.c to libsha1.c 2009-10-21 23:27:48 -07:00
COPYING Add copy of GNU General Public License (version 3). 2009-10-21 16:25:08 -07:00
COPYING-GPL-3 Add copy of GNU General Public License (version 3). 2009-10-21 16:25:08 -07:00
database-private.h notmuch dump: Fix the sorting of results. 2009-10-21 00:35:56 -07:00
database.cc Remove all calls to g_strdup_printf 2009-10-26 15:17:10 -07:00
date.c Add -Wwrite-strings and fix warnings. 2009-10-25 15:55:23 -07:00
libsha1.c Rename sha1.c to libsha1.c 2009-10-21 23:27:48 -07:00
libsha1.h Add sha1.c and libsha1.h for doing SHA-1-based message-ID generation. 2009-10-21 21:33:02 -07:00
Makefile Move terms and tags code to a new tags.cc file. 2009-10-26 05:53:40 -07:00
message-file.c Remove all calls to g_strdup_printf 2009-10-26 15:17:10 -07:00
message.cc tags: Replace sort() and reset() with prepare_iterator(). 2009-10-26 14:12:56 -07:00
message.h notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
notmuch-completion.bash Add bash-completion script for notmuch. 2009-10-24 22:28:22 -07:00
notmuch-private.h Remove all calls to g_strdup_printf 2009-10-26 15:17:10 -07:00
notmuch.c Remove all calls to g_strdup_printf 2009-10-26 15:17:10 -07:00
notmuch.h Add notmuch_thread_get_tags 2009-10-26 14:46:14 -07:00
query.cc Add notmuch_thread_get_tags 2009-10-26 14:46:14 -07:00
sha1.c sha1: Add new notmuch_sha1_of_string function 2009-10-23 13:54:53 -07:00
tags.c tags: Replace sort() and reset() with prepare_iterator(). 2009-10-26 14:12:56 -07:00
thread.cc Add notmuch_thread_get_tags 2009-10-26 14:46:14 -07:00
TODO Add TODO file. 2009-10-25 23:18:05 -07:00
xutil.c Add -Wextra and fix warnings. 2009-10-25 15:52:14 -07:00
xutil.h Add wrappers for regcomp and regexec to xutil.c. 2009-10-21 15:07:20 -07:00