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