aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-25emacs: remove newlines from input to notmuch count --batchDavid Bremner
2014-02-23man: escape backslash in notmuch-tag exampleDavid Bremner
2014-02-22emacs: Fix `notmuch-user-other-email' when no other emails are configuredAustin Clements
2014-02-22emacs: Fix exception when fetching empty or unconfigured settingsAustin Clements
2014-02-22emacs: Build forwarded message buffer more directlyAustin Clements
2014-02-21man: fix typo in notmuch.1David Bremner
2014-02-21ruby bindings message: docstring typoGaute Hope
2014-02-21nmbug-status: replace __values__() with values() in OrderedDict stubTomi Ollila
2014-02-21emacs: Avoid rebuilding .eldeps even when there's nothing to doAustin Clements
2014-02-21Merge tag 'debian/0.17-4'David Bremner
2014-02-18changelog stanza for 0.17-4debian/0.17-4David Bremner
2014-02-18debian: update ruby binary extension install pathDavid Bremner
2014-02-16emacs: update alist for mail-archive.com API changeJed Brown
2014-02-14nmbug-status: Hardcode UTF-8 instead of using the user's localeW. Trevor King
2014-02-14nmbug-status: Encode output using the user's localeW. Trevor King
2014-02-14nmbug-status: Add inter-message paddingW. Trevor King
2014-02-14nmbug-status: Color threads in HTML outputW. Trevor King
2014-02-14new: Detect dirent.d_type support at configure timeAustin Clements
2014-02-14nmbug-status: Escape &, <, and > in HTML display dataW. Trevor King
2014-02-13nmbug-status: Use <code> and <p> markup where appropriateW. Trevor King
2014-02-13nmbug-status: Slug the title when using it as an idW. Trevor King
2014-02-13nmbug-status: Anchor with h3 ids instead of a namesW. Trevor King
2014-02-13doc: notmuch_result_move_to_next -> notmuch_tags_move_to_nextGaute Hope
2014-02-10nmbug-status: Convert from XHTML 1.0 to HTML 5W. Trevor King
2014-02-10nmbug-status: Normalize table HTML indentationW. Trevor King
2014-02-10nmbug-status: Add an OrderedDict stub for Python 2.6W. Trevor King
2014-02-10nmbug-status: Add Page and HtmlPage for modular renderingW. Trevor King
2014-02-10nmbug-status: Add a Python-3-compatible urllib.parse.quote importW. Trevor King
2014-02-10nmbug-status: Consolidate HTML header printingW. Trevor King
2014-02-10nmbug-status: Don't require write accessW. Trevor King
2014-02-10nmbug-status: Consolidate functions and main codeW. Trevor King
2014-02-10nmbug-status: Add metavars for --config and --get-queryW. Trevor King
2014-02-10nmbug-status: Factor config-loading out into read_configW. Trevor King
2014-02-10nmbug-status: Decode Popen output using the user's localeW. Trevor King
2014-02-10nmbug-status: Use email.utils instead of rfc822W. Trevor King
2014-02-10nmbug-status: Convert to Python-3-compatible print functionsW. Trevor King
2014-02-03emacs: initialize ido(-completing-read) in emacs 23.[123]Tomi Ollila
2014-02-03completion: bash completion for notmuch new --quiet optionJani Nikula
2014-02-03configure: only install bash completion if supportedJani Nikula
2014-01-30emacs: ad-activate 'mm-shr after ad-disable-advice 'mm-shrTomi Ollila
2014-01-27test: add basic tests for notmuch new --quiet optionJani Nikula
2014-01-26emacs: add notmuch-assert-cli-sane to notmuch-helloDavid Bremner
2014-01-26emacs: add function notmuch-assert-cli-saneDavid Bremner
2014-01-26emacs: add a function to heuristically test if the CLI is configured OK.David Bremner
2014-01-26man: document notmuch new --quiet optionJani Nikula
2014-01-26cli: add --quiet option to notmuch newJani Nikula
2014-01-26cli: abstract notmuch new result printingJani Nikula
2014-01-26cli: for loop is more customaryJani Nikula
2014-01-26cli: use dirent_type in count_files tooJani Nikula
2014-01-26cli: only check the ignore list if neededJani Nikula