aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-19reply: Pointer mismatch.Chris Wilson
2009-11-19Makefile: evaluate pkg-config onceChris Wilson
2009-11-18Make reply/show/tag all require at least one search termKeith Packard
2009-11-18Have git ignore etags fileKeith Packard
2009-11-18Filter out carriage-returns in show and reply output.Keith Packard
2009-11-18We use the message mail system for new mail, let emacs know.Keith Packard
2009-11-18Create a default notmuch-show-hook that highlights URLs and uses word-wrapKeith Packard
2009-11-18Set truncate-lines variable for search buffers.Keith Packard
2009-11-18Add notmuch-show-hook to allow customization of show windowsKeith Packard
2009-11-18count_files: sort directory in inode order before stattingStewart Smith
2009-11-18Minor style fixups for the previous fix.Carl Worth
2009-11-18Read mail directory in inode number orderStewart Smith
2009-11-18Make '?" bring up a list of bindings.Carl Worth
2009-11-18Fix linking with gcc to use g++ to link in C++ libs.Stewart Smith
2009-11-18notmuch main(): Remove stale comment.Carl Worth
2009-11-18notmuch help: Print to stdout, not to stderr.Lars Kellogg-Stedman
2009-11-18notmuch search: Avoid infinite stream of exceptions from "notmuch search"Carl Worth
2009-11-18README: Mention the actual mailing list address now that it exists.Carl Worth
2009-11-18TypsosIngmar Vanhassel
2009-11-18Older versions of install do not support -C.Jan Janak
2009-11-18linke_message: Avoid segfault when In-Reply-to header is empty.Carl Worth
2009-11-18notmuch-completion.bash: Update for new commands and help.Carl Worth
2009-11-17notmuch help: Update documentation (following recent text from notmuch.1)Carl Worth
2009-11-17notmuch.1: Fix a couple of typos.Carl Worth
2009-11-17man.1: A big update of the notmuch manual page.Carl Worth
2009-11-17Makefile: Fix missing dependency for notmuch.1 manual page.Carl Worth
2009-11-17notmuch search: Change default search order to be newest messages first.Carl Worth
2009-11-17notmuch search: Return first 100 results as quickly as possible.Carl Worth
2009-11-17Add some const correctness to talloc 'ctx' parameter.Carl Worth
2009-11-17database: Make _parse_message_id static once again.Carl Worth
2009-11-17database: Add "replyto" to the database schema documentation.Carl Worth
2009-11-17database: Rename "ref" prefix name to "reference"Carl Worth
2009-11-17message_file_get_header: Use break where more clear than continue.Carl Worth
2009-11-17Fix "too many open files" bug by closing message files when done with them.Keith Packard
2009-11-17notmuch show: Detect an internal error if a thread has no messages.Carl Worth
2009-11-17add_message: Don't add any self-references to the database.Carl Worth
2009-11-17message_get_thread_id: Generate internal error if message has no thread ID.Carl Worth
2009-11-17Remove the talloc_owner argument from create_for_message_id.Carl Worth
2009-11-17get_in_reply_to: Implement via the database, not by opening mail file.Carl Worth
2009-11-17Makefile: Manual pages shouldn't be executableIngmar Vanhassel
2009-11-17Makefile: Change default install prefix from /usr to /usr/local, reallyIngmar Vanhassel
2009-11-17Makefile: Change default install prefix from /usr to /usr/localCarl Worth
2009-11-17Makefile: Prefer directories as the target for install commands.Carl Worth
2009-11-17Update .gitignore, add objects and static archivesIngmar Vanhassel
2009-11-17Makefile: Create installation directories explicitlyIngmar Vanhassel
2009-11-17Deal with situation where sysconf(_SC_GETPW_R_SIZE_MAX) returns -1Alexander Botero-Lowry
2009-11-17Fix broken commit.Carl Worth
2009-11-17Include <stdint.h> to get uint32_t in C++ file with gcc 4.4Mikhail Gusarov
2009-11-17Close message file after parsing message headersMikhail Gusarov
2009-11-17add_message: Avoid a memory leak when user holds on to message return.Carl Worth