Commit graph

  • 06f627df92 Improve source documentation Sebastian Spaeth 2010-03-17 11:45:13 +0100
  • b00c892c65 Implement an Enum class and make the STATUS object one Sebastian Spaeth 2010-03-17 11:44:36 +0100
  • 6506175648 README: add link to static docs Sebastian Spaeth 2010-03-17 09:28:39 +0100
  • 422ba4beca update documentation so it makes sense Sebastian Spaeth 2010-03-16 20:54:43 +0100
  • 9182b97e26 add sphinx docs stubs (they don't make sense yet) Sebastian Spaeth 2010-03-16 20:36:04 +0100
  • 5bcd897253 hgignore: update to ignore static documentation Sebastian Spaeth 2010-03-16 20:35:34 +0100
  • ee66e0f52c implement Message.get_date() and Message.get_header() Sebastian Spaeth 2010-03-16 17:10:57 +0100
  • 7b032b6f87 implement stub for notmuch show. Remove finished ToDo items Sebastian Spaeth 2010-03-16 16:41:33 +0100
  • 95f259409e implement Query.set_sort() and sort notmuch dump by message id Sebastian Spaeth 2010-03-16 16:20:47 +0100
  • 4081ed75b5 implement notmuch dump and Messages.len() Sebastian Spaeth 2010-03-16 16:09:42 +0100
  • 3b2d73c684 implement message counting Sebastian Spaeth 2010-03-16 15:53:54 +0100
  • d099b79fd1 implement quoatation mangling in the notmuch binary Sebastian Spaeth 2010-03-16 15:40:13 +0100
  • e026813bcb Fix iterator classes to not skip the first element when iterating Sebastian Spaeth 2010-03-16 15:00:42 +0100
  • bb5870b9af use logging.debug for debug output. Implement notmuch search-tags Sebastian Spaeth 2010-03-16 14:57:07 +0100
  • c54b2683cd Fixing the crashes that I was seeing Sebastian Spaeth 2010-03-16 14:45:01 +0100
  • 92d3c24bc8 implement Query() and search_messages() Sebastian Spaeth 2010-03-16 14:28:05 +0100
  • 9ed5e8a0e3 remove useless tags struct Sebastian Spaeth 2010-03-16 12:40:20 +0100
  • 0e90d656fc Query() stub Sebastian Spaeth 2010-03-16 12:39:47 +0100
  • 7b9ddcb6a6 some more stubs Sebastian Spaeth 2010-03-16 12:28:05 +0100
  • 5cb8dbeab5 nonfunctional changes in notmuch stub Sebastian Spaeth 2010-03-16 12:24:52 +0100
  • ce50b33cf0 add notmuch stub that will allow me to run the notmuch testsuite over the python bindings. Sebastian Spaeth 2010-03-16 12:21:18 +0100
  • 338e68e545 Find the notmuch shared lib rather than hardode a location Sebastian Spaeth 2010-03-16 11:52:56 +0100
  • 55f1971437 Implement Message(), Database.find_message(), Database.create() Sebastian Spaeth 2010-03-16 11:27:31 +0100
  • 90c47567f4 improve README example session to reflect reality Sebastian Spaeth 2010-03-15 17:12:52 +0100
  • 632762cd1a Tags: clarify documentation: we can only iterate once over Tags, and free underlying tags once we iterated through. Sebastian Spaeth 2010-03-15 16:00:11 +0100
  • b4fdf0ae30 initial revision. See README for what works Sebastian Spaeth 2010-03-15 15:47:15 +0100
  • 9286296f46 COPYING: add GPL v3+ Sebastian Spaeth 2010-03-16 22:48:35 +0100
  • d30049d2b9 notmuch-show: add tags to json output Sebastian Spaeth 2010-03-11 13:11:43 +0100
  • bb61755afe emacs: Fix search refresh when on the last line of a search buffer. Carl Worth 2010-03-10 11:07:58 -0800
  • 70ef8de798 emacs: Adjust search refresh to use a target line not a target position. Carl Worth 2010-03-10 11:05:33 -0800
  • 86232e62ab Makefile: Fix Makefiles to depend on all child Makefile fragments. Carl Worth 2010-03-10 10:59:57 -0800
  • f47bec55bd Makefile: Use 'emacs --quick' for a less noisy build of "make install-emacs". Carl Worth 2010-03-10 10:58:46 -0800
  • ce6cfd6408 Makefile: Add a message after "make install-emacs" Carl Worth 2010-03-10 10:50:20 -0800
  • b6df83bef0 Makefile: Conditionalize the "make install" message. Carl Worth 2010-03-10 10:48:47 -0800
  • 985263cf51 Makefile: Simplify the conditional message of the all target. Carl Worth 2010-03-10 10:44:44 -0800
  • adf5c5ec35 Makefile: Add message to make install listing the other install targets. Carl Worth 2010-03-10 10:07:34 -0800
  • 2b8131f079 Makefile: Add a meesage after "make" telling the user to run "make install" Carl Worth 2010-03-09 17:03:11 -0800
  • 6b92ca5a05 Makefile: Rename all_deps to global_deps Carl Worth 2010-03-09 17:01:55 -0800
  • e3046c688b Add is:<tag> as a synonym for tag:<tag> in search terms. Carl Worth 2010-03-09 16:03:58 -0800
  • bbda0a0156 emacs: Move emacs UI (currently just one file) to subdirectory. David Bremner 2010-02-09 23:45:28 -0400
  • a875e17211 INSTALL: Include Fedora command for installing dependencies of notmuch. Carl Worth 2010-03-09 12:12:32 -0800
  • 21a92c6cce INSTALL: Add a pointer to ./configure --help Carl Worth 2010-03-09 12:11:47 -0800
  • c446f22dee lib: Silence a compiler warning. Carl Worth 2010-03-09 12:05:43 -0800
  • 07876ac135 emacs: Fix refresh of search results to leave cursor on current thread. Carl Worth 2010-03-09 11:36:08 -0800
  • 7f2629520c Fix a few documentation typos in notmuch.h Fernando Carrijo 2009-12-05 17:32:34 -0200
  • bc69bf09cb Update documentation of notmuch_query_create Fernando Carrijo 2009-12-05 12:22:05 -0200
  • 2303d9366e notmuch show: Don't show empty headers. Carl Worth 2010-03-09 10:12:58 -0800
  • c375f7a407 TODO: Add proposal for a saved-search interface. Carl Worth 2010-03-09 10:09:40 -0800
  • a7f03d9f7c TODO: Remove many items that have been completed recently. Carl Worth 2010-03-09 10:06:37 -0800
  • 986789e6f6 emacs: Fix documentation of notmuch-search-remove-tag. Carl Worth 2010-03-09 09:54:53 -0800
  • 64646841f7 lib: Document what move_to_next does at the end of the list. Carl Worth 2010-03-09 09:24:45 -0800
  • 4e5d2f22db lib: Rename iterator functions to prepare for reverse iteration. Carl Worth 2010-03-09 09:22:29 -0800
  • c5085642b8 emacs: Fix backspace to not scroll more than the previous message Carl Worth 2010-03-09 08:11:45 -0800
  • c963098e28 emacs: Unbreak notmuch-show-rewind (the function to which Backspace is bound) Carl Worth 2010-03-08 17:24:34 -0800
  • 095a02211e emacs: Make 'n' and 'p' navigate only open messages. Carl Worth 2010-02-26 11:30:12 -0800
  • f99b46c607 emacs: Don't open unread messages by default. Carl Worth 2010-02-26 10:40:23 -0800
  • 43c9c11389 control: Update package description to follow upstream README. Carl Worth 2010-02-25 11:11:59 -0800
  • 3ab18d1c22 README: Mention that notmuch only supports maildir or mh format. Carl Worth 2010-02-25 11:03:56 -0800
  • 3474263823 emacs: Avoid removing the unread tag due to internal navigation Carl Worth 2010-02-24 17:02:31 -0800
  • 4b9d2e3a4d Simplify "unread" tag handling in emacs UI. Jameson Rollins 2010-01-19 17:54:16 -0500
  • a7afcee50c TODO: We should fix the --format=json option to not imply --entire-thread. Carl Worth 2010-02-23 12:51:23 -0800
  • 5171831813 notmuch search: Use "thread" rather than "id" when formatting with JSON Carl Worth 2010-02-23 12:41:59 -0800
  • cfa95eec27 json: Add copy of MIT license text from cJSON Carl Worth 2010-02-23 12:49:33 -0800
  • 6ce2bf68f5 Add an "--format=(json|text)" command-line option to both notmuch-search and notmuch-show. Scott Robinson 2009-12-31 11:17:40 -0400
  • 3ca7a4fbcc TODO: Rename the proposed --for option to --output Carl Worth 2010-02-23 11:27:43 -0800
  • 6365f156c8 notmuch.1: Use bold and indentation for the NOTMUCH_CONFIG variable. Carl Worth 2010-02-23 11:21:41 -0800
  • a696119756 Add ENVIRONMENT VARIABLES section to the man page James Westby 2009-12-19 13:12:15 +0000
  • 3910000fe8 notmuch.el: Emphasize the 'i' of 'ID' in the documentation for 'c i'. Carl Worth 2010-02-20 12:27:37 -0800
  • 4e76865c0d Change the stash keybinding from 'z' to 'c'. And use 'i' for message ID. Carl Worth 2010-02-20 12:23:13 -0800
  • 1631c713d9 notmuch.el: add a submap (on "z" for "ztash") to stash things. David Bremner 2010-02-11 23:01:08 -0400
  • b20bc7028d notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command-key-with-prefix David Bremner 2010-02-11 23:01:07 -0400
  • 1137ce11e1 Add functions notmuch-show-get-(bcc, cc, date, from, subject, to). David Bremner 2010-02-11 22:44:10 -0400
  • e6c6bf3250 notmuch-show-get-header: new function; return alist of parsed header fields. David Bremner 2010-02-11 22:34:31 -0400
  • becdb42b1f notmuch.el: Delete some trailing whitespace. Carl Worth 2010-02-20 12:11:31 -0800
  • 7e3b416153 notmuch.el: Fix bug from message with ':' in the From address. Carl Worth 2010-02-11 16:19:37 -0800
  • 2174adf374 notmuch.el: Handle attached images via an external viewer. Carl Worth 2010-02-10 12:40:47 -0800
  • 5dbe1c0307 notmuch.el: Fix indentation. Carl Worth 2010-02-10 12:40:18 -0800
  • ca16b2225d notmuch.el: Avoid infinite loop marking up message with no parts. Carl Worth 2010-02-10 11:40:56 -0800
  • b611cc2319 Reintroduce HTML inlining, with a much needed optimization Alexander Botero-Lowry 2010-02-09 17:55:21 -0800
  • e0a8dee8bc Fix printf for when uint64_t != unsigned long long int Carl Worth 2010-02-09 11:09:30 -0800
  • 9439b217c3 Switch from random to sequential thread identifiers. Carl Worth 2010-02-08 11:33:33 -0800
  • 0d58d46f7a TODO: Add some recently discussed items. Carl Worth 2010-02-09 11:02:18 -0800
  • 79d3f9773c Allow folders with no messages to be elided from list Keith Packard 2009-12-26 16:34:18 -0800
  • b16a767f51 Look at whitespace to separate folder name from count Keith Packard 2009-12-26 16:34:17 -0800
  • b58dcfb702 Add 'm' and ' ' bindings to notmuch-folder view Keith Packard 2009-12-26 16:34:16 -0800
  • 0a1e37a8c9 emacs: Use font-lock-comment-face to highlight citation button Kan-Ru Chen 2009-12-14 13:41:35 +0800
  • 9b93717a6d notmuch.el: show some of citation even when hiding. David Bremner 2009-12-25 16:09:08 -0400
  • 24b2f7699f notmuch.el: Refactor citation markup. Variables for minimum size, button text. David Bremner 2009-12-25 16:09:07 -0400
  • 7a9bacac67 notmuch.h: Fix a couple of typos in the documentation. Carl Worth 2010-02-05 17:31:40 -0800
  • 069cb5a73a notmuch restore: Don't waste time with messages with unchanged tags. Carl Worth 2010-02-05 17:29:56 -0800
  • ef8a74944c notmuch-test: Add basic tests for "notmuch dump" and "notmuch restore" Carl Worth 2010-02-05 17:28:25 -0800
  • b918e04ee8 notmuch-test: Fix misalignment in output. Carl Worth 2010-02-05 17:27:22 -0800
  • d9c9e56912 notmuch.el: Use emacs built-in forward-button and backward-button Kan-Ru Chen 2009-12-01 14:13:53 +0800
  • 78c85f053b Use forward-line instead of next-line Carl Worth 2010-02-05 11:14:25 -0800
  • ee3e7416f0 notmuch.el: Add missing documentation for the new 'h' keybinding. Carl Worth 2010-02-05 11:30:35 -0800
  • b0ccc88146 notmuch.el: Add keybinding to toggle display of message body and headers. Kan-Ru Chen 2009-12-01 14:13:51 +0800
  • a47bf6e7dc notmuch-test: Add test to verify that uuencoded data is not indexed. Carl Worth 2010-02-05 10:24:51 -0800
  • bc79dc9d6c notmuch-test: Add several tests of "notmuch search" Carl Worth 2010-02-05 10:00:04 -0800
  • 5c938e51b2 notmuch-test: Add a new add_message function. Carl Worth 2010-02-04 17:34:48 -0800
  • 2bc0af15aa Eliminate some useless gobject boilerplate. Carl Worth 2010-02-04 17:26:00 -0800