]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2009-11-20 Mikhail GusarovAllow to redefine notmuch binary name and path in elisp...
2009-11-20 Carl Worthnotmuch.el: Don't use literal control characters in...
2009-11-20 Carl WorthMakefile: Hard-code emacs_lispdir if emacs pkg-config...
2009-11-20 Carl WorthMakefile: Remove unused variable emacs_startdir
2009-11-20 Carl WorthAvoid access of a Xapian iterator's object when there...
2009-11-20 Carl WorthRevert inadvertently committed code.
2009-11-20 Jeffrey C.... notmuch build: add a RPM spec file
2009-11-20 Jeffrey C.... Add a .desktop file entry.
2009-11-20 Jeffrey C.... Improve installation of emacs mode.
2009-11-20 Rolland SantimanoHave git ignore tags & cscope files
2009-11-19 Peter WangPut $(LDFLAGS) after the list of object files.
2009-11-19 Aneesh Kumar K.Vnotmuch: Add search mode hook
2009-11-19 Ingmar VanhasselMakefile: Create elisp install directory explicitly
2009-11-19 Ingmar Vanhasselbash-completion: Complete options for notmuch search
2009-11-19 Ingmar Vanhasselbash-completion: Localize variables, use more consisten...
2009-11-19 Ingmar Vanhasselbash-completion: Whitespace fix
2009-11-19 Ingmar Vanhasselbash-completion: Bash has & should use [[ == ]]
2009-11-19 Adrian PerezAllow lone "not" search operators
2009-11-19 Ingmar Vanhassel.gitignore: Add common editor droppings
2009-11-18 Carl Worthnotmuch new: Restore printout of total files counted.
2009-11-18 Carl Worthnotmuch new: Fix countdown timer on first run.
2009-11-18 Carl WorthMakefile: Actually install the emacs mode.
2009-11-18 Carl Worthnotmuch.el: Add a reply binding ('r') to search mode...
2009-11-18 Chris Wilsonreply: Pointer mismatch.
2009-11-18 Chris WilsonMakefile: evaluate pkg-config once
2009-11-18 Keith PackardMake reply/show/tag all require at least one search...
2009-11-18 Keith PackardHave git ignore etags file
2009-11-18 Keith PackardFilter out carriage-returns in show and reply output.
2009-11-18 Keith PackardWe use the message mail system for new mail, let emacs...
2009-11-18 Keith PackardCreate a default notmuch-show-hook that highlights...
2009-11-18 Keith PackardSet truncate-lines variable for search buffers.
2009-11-18 Keith PackardAdd notmuch-show-hook to allow customization of show...
2009-11-18 Stewart Smithcount_files: sort directory in inode order before statting
2009-11-18 Carl WorthMinor style fixups for the previous fix.
2009-11-18 Stewart SmithRead mail directory in inode number order
2009-11-18 Carl WorthMake '?" bring up a list of bindings.
2009-11-18 Stewart SmithFix linking with gcc to use g++ to link in C++ libs.
2009-11-18 Carl Worthnotmuch main(): Remove stale comment.
2009-11-18 Lars Kellogg... notmuch help: Print to stdout, not to stderr.
2009-11-18 Carl Worthnotmuch search: Avoid infinite stream of exceptions...
2009-11-18 Carl WorthREADME: Mention the actual mailing list address now...
2009-11-18 Ingmar VanhasselTypsos
2009-11-18 Jan JanakOlder versions of install do not support -C.
2009-11-18 Carl Worthlinke_message: Avoid segfault when In-Reply-to header...
2009-11-18 Carl Worthnotmuch-completion.bash: Update for new commands and...
2009-11-18 Carl Worthnotmuch help: Update documentation (following recent...
2009-11-18 Carl Worthnotmuch.1: Fix a couple of typos.
2009-11-18 Carl Worthman.1: A big update of the notmuch manual page.
2009-11-18 Carl WorthMakefile: Fix missing dependency for notmuch.1 manual...
2009-11-18 Carl Worthnotmuch search: Change default search order to be newes...
2009-11-18 Carl Worthnotmuch search: Return first 100 results as quickly...
2009-11-18 Carl WorthAdd some const correctness to talloc 'ctx' parameter.
2009-11-18 Carl Worthdatabase: Make _parse_message_id static once again.
2009-11-18 Carl Worthdatabase: Add "replyto" to the database schema document...
2009-11-18 Carl Worthdatabase: Rename "ref" prefix name to "reference"
2009-11-18 Carl Worthmessage_file_get_header: Use break where more clear...
2009-11-18 Keith PackardFix "too many open files" bug by closing message files...
2009-11-18 Carl Worthnotmuch show: Detect an internal error if a thread...
2009-11-18 Carl Worthadd_message: Don't add any self-references to the database.
2009-11-18 Carl Worthmessage_get_thread_id: Generate internal error if messa...
2009-11-18 Carl WorthRemove the talloc_owner argument from create_for_messag...
2009-11-18 Carl Worthget_in_reply_to: Implement via the database, not by...
2009-11-17 Ingmar VanhasselMakefile: Manual pages shouldn't be executable
2009-11-17 Ingmar VanhasselMakefile: Change default install prefix from /usr to...
2009-11-17 Carl WorthMakefile: Change default install prefix from /usr to...
2009-11-17 Carl WorthMakefile: Prefer directories as the target for install...
2009-11-17 Ingmar VanhasselUpdate .gitignore, add objects and static archives
2009-11-17 Ingmar VanhasselMakefile: Create installation directories explicitly
2009-11-17 Alexander Botero... Deal with situation where sysconf(_SC_GETPW_R_SIZE_MAX...
2009-11-17 Carl WorthFix broken commit.
2009-11-17 Mikhail GusarovInclude <stdint.h> to get uint32_t in C++ file with...
2009-11-17 Mikhail GusarovClose message file after parsing message headers
2009-11-17 Carl Worthadd_message: Avoid a memory leak when user holds on...
2009-11-17 Keith Packardnotmuch_message_file_get_header returns "" for missing...
2009-11-17 Keith PackardUse 'forward-line' instead of 'next-line' while walking...
2009-11-17 Carl Worthnotmuch.el: Consider an entire line of underscores...
2009-11-16 Carl Worthnotmuch.el: Insert a newline if the last line of a...
2009-11-16 Keith Packardnotmuch restore was skipping entries with no new tags
2009-11-16 Carl Worthnotmuch.el: Display authors in a column separate from...
2009-11-16 Carl Worthnotmuch.el: Indent messages to show nested structure...
2009-11-16 Carl Worthnotmuch show: Implement proper thread ordering/nesting...
2009-11-16 Carl WorthMinor whitespace touchup.
2009-11-16 Carl WorthAdd _notmuch_message_get_in_reply_to.
2009-11-16 Carl WorthRemove obsolete notmuch_message_get_subject prototype.
2009-11-16 Carl Worthlib/messages: Add new notmuch_message_list_t to interna...
2009-11-16 Carl Worthdatabase: Fix a typo in a commit.
2009-11-16 Carl WorthExport _parse_message_id to the library implementation.
2009-11-16 Carl Worth_thread_add_messages: Remove unused variable.
2009-11-15 Carl Worthlib: Move notmuch_messages_t code from query.cc to...
2009-11-15 Carl Worthnotmuch_tags_advance: Make safe against excessive calls.
2009-11-14 Carl Worthnotmuch.el: Add support for viewing MIME-encoded parts...
2009-11-13 Carl Worthnotmuch.el: Add an 'm' binding to start composing a...
2009-11-13 Carl Worthnotmuch.el: Use require instead of load to get the...
2009-11-13 Carl Worthnotmuch reply: Prefer "Reply-To" header over "From...
2009-11-13 Keith Packardnotmuch new/tag: Flush all changes to database when...
2009-11-13 Carl Worthnotmuch.el: Add a binding ('o') and command to toggle...
2009-11-13 Carl Worthnotmuch search: Fix thread dates to come only from...
2009-11-13 Carl Worthnotmuch.el: Hook up support for different search orders.
2009-11-13 Carl Worthnotmuch search: Add support for a --reverse option...
2009-11-13 Carl WorthMakefile: Fix dependency generation for files in sub...
next