]> git.notmuchmail.org Git - notmuch/history - emacs
Initial ruby bindings
[notmuch] / emacs /
2010-06-05 Carl WorthAdd C-tab binding in notmuch-search mode as well.
2010-06-04 David Edmondsonemacs: Tags should be shown with `notmuch-tag-face'.
2010-06-04 David Edmondsonemacs: In search mode, truncate authors using invisible...
2010-06-04 David Edmondsonemacs: Adjust comment to avoid confusing font-lock.
2010-06-04 David Edmondsonemacs: Allow the display of absolute dates in the heade...
2010-06-04 Nelson Elhageemacs: Bind <backtab> (shift-TAB) to notmuch-show-previ...
2010-06-04 David Edmondsonemacs: More functionality for `notmuch-wash-tidy-citati...
2010-06-04 David Edmondsonemacs: Pretty print the numbers of matching messages.
2010-06-04 Nelson Elhageemacs: notmuch-hello: Make widget-keymap a parent of...
2010-06-04 Sebastian Spaethadd missing docstring for functions
2010-06-04 Sebastian SpaethMake notmuch-hello a mode.
2010-06-04 Sebastian Spaethemacs: Remove notmuch-hello-roundup function
2010-06-04 David Edmondsonemacs: In hello mode, bind `C-tab' to move backwards...
2010-06-04 Sebastian Spaethemacs: Reuse rather than reinvent message header filtering
2010-06-04 David Edmondsonemacs: Allow tuning of the tag/saved search layout.
2010-06-03 David Edmondsonemacs: Allow control over faces for search mode columns.
2010-06-03 David Edmondsonemacs: Set the `face' property rather than `font-lock...
2010-06-03 David Edmondsonemacs: Display non-matching authors with a different...
2010-06-03 Sebastian SpaethEasier way to define a fcc directory
2010-06-03 David Edmondsonemacs: Usability improvements for `notmuch-hello'.
2010-04-28 Carl WorthMerge branch '0.3.x' immediately after the 0.3.1 release
2010-04-27 Carl WorthMerge branch '0.3.x'
2010-04-27 Jesse Rosenthalemacs: Remove conditional from notmuch-fcc-initialization.
2010-04-27 David Edmondsonemacs: Fix `notmuch-hello-insert-tags' to correctly...
2010-04-27 David Edmondsonemacs: If 'all tags' is not shown, don't use it when...
2010-04-27 Jesse RosenthalAdd notmuch-message.el to emacs/Makefile.local
2010-04-27 Jesse Rosenthalemacs: Remove conditional from notmuch-fcc-initialization.
2010-04-27 Jesse Rosenthalemacs: require notmuch-message.el from notmuch.el
2010-04-27 Jesse Rosenthalemacs: Add auto-tagging for replied messages.
2010-04-27 Carl Worthemacs: Add missing parenthesis that was breaking the...
2010-04-27 David Edmondsonemacs/notmuch-wash.el: Add `notmuch-wash-convert-inline...
2010-04-27 David Edmondsonemacs: Fix `notmuch-hello-insert-tags' to correctly...
2010-04-27 David Edmondsonemacs: If 'all tags' is not shown, don't use it when...
2010-04-27 David Edmondsonemacs: Fix column alignment in `notmuch-hello-insert...
2010-04-27 Carl Worthemacs: Use message-signature-separator rather than...
2010-04-27 Carl Worthemacs: Delete some trailing whitespace.
2010-04-27 Jesse Rosenthalemacs: Ensure that message-directory for Fcc has a...
2010-04-27 Jesse Rosenthalemacs: add prompt to create maildir for fcc if it does...
2010-04-27 Jesse Rosenthalemacs: fcc should fail at the right time if it doesn...
2010-04-27 Carl Worthemacs: Tweak search-buffer naming to search list in...
2010-04-27 Carl Worthemacs: Rename search buffers with "saved-search" not...
2010-04-27 Carl Worthemacs: Match entire saved-search when computing search...
2010-04-27 Carl Worthemacs: Rip out all of the notmuch-folder code.
2010-04-27 Carl Worthemacs: Fix notmuch-hello to use its own function for...
2010-04-27 Carl Worthemacs: Add a notmuch-saved-searches function.
2010-04-27 Carl Worthemacs: Move declare-function from notmuch-lib.el to...
2010-04-27 Carl Worthnotmuch-hello: Add a 'G' keybinding.
2010-04-27 Carl Worthnotmuch-hello: Make this work with a notmuch-folders...
2010-04-27 Carl Worthemacs: Remove "hello" from all variables exported throu...
2010-04-27 Carl Worthnotmuch-hello: Fix a sign error when computing number...
2010-04-27 Carl Worthnotmuch-hello: Fix ability to isearch to a saved-search...
2010-04-27 Carl Worthemacs: notmuch-hello: Make viewing of all tags conditional.
2010-04-27 Carl Worthnotmuch-hello: Preserve current position when invoking...
2010-04-27 Carl Worthemacs: notmuch-hello: Move to first saved search item.
2010-04-27 Carl Worthemacs: Fix 's' keybinding to go to search bar in notmuc...
2010-04-27 Carl Worthemacs: Move saved searches before search bar in notmuch...
2010-04-27 Carl Worthemacs: Remove the notmuch-hellow-jump-to-search variable.
2010-04-27 Carl Worthemacs: Take advantage of position-remembering when...
2010-04-27 Carl Worthemacs: Make update of notmuch-hello leave point on...
2010-04-27 Carl Worthemacs: notmuch-hello: Don't include extra spaces in...
2010-04-27 Carl Worthemacs: Disable automatic jump to search bar for notmuch...
2010-04-26 Dirk HohndelPut signatures at the very end of the message
2010-04-26 Carl Worthemacs: Fix to generate error if fcc directory is not...
2010-04-26 Sebastian SpaethIntegrate notmuch-fcc mechansim
2010-04-26 Sebastian Spaethnotmuch-maildir-fcc: elisp syntax fixes
2010-04-26 Sebastian SpaethIntegrate notmuch-maildir-fcc into notmuch
2010-04-26 Jesse RosenthalAdd elisp file for FCC to maildir solution
2010-04-26 David Edmondsonemacs: Tell the user how many addresses matched when...
2010-04-26 David Edmondsonemacs: Remove duplicate declaration of `notmuch-folders'
2010-04-26 David Edmondsonemacs: `notmuch' should display the `notmuch-hello...
2010-04-26 David Edmondsonemacs: Fix `notmuch-show-rewind' in the presence of...
2010-04-26 David Edmondsonemacs: More DWIM when editing messages
2010-04-26 David Edmondsonemacs: Add more functions to clean up text/plain parts
2010-04-26 Carl WorthRevert "emacs: Add more functions to clean up text...
2010-04-26 David Edmondsonemacs: Fix `notmuch-search-insert-field'
2010-04-26 David Edmondsonemacs: Hide the "User-Agent:" when composing messages
2010-04-26 David Edmondsonemacs: Automatically load "notmuch-address"
2010-04-26 David Edmondsonemacs: Correct message/header/citation/signature hiding
2010-04-26 David Edmondsonemacs: Add a search to the 'recent searches' list once...
2010-04-26 David Edmondsonemacs: Remove the accelerator keys from the hello buffer
2010-04-26 David Edmondsonemacs: Adapt the logo background colour to that of...
2010-04-26 David Edmondsonemacs: Sort headers when composing
2010-04-26 David Edmondsonemacs: Suppress window creation when replying
2010-04-24 David Edmondsonemacs: Add more functions to clean up text/plain parts
2010-04-24 David Edmondsonemacs: Fix i-search to open up invisible citations...
2010-04-24 Carl Worthemacs: Make notmuch-hello jumpt to search bar by default.
2010-04-24 Carl Worthemacs: Rename notmuch-show-headers to notmuch-message...
2010-04-24 Carl Worthemacs: Don't display From header by default.
2010-04-24 Carl Worthemacs: Allow user to customize which headers are visible.
2010-04-24 Carl Worthemacs: Change message headers (To, CC, From, and Date...
2010-04-24 David Edmondsonemacs: Allow headers to be shown by default in show...
2010-04-24 David Edmondsonemacs: Add notmuch-address.el for address completion...
2010-04-24 Carl Worthemacs: Rename notmuch-show-toggle-all to notmuch-show...
2010-04-24 David Edmondsonemacs/notmuch-show.el: Add `notmuch-show-toggle-all...
2010-04-23 Carl Worthemacs: Use single-quote not double-quote when construct...
2010-04-23 David Edmondsonemacs: Re-arrange message sending code
2010-04-23 David Edmondsonemacs: Push the cursor to point-max on `n' or `N' at...
2010-04-23 David Edmondsonemacs: Re-arrange message sending code
2010-04-23 Carl Worthemacs: Fix some compilation warnings.
2010-04-23 David Edmondsonemacs: Add notmuch-hello.el, a friendly frontend to...
next