aboutsummaryrefslogtreecommitdiff
path: root/notmuch.el
Commit message (Expand)AuthorAge
* Allow to redefine notmuch binary name and path in elisp modeMikhail Gusarov2009-11-20
* notmuch.el: Don't use literal control characters in strings.Carl Worth2009-11-20
* notmuch: Add search mode hookAneesh Kumar K.V2009-11-19
* notmuch.el: Add a reply binding ('r') to search mode to reply to a whole thread.Carl Worth2009-11-19
* We use the message mail system for new mail, let emacs know.Keith Packard2009-11-18
* Create a default notmuch-show-hook that highlights URLs and uses word-wrapKeith Packard2009-11-18
* Set truncate-lines variable for search buffers.Keith Packard2009-11-18
* Add notmuch-show-hook to allow customization of show windowsKeith Packard2009-11-18
* Make '?" bring up a list of bindings.Carl Worth2009-11-18
* TypsosIngmar Vanhassel2009-11-18
* notmuch search: Change default search order to be newest messages first.Carl Worth2009-11-17
* Use 'forward-line' instead of 'next-line' while walking search displayKeith Packard2009-11-16
* notmuch.el: Consider an entire line of underscores as a signature separator.Carl Worth2009-11-16
* notmuch.el: Insert a newline if the last line of a part is missing one.Carl Worth2009-11-16
* notmuch.el: Display authors in a column separate from subject.Carl Worth2009-11-16
* notmuch.el: Indent messages to show nested structure of thread.Carl Worth2009-11-16
* notmuch.el: Add support for viewing MIME-encoded parts (with 'v').Carl Worth2009-11-14
* notmuch.el: Add an 'm' binding to start composing a new mail.Carl Worth2009-11-13
* notmuch.el: Use require instead of load to get the cl functions.Carl Worth2009-11-13
* notmuch.el: Add a binding ('o') and command to toggle current search order.Carl Worth2009-11-12
* notmuch.el: Hook up support for different search orders.Carl Worth2009-11-12
* notmuch.el: Remove functions to show/hide thread IDs.Carl Worth2009-11-12
* notmuch.el: Switch to using "notmuch reply" rather than message-reply.Carl Worth2009-11-11
* notmuch.el: Add a binding ('r') to reply to the current message.Carl Worth2009-11-10
* notmuch.el: Simplify get-message-idCarl Worth2009-11-10
* notmuch.el: Don't advance line in search buffer before showing thread.Carl Worth2009-11-09
* notmuch.el: Fix add/remove tag from search buffers.Carl Worth2009-11-09
* notmuch show: Move subject from one-line summary down to its own line.Carl Worth2009-11-05
* notmuch.el: Bring back the "End of search results." message.Carl Worth2009-11-05
* notmuch.el: Make hidden parts advertise how to unhide them.Carl Worth2009-11-05
* notmuch.el: Add 'A' binding to archive thread after removing all "unread" tags.Carl Worth2009-11-05
* notmuch show: Fix to work with any search string rather than just a thread ID.Carl Worth2009-11-05
* notmuch.el: Add 'N' binding to mark message read and go to next.Carl Worth2009-11-05
* notmuch.el: Don't require an extra press of space bar before archiving.Carl Worth2009-11-04
* notmuch.el: Add a simple command to pipe a message to a process.Carl Worth2009-11-04
* notmuch.el: Don't skip read messages when they are open.Carl Worth2009-11-04
* notmuch.el: Allow for scrolling backwards through thread with DELCarl Worth2009-11-04
* notmuch.el: Add 'w' binding to view raW email message.Carl Worth2009-11-04
* notmuch.el: Don't use defvar for undocumented variables.Carl Worth2009-11-04
* notmuch.el: Don't hide long signatures.Carl Worth2009-11-04
* notmuch.el: Fix to claim correct number of lines for hidden signature.Carl Worth2009-11-04
* notmuch.el: Don't hide message bodies when all messages are read.Carl Worth2009-11-04
* notmuch.el: Make notmuch-search scroll commands move to first/last message.Carl Worth2009-11-04
* notmuch.el: Override next-line and previous-line to make them reliable.Carl Worth2009-11-04
* notmuch.el: Un-break the magic space bar to scroll a long, single message.Carl Worth2009-11-04
* notmuch.el: Fix to show *something* when all messages are already read.Carl Worth2009-11-04
* notmuch.el: Make magic space bar advance to next unread messages.Carl Worth2009-11-04
* notmuch.el: Move to first unread message on notmuch-show.Carl Worth2009-11-04
* notmuch.el: Make next-message move to end of buffer after last message.Carl Worth2009-11-04
* notmuch.el: Leave a blank line after last thread in search.Carl Worth2009-11-04