]> git.notmuchmail.org Git - notmuch/history - emacs/notmuch.el
emacs: Use the minibuffer for CLI error reporting
[notmuch] / emacs / notmuch.el
2013-01-07 Austin Clementsemacs: Use the minibuffer for CLI error reporting
2012-12-16 Austin Clementsemacs: Use --format-version for search, show, and reply
2012-12-16 Austin Clementsemacs: Use unified error handling in search
2012-12-16 Austin Clementsemacs: Use unified error handling in notmuch-call-notmu...
2012-10-28 Mark Waltersemacs: Move the incremental JSON parser to notmuch...
2012-10-28 Mark Waltersemacs: Rename incremental JSON internal variables
2012-10-28 Mark Waltersemacs: Split out the incremental json parser into its...
2012-10-27 Austin Clementsemacs: Escape tag queries suggested by tab completion
2012-09-19 Jani Nikulaemacs: add support for reversing notmuch-search-archive...
2012-09-19 Jani Nikulaemacs: add support for custom tag changes on message...
2012-09-02 Pieter Praetemacs: correct `notmuch-search-mode's docstring wrt...
2012-08-12 Mark Waltersemacs: notmuch search bugfix
2012-08-03 Mark Waltersemacs: fix a bug introduced by the recent search cleanups.
2012-07-24 Austin Clementsemacs: Fix navigation of multi-line search result formats
2012-07-24 Austin Clementsemacs: Allow custom tags formatting
2012-07-24 Austin Clementsemacs: Replace other search text properties with result...
2012-07-24 Austin Clementsemacs: Use result text properties for search result...
2012-07-24 Austin Clementsemacs: Update tags by rewriting the search result line...
2012-07-24 Austin Clementsemacs: Use text properties instead of overlays for...
2012-07-24 Austin Clementsemacs: Record thread search result object in a text...
2012-07-12 Austin Clementsemacs: Switch from text to JSON format for search results
2012-07-12 Austin Clementsemacs: Pass plist to `notmuch-search-show-result'
2012-07-12 Austin Clementsemacs: Move search-target logic to `notmuch-search...
2012-07-12 Austin Clementsemacs: Helper for reporting search parsing errors
2012-07-12 Austin Clementsemacs: Separate search line parsing and display
2012-07-12 Austin Clementsemacs: Clean up notmuch-search-show-result
2012-04-29 Jameson Graef Rollinsemacs: eliminate search-tag-thread in favor of just...
2012-04-29 Jameson Graef Rollinsemacs: modify search tag functions to use new notmuch...
2012-04-29 Jameson Graef Rollinsemacs: create notmuch-tag.el, and move appropriate...
2012-04-29 Jameson Graef Rollinsemacs: do not modify subject in search or show
2012-04-25 Jameson Graef Rollinsemacs: modify help message for notmuch-search-line...
2012-04-12 Jameson Graef Rollinsemacs: have tag-completion return all tags for nil...
2012-04-12 Jameson Graef Rollinsemacs: include tags from excluded messages in tag tab...
2012-04-12 Jameson Graef Rollinsemacs: update call in tag-completion function
2012-03-20 David BremnerMerge tag 'debian/0.12-1'
2012-03-20 David BremnerMerge tag '0.12'
2012-03-20 David BremnerMerge branch 'release'
2012-03-18 Austin Clementsemacs: Fix search tab completion in terminals
2012-03-18 David BremnerMerge tag '0.12_rc2'
2012-03-15 David BremnerMerge branch 'release'
2012-03-15 David BremnerMerge branch 'release'
2012-03-14 David BremnerMerge branch 'release'
2012-03-11 David BremnerMerge branch 'release'
2012-03-03 David BremnerMerge branch 'release'
2012-03-02 Mark Waltersemacs: notmuch.el ignore excluded matches
2012-02-17 Michal Sojkaemacs: Fix display of highlighted line in notmuch-search
2012-02-12 David Edmondsonemacs: Rework crypto switch toggle.
2012-02-12 Jani Nikulaemacs: add default value to notmuch-search-line-faces
2012-02-08 Dmitry Kurochkinemacs: s/tags/tag-changes/ for arguments of tagging...
2012-02-08 Dmitry Kurochkinemacs: accept empty tag list in `notmuch-tag'
2012-02-08 Dmitry Kurochkinemacs: relax tag syntax check in `notmuch-tag' function
2012-02-08 Dmitry Kurochkinemacs: separate history for operations which accept...
2012-02-08 Dmitry Kurochkinemacs: rename `notmuch-search-operate-all' to `notmuch...
2012-02-08 Dmitry Kurochkinemacs: make "+" and "-" tagging operations in notmuch...
2012-02-08 Dmitry Kurochkinemacs: remove text properties from `notmuch-search...
2012-02-08 Dmitry Kurochkinemacs: move tag format validation to `notmuch-tag'...
2012-02-04 David BremnerMerge commit '0.11.1'
2012-02-04 David Edmondsonemacs: Prefer '[No Subject]' to blank subjects.
2012-02-04 David Edmondsonemacs: Stop the `truncate-string-to-width' madness.
2012-02-02 Pieter Praetemacs: globally replace non-branching "(if COND (progn...
2012-01-27 Dmitry Kurochkinemacs: `notmuch-search-operate-all' code cleanup, no...
2012-01-27 Dmitry Kurochkinemacs: add completion to "tag all" operation ("*" binding)
2012-01-25 Dmitry Kurochkinemacs: use a single history for all searches
2012-01-25 Jameson Graef Rollinsemacs: have notmuch-search-archive-thread use -next...
2012-01-21 Tomi Ollilaemacs/*.el: changed one-char comment prefix ';' to...
2012-01-21 Pieter Praetemacs: globally replace non-branching "(if (not .....
2012-01-19 Pieter Praetemacs: logically group def{custom,face}s
2012-01-16 David Edmondsonemacs: Cycle through notmuch buffers rather than jumpin...
2012-01-14 Jani Nikulaemacs: bind 'r' to reply-to-sender and 'R' to reply...
2012-01-14 Jani Nikulaemacs: add support for replying just to the sender
2012-01-14 David BremnerMerge branch 'release'
2012-01-10 David Edmondsonemacs: Better handling of inherited keymaps for `nomuch...
2012-01-09 Sebastian SpaethMerge branch 'master' of ssh://notmuchmail.org/git...
2012-01-09 David Edmondsonemacs: Don't signal an error when reaching the end...
2011-12-24 Dmitry Kurochkinemacs: fix docstring for `notmuch-search-line-faces'.
2011-12-21 Aaron EcayDon't quote lambda forms
2011-12-20 David Edmondsonemacs: Add `notmuch-jump-to-recent-buffer'.
2011-12-15 Jani Nikulaemacs: support "notmuch new" as a notmuch-poll-script
2011-12-06 David BremnerMerge branch 'release'
2011-12-01 Chris Grayemacs: Use notmuch-command variable in process-lines.
2011-11-27 David BremnerMerge branch 'release'
2011-11-24 Austin Clementsemacs: Avoid unnecessary markers.
2011-11-24 Austin Clementsemacs: Don't record undo information for search or...
2011-11-13 Jameson Graef Rollinsemacs: Unbind M-RET as display of thread with crypto...
2011-11-12 Austin Clementsemacs: Use a single buffer invisibility spec to fix...
2011-11-08 Michal SojkaDo not query on notmuch-search exit
2011-11-03 Daniel Schoepeemacs: Tab completion for notmuch-search and notmuch...
2011-07-18 David BremnerMerge commit '0.6.1'
2011-07-10 David BremnerMerge commit '0.6'
2011-06-24 David BremnerMerge remote-tracking branch 'origin/master'
2011-06-23 Pieter Praetfix sum moar typos [user-visible documentation in code]
2011-05-27 Jameson Graef Rollinsemacs: Add support for PGP/MIME verification/decryption
2011-05-26 Thomas Jostemacs: Allow the user to choose the "From" address...
2011-05-26 Thomas Jostemacs: Allow the user to choose the "From" address...
2011-05-24 Daniel Schoepeemacs: add notmuch-before- and notmuch-after-tag-hook
2011-04-25 Carl WorthMerge remote-tracking branch 'amdragon/eager-metadata-v4'
2011-04-25 Jameson Graef Rollinsuse custom-face-edit value-type in notmuch-search-line...
2011-03-11 Carl Worthemacs: Define notmuch-search-process-filter-data before...
2011-03-11 Carl Worthemacs: Don't drop error messages from "notmuch search"
2011-03-11 Carl Worthemacs: Fix notmuch-search-process-filter to handle...
next