aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-01-26cli: extract single message addition in notmuch new to clarify codeJani Nikula
2014-01-26lib: update documentation for notmuch_database_get_directoryDavid Bremner
2014-01-25build: delete the default .SUFFIXESTomi Ollila
2014-01-24notmuch-show: detect NULL pointer returned from notmuch_query_search_threadsDavid Bremner
2014-01-24lib: make notmuch_threads_valid return FALSE when passed NULLDavid Bremner
2014-01-24test: add known broken test exit code of notmuch showDavid Bremner
2014-01-24man: update notmuch-dump man page for new default.David Bremner
2014-01-24notmuch dump: default to batch-tag format.David Bremner
2014-01-18cli: abstract common config get/set codeJani Nikula
2014-01-18lib: fix error handlingTomi Valkeinen