notmuch clon
Find a file
Carl Worth dbadca9a63 date.c: Remove all occurrences of g_return_val_if_fail
That's got to be one of the hardest macro names to read, ever,
(it's phrased with an implicit negative in the condition,
rather than something simple like "assert").

Plus, it's evil, since it's a macro with a return in it.

And finally, it's actually *longer* than just typing "if"
and "return". So what's the point of this ugly idiom?
2009-10-19 13:09:19 -07:00
.gitignore notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00
database.cc notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
date.c date.c: Remove all occurrences of g_return_val_if_fail 2009-10-19 13:09:19 -07:00
Makefile notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
message.c notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
message.h notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
notmuch-index-message.cc Fix more memory leaks. 2009-10-16 13:45:17 -07:00
notmuch-private.h notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
notmuch.c notmuch: Ignore .notmuch when counting files. 2009-10-19 12:52:46 -07:00
notmuch.h notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00
xapian-dump.cc xapian-dump: Rewrite to generate C code as output. 2009-10-18 20:49:43 -07:00
xutil.c notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00