]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2009-11-12 Carl Worthnotmuch: Make the command of "notmuch" walk the user...
2009-11-12 Carl Worthnotmuch: Move welcome messages from "notmuch" to "notmu...
2009-11-12 Carl Worthnotmuch setup: Add some comments when creating a .notmu...
2009-11-12 Carl Worthnotmuch: Add a configuration system.
2009-11-11 Carl Worthnotmuch setup: Break the implementation up into managea...
2009-11-11 Carl Worthnotmuch reply: Use GMime to construct the header for...
2009-11-11 Carl Worthnotmuch.el: Add a binding ('r') to reply to the current...
2009-11-11 Carl Worthnotmuch reply: Process headers a bit more accurately.
2009-11-11 Carl Worthnotmuch.el: Simplify get-message-id
2009-11-10 Keith Packardnotmuch reply: Add (incomplete) reply command
2009-11-10 Carl Worthnotmuch: Break notmuch.c up into several smaller files.
2009-11-10 Carl Worth.gitignore: Ignore .deps directory.
2009-11-10 Carl WorthMakefile: Change default flags to -O2.
2009-11-10 Carl WorthMakefile: Make the top-level Makefile a little more...
2009-11-10 Carl WorthMakefile: Simplify setting of CFLAGS, etc.
2009-11-10 Carl WorthMakefile: Fix dependency generation to make .d files...
2009-11-10 Carl WorthImplement a non-recursive make.
2009-11-10 Carl WorthMakefile: Hide away auto-generated dependency file...
2009-11-10 Carl WorthRemove obsolete message.h.
2009-11-10 Carl Worthlibify: Move library sources down into lib directory.
2009-11-09 Carl Worthnotmuch.el: Don't advance line in search buffer before...
2009-11-09 Carl Worthnotmuch.el: Fix add/remove tag from search buffers.
2009-11-09 Carl Worthadd_message: Fix crash for file recognized as not email.
2009-11-09 Carl WorthTODO: Note that notmuch restore needs some progress...
2009-11-09 Carl Worthnotmuch setup: Remove a debugging print.
2009-11-06 Carl Worthadd_message: Start storing In-Reply-To information...
2009-11-06 Carl WorthMakefile: Fix install target to depend on the all target.
2009-11-06 Carl Worthnotmuch show: Don't show the subject line twice.
2009-11-06 Carl Worthadd_message: Fix segfault for message with no Date...
2009-11-05 Carl Worthnotmuch show: Move subject from one-line summary down...
2009-11-05 Carl Worthnotmuch.el: Bring back the "End of search results....
2009-11-05 Carl Worthnotmuch.el: Make hidden parts advertise how to unhide...
2009-11-05 Carl Worthnotmuch.el: Add 'A' binding to archive thread after...
2009-11-05 Carl WorthUpdate notmuch man page with recently-added documentation.
2009-11-05 Carl Worthnotmuch search: Document the from, to, and subject...
2009-11-05 Carl Worthnotmuch show: Fix to work with any search string rather...
2009-11-05 Carl Worthnotmuch.el: Add 'N' binding to mark message read and...
2009-11-05 Carl Worthnotmuch.el: Don't require an extra press of space bar...
2009-11-05 Carl Worthnotmuch.el: Add a simple command to pipe a message...
2009-11-05 Carl Worthnotmuch.el: Don't skip read messages when they are...
2009-11-05 Carl Worthnotmuch.el: Allow for scrolling backwards through threa...
2009-11-04 Carl Worthnotmuch.el: Add 'w' binding to view raW email message.
2009-11-04 Carl Worthnotmuch show: Add filename to output (next to message...
2009-11-04 Carl Worthnotmuch.el: Don't use defvar for undocumented variables.
2009-11-04 Carl Worthnotmuch.el: Don't hide long signatures.
2009-11-04 Carl Worthnotmuch.el: Fix to claim correct number of lines for...
2009-11-04 Carl Worthnotmuch.el: Don't hide message bodies when all messages...
2009-11-04 Carl Worthnotmuch show: Fix misplaced g_object_unref leading...
2009-11-04 Carl Worthnotmuch.el: Make notmuch-search scroll commands move...
2009-11-04 Carl Worthnotmuch.el: Override next-line and previous-line to...
2009-11-04 Carl Worthnotmuch.el: Un-break the magic space bar to scroll...
2009-11-04 Carl Worthnotmuch.el: Fix to show *something* when all messages...
2009-11-04 Carl Worthnotmuch.el: Make magic space bar advance to next unread...
2009-11-04 Carl Worthnotmuch.el: Move to first unread message on notmuch...
2009-11-04 Carl Worthnotmuch.el: Make next-message move to end of buffer...
2009-11-04 Carl Worthnotmuch.el: Leave a blank line after last thread in...
2009-11-04 Carl Worthnotmuch.el: Move "show next thread" from magic-space...
2009-11-04 Carl Worthnotmuch.el: More magic for magic space bar: Show next...
2009-11-04 Carl Worthnotmuch.el: notmuch-search: Advance to next line before...
2009-11-04 Carl Worthnotmuch.el: Make archive-thread more efficient for...
2009-11-04 Carl Worthnotmuch.el: Make the magic spacebar archive a thread...
2009-11-04 Carl Worthnotmuch.el: Start implementing the magic space bar.
2009-11-04 Carl Worthnotmuch.el: Fix to hide citations in body of read messages.
2009-11-04 Carl Worthnotmuch.el: Redefine behavior of notmuch-show-previous...
2009-11-04 Carl Worthnotmuch.el: Fix notmuch-snow-next-message when on the...
2009-11-04 Carl Worthnotmuch.el: Add more complete documentation to the...
2009-11-04 Carl Worthnotmuch.el: Make archive-thread advance to next line.
2009-11-04 Carl Worthnotmuch.el: Add 't' binding to filter results to a...
2009-11-04 Carl Worthnotmuch.el: Add bindings for scrolling to notmuch-searc...
2009-11-04 Carl WorthDrop inapplicable copyright statements.
2009-11-04 Carl Worthnotmuch-el: Fix implementation of show/hide-thread...
2009-11-03 Carl Worthnotmuch.el: Add command to (a)rchive a thread from...
2009-11-03 Carl Worthnotmuch.el: Don't try to remove an "unread" tag that...
2009-11-03 Carl Worthnotmuch show: Remove custom "unread" hack, (printing...
2009-11-03 Carl Worthnotmuch.el: Add + and - bindings to add/remove tags...
2009-11-03 Carl Worthnotmuch show: Print tags for each message.
2009-11-03 Carl Worthnotmuch.el: Preserve current thread when refreshing...
2009-11-03 Carl Worthnotmuch.el: Add an '=' key to refresh the current view.
2009-11-03 Carl Worthnotmuch.el: Mark messages read when the (n)ext keybindi...
2009-11-03 Carl Worthnotmuch.el: Hide citations and signatures.
2009-11-03 Carl WorthHide bodies of message that have already been read.
2009-11-03 Carl Worthnotmuch.el: Hide email headers by default.
2009-11-03 Carl Worthnotmuch show: Switch to control character to mark secti...
2009-11-03 Carl Worthnotmuch.el: Make 'n' and 'p' bring the current message...
2009-11-03 Carl Worthnotmuch.el: Add (n)ext and (p)revious bindings to notmu...
2009-11-03 Carl WorthTODO: Add an idea from talking with keithp on the train.
2009-11-03 Carl Worthnotmuch.el: Add '<' and '>' bindings to goto first...
2009-11-03 Carl WorthTODO: Organize tasks based on emacs interface, command...
2009-11-03 Carl Worthnotmuch.el: Add commands to (s)earch globally, and...
2009-11-03 Carl WorthTweak relative dates to be close to the same length.
2009-11-03 Carl WorthRemove notmuch_message_get_header_size and notmuch_mess...
2009-11-03 Carl Worthnotmuch.el: Hide thread IDs in notmuch-search mode.
2009-11-02 Carl Worthnotmuch.el: Implement visual feedback for add/remove...
2009-11-02 Carl WorthDrop date.c file, (use identical function from GMime...
2009-11-02 Carl Worthnotmuch show: Don't print non-text MIME parts.
2009-11-02 Carl WorthFix to decode header values, (primarily subject).
2009-11-02 Carl WorthPrint "part" markers for each MIME part (with Content...
2009-11-02 Carl Worthnotmuch show: Use GMime to decode messages.
2009-11-02 Carl WorthTODO: Add several items.
2009-11-02 Carl WorthAdd an INSTALL file.
next