aboutsummaryrefslogtreecommitdiff
path: root/emacs
AgeCommit message (Expand)Author
2011-05-17emacs: Allow indentation of multipart children.David Edmondson
2011-05-17emacs: Add `notmuch-show-multipart/alternative-discouraged'.David Edmondson
2011-05-17emacs: add more part handling functionsDavid Edmondson
2011-05-17notmuch show: Properly nest MIME parts within mulipart partsCarl Worth
2011-05-11emacs: Only compile replacement functions for emacs < emacs-23Carl Worth
2011-04-25use custom-face-edit value-type in notmuch-search-line-facesJameson Graef Rollins
2011-03-10emacs: Define notmuch-search-process-filter-data before first use.Carl Worth
2011-03-10emacs: Don't drop error messages from "notmuch search"Carl Worth
2011-03-10emacs: Fix notmuch-search-process-filter to handle incomplete linesCarl Worth
2011-03-10emacs: Display any unexpected output from notmuch searchCarl Worth
2011-03-09build: Add support for non-source-directory builds.Carl Worth
2011-01-27emacs: send notmuch-query stderr to /dev/nullJameson Rollins
2011-01-26Makefile: Quote variables used as filenames in shell commandsCarl Worth
2011-01-26emacs: View the output of pipe command when it failsMichal Sojka
2011-01-26configure: add options to disable emacs/zsh/bash and choose install dir.Cédric Cabessa
2010-12-07emacs: Remove over-eager regular expressions from notmuch-wash-tidy-citations.David Edmondson
2010-12-07emacs: Improve the display of truncated authors.David Edmondson
2010-12-07emacs: Use truenames for Fcc paths.David Edmondson
2010-11-16compatibility with emacs22James Vasile
2010-11-16emacs: Use `view-mode' when examining raw messages.David Edmondson
2010-11-11emacs: add stash thread-id function to notmuch-search modeJameson Rollins
2010-11-11emacs: mv notmuch-{show,common}-do-stashJameson Rollins
2010-11-11emacs: Improve the definition and use of `notmuch-fcc-dirs'.David Edmondson
2010-11-11emacs: Use the header line to show the subject of the thread.David Edmondson
2010-11-11emacs: Simplify subjects more aggressively.David Edmondson
2010-11-11emacs: Elide the display of repeated subjects in thread display mode.David Edmondson
2010-11-11emacs: Correctly count the number of lines in a signature.David Edmondson
2010-11-08Don't use kill-this-buffer to kill notmuch emacs buffersJameson Rollins
2010-11-06emacs: Fix notmuch-show-pipe-message to use notmuch-command variableMichal Sojka
2010-11-06Rename "notmuch cat" to "notmuch show --format=raw"Carl Worth
2010-11-05emacs: Access raw messages via cat subcommandMichal Sojka
2010-10-29Fix problem with notmuch-hello-nice-numberDirk Hohndel
2010-10-29emacs: Re-work the implementation of highlighting in notmuch-search-mode.David Edmondson
2010-10-29emacs: Fix the autoload commentsCarl Worth
2010-10-29Don't involve the shell in notmuch searchesDavid Benjamin
2010-10-28emacs: Use copy-sequence instead of copy-seq.Carl Worth
2010-10-27emacs: Eliminate duplicate From header in replies.Carl Worth
2010-10-27emacs: Eliminate warning of calling function with excess arguments.Carl Worth
2010-10-27emacs: Remove non-interactive call of goto-lineCarl Worth
2010-10-27emacs: Fix to eliminate warning in notmuch-query-map-auxCarl Worth
2010-10-27emacs: Avoid runtime use of `cl'.David Edmondson
2010-10-27Move notmuch-fcc-header-setup to message-header-setup-hook.Rob Browning
2010-10-27emacs: Explicitly set the From address when composing a new message.Carl Worth
2010-10-27emacs: Enable FCC (to a directory named "sent") by default.Carl Worth
2010-10-27emacs: Change FCC to be relative to notmuch mail store, not message-directoryCarl Worth
2010-10-22emacs: Fix quoting of Message-Id to fix test case of Id containing ".."Carl Worth
2010-10-22emacs: Remove the joke from the first line of the notmuch-hello view.Carl Worth
2010-10-22emacs: Fix notmuch-hello to not break when given a very narrow window.Carl Worth
2010-09-23emacs: Fix bug when parsing a subject cotaining: \[[0-9/]\]Carl Worth
2010-09-16emacs: Allow '|' to operate on multiple messages (by means of prefix argument).Carl Worth