]> git.notmuchmail.org Git - notmuch/history - date.c
notmuch_message_get_header: Fix bogus return of NULL header.
[notmuch] / date.c
2009-10-19 Carl WorthHook up our fancy new notmuch_parse_date function.
2009-10-19 Carl Worthnotmuch_parse_date: Handle a NULL date string gracefully.
2009-10-19 Carl Worthdate.c: Rename function to notmuch_parse_date
2009-10-19 Carl Worthdate.c: Add hard-coded definition of HAVE_TIMEZONE
2009-10-19 Carl Worthdate.c: Don't use glib's slice allocator.
2009-10-19 Carl Worthdate.c: Remove occurrences of gboolean.
2009-10-19 Carl Worthdate.c: Remove all occurrences of g_return_val_if_fail
2009-10-19 Carl Worthdate.c: Keep the comments clean.
2009-10-19 Carl Worthdate.c: Change headers/defines t owork within notmuch.
2009-10-19 Carl Worthdate.c: Remove a bunch of undesired code.
2009-10-19 Carl Worthdate.c: Convert from LGPL-2+ to GPL-3+
2009-10-19 Carl Worthdate.c: Add new file directly from gmime2.4-2.4.6/gmime...