]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2009-11-23 Carl WorthTODO: A couple of more ideas for improving the emacs...
2009-11-23 Alec BerrymanSupport multiple configuration files via $NOTMUCH_CONFIG
2009-11-23 Carl WorthTODO: Add several ideas for improving the emacs interface.
2009-11-23 Keith PackardInsert signature into replies
2009-11-23 Jed BrownQuote file names passed to the shell
2009-11-23 Adrian PerezSupport for printing file paths in new command
2009-11-22 Carl WorthMerge remote branch 'drax/master'
2009-11-22 Alexander Botero... switch to button-1, which seems to interact poorly...
2009-11-22 Carl WorthTODO: Add a bunch of ideas that have been on my mind...
2009-11-22 Alexander Botero... instead of trying to cause a redisplay, actually do...
2009-11-22 Alexander Botero... put a newline after the headers
2009-11-22 Alexander Botero... make header names bold in show-mode
2009-11-22 Alexander Botero... Make expanding/collapsing signatures and citations...
2009-11-22 Alexander Botero... buttonize signatures as well
2009-11-22 Alexander Botero... Buttonize citation expander.
2009-11-22 Kan-Ru Chennotmuch-show: Show message part using UTF-8.
2009-11-22 James RoweMissing final semi-colon in .desktop's Categories.
2009-11-22 Kan-Ru ChenFix invalid face reference.
2009-11-22 Chris Wilsonnotmuch-new: Only print the regular progress report...
2009-11-22 Chris Wilsonnotmuch-new: Only install SIGALRM if not running under gdb
2009-11-22 Chris Wilsonlib/database.cc: coding style
2009-11-22 Carl WorthMakefile: Fix to work even with GZIP environment variab...
2009-11-22 Chris WilsonMakefile: Magic silent rules.
2009-11-22 Carl Worthadd_message: Use sha-1 in place of overly long message ID.
2009-11-22 Carl Worthget_timestamp: Ensure that return value is 0 in case...
2009-11-22 Carl WorthCatch and optionally print about exception at database...
2009-11-22 Carl WorthAdd a missing print after catching an exception.
2009-11-22 Carl WorthPrint information about where Xapian exception occurred.
2009-11-21 Holger Freythernotmuch-config: Fix memleaks.
2009-11-21 Chris Wilsonnotmuch new: Fix to actually open the database READ_WRITE.
2009-11-21 Carl WorthFix freak case problem that broke the compile.
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-21 Carl WorthINSTALL/notmuch.el: More details on how to install...
2009-11-21 Stefan SchmidtINSTALL: emacs install dokumentation.
2009-11-21 Carl WorthRevert "notmuch: Add Maildir directory name as tag...
2009-11-21 Carl WorthTODO: Add notes on portability, and remove completed...
2009-11-21 Carl WorthTODO: Several updates.
2009-11-21 Carl WorthINSTALL: Mention that xapian-config might be named...
2009-11-21 Aneesh Kumar K.Vnotmuch: Add Maildir directory name as tag name for...
2009-11-21 Carl WorthMakefile: Fix the fallback emacs install path.
2009-11-21 Jed BrownDrop redundant CFLAGS, was already included in CXXFLAGS
2009-11-21 Carl Worthnotmuch reply: Include text parts in reply, even with...
2009-11-21 Carl Worthnotmuch show: Don't hide text parts, even with disposit...
2009-11-21 Carl Worthnotmuch show: Don't hide a digital signature.
2009-11-20 Carl Worthnotmuch.el: Don't use end-of-buffer which is inappropri...
2009-11-20 Carl Worthnotmuch.el: Fix stale reference to non-existing variable.
2009-11-20 Carl Worthnotmuch.el: Add many missing defvar calls.
2009-11-20 Eric AnholtWhen a search query triggers a Xapian exception, log...
2009-11-20 James RoweMake bash completion directory configurable.
2009-11-20 Carl Worthadd_message: Re-fix handling of non-mail files.
2009-11-20 Carl Worthnotmuch_database_add_message: Add missing error-value...
2009-11-20 Carl Worthadd_message: Properly handle missing Message-ID once...
2009-11-20 Alexander Botero... Checkin some command-only tcsh completions
2009-11-20 Ingmar Vanhasselbash-completion: Move to contrib
2009-11-20 Ingmar Vanhasselzsh-completion: Initial zsh-completion for notmuch
2009-11-20 Mikhail GusarovAdd notmuch.1.gz to files to be cleaned
2009-11-20 Carl WorthTODO: Add a couple of notes about fixing the completion...
2009-11-20 Jan JanakMakefile: Make object targets depend on Makefiles
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...
next