aboutsummaryrefslogtreecommitdiff
path: root/notmuch.el
AgeCommit message (Expand)Author
2009-11-22instead of trying to cause a redisplay, actually do a redisplayAlexander Botero-Lowry
2009-11-22put a newline after the headersAlexander Botero-Lowry
2009-11-22make header names bold in show-modeAlexander Botero-Lowry
2009-11-22Make expanding/collapsing signatures and citations local to themAlexander Botero-Lowry
2009-11-22buttonize signatures as wellAlexander Botero-Lowry
2009-11-22Buttonize citation expander.Alexander Botero-Lowry
2009-11-22Fix invalid face reference.Kan-Ru Chen
2009-11-21INSTALL/notmuch.el: More details on how to install/run notmuch.elCarl Worth
2009-11-21notmuch.el: Don't use end-of-buffer which is inappropriate from programsCarl Worth
2009-11-21notmuch.el: Fix stale reference to non-existing variable.Carl Worth
2009-11-21notmuch.el: Add many missing defvar calls.Carl Worth
2009-11-20Allow to redefine notmuch binary name and path in elisp modeMikhail Gusarov
2009-11-20notmuch.el: Don't use literal control characters in strings.Carl Worth
2009-11-19notmuch: Add search mode hookAneesh Kumar K.V
2009-11-19notmuch.el: Add a reply binding ('r') to search mode to reply to a whole thread.Carl Worth
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-18Make '?" bring up a list of bindings.Carl Worth
2009-11-18TypsosIngmar Vanhassel
2009-11-17notmuch search: Change default search order to be newest messages first.Carl Worth
2009-11-16Use 'forward-line' instead of 'next-line' while walking search displayKeith Packard
2009-11-16notmuch.el: Consider an entire line of underscores as a signature separator.Carl Worth
2009-11-16notmuch.el: Insert a newline if the last line of a part is missing one.Carl Worth
2009-11-16notmuch.el: Display authors in a column separate from subject.Carl Worth
2009-11-16notmuch.el: Indent messages to show nested structure of thread.Carl Worth
2009-11-14notmuch.el: Add support for viewing MIME-encoded parts (with 'v').Carl Worth
2009-11-13notmuch.el: Add an 'm' binding to start composing a new mail.Carl Worth
2009-11-13notmuch.el: Use require instead of load to get the cl functions.Carl Worth
2009-11-12notmuch.el: Add a binding ('o') and command to toggle current search order.Carl Worth
2009-11-12notmuch.el: Hook up support for different search orders.Carl Worth
2009-11-12notmuch.el: Remove functions to show/hide thread IDs.Carl Worth
2009-11-11notmuch.el: Switch to using "notmuch reply" rather than message-reply.Carl Worth
2009-11-10notmuch.el: Add a binding ('r') to reply to the current message.Carl Worth
2009-11-10notmuch.el: Simplify get-message-idCarl Worth
2009-11-09notmuch.el: Don't advance line in search buffer before showing thread.Carl Worth
2009-11-09notmuch.el: Fix add/remove tag from search buffers.Carl Worth
2009-11-05notmuch show: Move subject from one-line summary down to its own line.Carl Worth
2009-11-05notmuch.el: Bring back the "End of search results." message.Carl Worth
2009-11-05notmuch.el: Make hidden parts advertise how to unhide them.Carl Worth
2009-11-05notmuch.el: Add 'A' binding to archive thread after removing all "unread" tags.Carl Worth
2009-11-05notmuch show: Fix to work with any search string rather than just a thread ID.Carl Worth
2009-11-05notmuch.el: Add 'N' binding to mark message read and go to next.Carl Worth
2009-11-04notmuch.el: Don't require an extra press of space bar before archiving.Carl Worth
2009-11-04notmuch.el: Add a simple command to pipe a message to a process.Carl Worth
2009-11-04notmuch.el: Don't skip read messages when they are open.Carl Worth
2009-11-04notmuch.el: Allow for scrolling backwards through thread with DELCarl Worth
2009-11-04notmuch.el: Add 'w' binding to view raW email message.Carl Worth
2009-11-04notmuch.el: Don't use defvar for undocumented variables.Carl Worth