Commit graph

  • 24a25ffba9 Remove the talloc_owner argument from create_for_message_id. Carl Worth 2009-11-17 11:02:33 -0800
  • 387828c435 get_in_reply_to: Implement via the database, not by opening mail file. Carl Worth 2009-11-17 17:40:19 -0800
  • e8c9c3e6a5 Makefile: Manual pages shouldn't be executable Ingmar Vanhassel 2009-11-17 22:04:07 +0100
  • 321ab1bd6b Makefile: Change default install prefix from /usr to /usr/local, really Ingmar Vanhassel 2009-11-17 22:10:18 +0100
  • e12a6b91ac Makefile: Change default install prefix from /usr to /usr/local Carl Worth 2009-11-17 13:05:16 -0800
  • 9c2d0714fe Makefile: Prefer directories as the target for install commands. Carl Worth 2009-11-17 12:50:46 -0800
  • 8e95cf4232 Update .gitignore, add objects and static archives Ingmar Vanhassel 2009-11-17 20:53:21 +0100
  • 81c9640b86 Makefile: Create installation directories explicitly Ingmar Vanhassel 2009-11-17 20:50:29 +0100
  • 8177dc5d40 Deal with situation where sysconf(_SC_GETPW_R_SIZE_MAX) returns -1 Alexander Botero-Lowry 2009-11-17 11:30:39 -0800
  • 12d3014d88 Fix broken commit. Carl Worth 2009-11-17 09:04:14 -0800
  • 469ea9ebc6 Include <stdint.h> to get uint32_t in C++ file with gcc 4.4 Mikhail Gusarov 2009-11-17 21:28:38 +0600
  • dc5a9d8eb2 Close message file after parsing message headers Mikhail Gusarov 2009-11-17 21:28:37 +0600
  • 0dab6a2c1e add_message: Avoid a memory leak when user holds on to message return. Carl Worth 2009-11-17 08:50:14 -0800
  • 6b135cae1e notmuch_message_file_get_header returns "" for missing headers, not NULL Keith Packard 2009-11-16 19:57:14 -0800
  • dac31c9e01 Use 'forward-line' instead of 'next-line' while walking search display Keith Packard 2009-11-16 19:05:02 -0800
  • 057b3060e8 notmuch.el: Consider an entire line of underscores as a signature separator. Carl Worth 2009-11-16 16:39:59 -0800
  • ea484f0ebf notmuch.el: Insert a newline if the last line of a part is missing one. Carl Worth 2009-11-16 14:53:02 -0800
  • c004e1e04b notmuch restore was skipping entries with no new tags Keith Packard 2009-11-16 11:53:35 -0800
  • d5068983b8 notmuch.el: Display authors in a column separate from subject. Carl Worth 2009-11-16 11:57:05 -0800
  • 352e91625b notmuch.el: Indent messages to show nested structure of thread. Carl Worth 2009-11-16 10:45:10 -0800
  • 933caf814f notmuch show: Implement proper thread ordering/nesting of messages. Carl Worth 2009-11-15 20:39:25 -0800
  • 819f964d9a Minor whitespace touchup. Carl Worth 2009-11-15 20:38:16 -0800
  • d136a1e2cf Add _notmuch_message_get_in_reply_to. Carl Worth 2009-11-15 20:36:51 -0800
  • b97756926f Remove obsolete notmuch_message_get_subject prototype. Carl Worth 2009-11-15 20:34:24 -0800
  • f970d8078c lib/messages: Add new notmuch_message_list_t to internal interface. Carl Worth 2009-11-15 20:29:13 -0800
  • 9034e396b6 database: Fix a typo in a commit. Carl Worth 2009-11-15 20:23:27 -0800
  • 9b1c6c250b Export _parse_message_id to the library implementation. Carl Worth 2009-11-15 20:21:43 -0800
  • 54be14098b _thread_add_messages: Remove unused variable. Carl Worth 2009-11-15 20:21:12 -0800
  • d3349358c6 lib: Move notmuch_messages_t code from query.cc to new messages.c Carl Worth 2009-11-14 23:05:17 -0800
  • c979fc5b05 notmuch_tags_advance: Make safe against excessive calls. Carl Worth 2009-11-14 23:02:55 -0800
  • 322fe4f3fb notmuch.el: Add support for viewing MIME-encoded parts (with 'v'). Carl Worth 2009-11-14 08:57:38 -0800
  • 4812cfb368 notmuch.el: Add an 'm' binding to start composing a new mail. Carl Worth 2009-11-13 15:53:58 -0800
  • 77088624af notmuch.el: Use require instead of load to get the cl functions. Carl Worth 2009-11-13 15:49:43 -0800
  • f9f897ae27 notmuch reply: Prefer "Reply-To" header over "From" for choosing recipient. Carl Worth 2009-11-13 10:50:52 -0800
  • f4245aec94 notmuch new/tag: Flush all changes to database when interrupted. Keith Packard 2009-11-13 09:05:13 -0800
  • 8561c7463a notmuch.el: Add a binding ('o') and command to toggle current search order. Carl Worth 2009-11-12 23:16:19 -0800
  • ed2643333c notmuch search: Fix thread dates to come only from matched messages. Carl Worth 2009-11-12 23:10:04 -0800
  • a5e9c06eb6 notmuch.el: Hook up support for different search orders. Carl Worth 2009-11-12 22:58:51 -0800
  • f7b49d658a notmuch search: Add support for a --reverse option to reverse sort order. Carl Worth 2009-11-12 22:35:16 -0800
  • 5f5e9b8662 Makefile: Fix dependency generation for files in sub-directories. Carl Worth 2009-11-12 22:24:55 -0800
  • c168e24174 notmuch search: Print the number of matched/total messages for each thread. Carl Worth 2009-11-12 22:01:44 -0800
  • 184c327692 Use $(MAKE) when invoking make from make. Carl Worth 2009-11-12 22:00:51 -0800
  • c3c0966521 notmuch search: Avoid printing duplicate author names. Carl Worth 2009-11-12 21:19:42 -0800
  • ec6d3506db notmuch search: Print all authors contributing to a thread. Carl Worth 2009-11-12 21:09:54 -0800
  • fc2053b022 notmuch search: Add --first and --max-threads options for incremental search. Carl Worth 2009-11-12 20:47:12 -0800
  • bbf4b8e4ae notmuch_query_search_threads: Avoid returning more threads than asked for. Carl Worth 2009-11-12 20:31:22 -0800
  • e4a7c2b870 notmuch search: Fix a second bug in the change to support incremental searches. Carl Worth 2009-11-12 20:12:16 -0800
  • 523f1ce0a5 notmuch search: Fix to actually return something. Carl Worth 2009-11-12 20:09:12 -0800
  • 93dcc3b695 libnotmuch: Underlying support for doing partial-results searches. Carl Worth 2009-11-12 16:47:27 -0800
  • e530910ae2 notmuch.el: Remove functions to show/hide thread IDs. Carl Worth 2009-11-12 14:35:41 -0800
  • 077b8b2ac6 notmuch reply: Add Bcc to the user's primary email address. Carl Worth 2009-11-12 11:08:36 -0800
  • bb7ed1f153 notmuch show: Display "Subject: " before the subject. Carl Worth 2009-11-12 10:22:55 -0800
  • 2f4c587474 notmuch search: Print the names of author of matched emails. Carl Worth 2009-11-12 09:59:47 -0800
  • 4d35c3544d Don't create "contact" terms in the database. Carl Worth 2009-11-12 09:38:24 -0800
  • f0d4c3ace2 TODO: Add note on making "notmuch new" interruptible. Carl Worth 2009-11-12 07:05:43 -0800
  • dd8a08bec4 TODO: Update based on recent additions. Carl Worth 2009-11-12 07:05:43 -0800
  • e70f09d900 notmuch new: Don't ignore files with mtime of 0. Carl Worth 2009-11-12 07:02:13 -0800
  • 091d18c54c notmuch show: Avoid segmentation for message with no subject. Carl Worth 2009-11-11 23:00:58 -0800
  • 5d614048b4 Initialize count of new files to zero. Keith Packard 2009-11-11 22:33:48 -0800
  • 1407e409b1 notmuch.el: Switch to using "notmuch reply" rather than message-reply. Carl Worth 2009-11-11 21:37:35 -0800
  • 8f9bd26e62 notmuch reply: Fish out user's address from recipient list to use as From. Carl Worth 2009-11-11 21:29:04 -0800
  • dbe41eab82 notmuch reply: Don't reply to address belonging to the user. Carl Worth 2009-11-11 21:18:15 -0800
  • 13569ad6c9 Unbreak several notmuch commands after the addition of configuration. Carl Worth 2009-11-11 20:29:30 -0800
  • 37bdd89870 notmuch new: Unbreak after the addition of notmuch-config. Carl Worth 2009-11-11 19:50:15 -0800
  • 8136e15229 notmuch: Make the command of "notmuch" walk the user through the next step. Carl Worth 2009-11-11 17:56:59 -0800
  • 6bd01e1b34 notmuch: Move welcome messages from "notmuch" to "notmuch setup". Carl Worth 2009-11-11 17:33:31 -0800
  • c884c30c30 notmuch setup: Add some comments when creating a .notmuch-config file. Carl Worth 2009-11-11 17:25:42 -0800
  • 305e76bc0a notmuch: Add a configuration system. Carl Worth 2009-11-11 17:01:55 -0800
  • 69611e66a5 notmuch setup: Break the implementation up into manageable functions. Carl Worth 2009-11-11 11:23:55 -0800
  • a9f3ad4fcb notmuch reply: Use GMime to construct the header for the reply. Carl Worth 2009-11-11 10:54:12 -0800
  • 26bb521f52 notmuch.el: Add a binding ('r') to reply to the current message. Carl Worth 2009-11-10 18:47:53 -0800
  • dfc0780cba notmuch reply: Process headers a bit more accurately. Carl Worth 2009-11-10 18:46:26 -0800
  • 54d79f60a1 notmuch.el: Simplify get-message-id Carl Worth 2009-11-10 18:45:30 -0800
  • 357aba3ec8 notmuch reply: Add (incomplete) reply command Keith Packard 2009-11-06 10:00:38 -0800
  • 50144f95ca notmuch: Break notmuch.c up into several smaller files. Carl Worth 2009-11-10 12:03:05 -0800
  • ce7c6f7585 .gitignore: Ignore .deps directory. Carl Worth 2009-11-10 10:49:44 -0800
  • da5a2e2fe6 Makefile: Change default flags to -O2. Carl Worth 2009-11-10 08:36:41 -0800
  • 946c94b6a1 Makefile: Make the top-level Makefile a little more independent. Carl Worth 2009-11-10 08:34:54 -0800
  • 1a6208bfbd Makefile: Simplify setting of CFLAGS, etc. Carl Worth 2009-11-10 08:27:48 -0800
  • 97c7cffdc6 Makefile: Fix dependency generation to make .d files themselves dependent. Carl Worth 2009-11-10 08:04:54 -0800
  • c5dccd851a Implement a non-recursive make. Carl Worth 2009-11-10 07:14:49 -0800
  • 3cdb24d38a Makefile: Hide away auto-generated dependency file as .depends. Carl Worth 2009-11-09 16:24:50 -0800
  • b2846c6a2a Remove obsolete message.h. Carl Worth 2009-11-09 16:13:59 -0800
  • 1465493210 libify: Move library sources down into lib directory. Carl Worth 2009-11-09 16:12:28 -0800
  • 8ae1c3c6e1 notmuch.el: Don't advance line in search buffer before showing thread. Carl Worth 2009-11-09 13:48:58 -0800
  • 97ef8a74c9 notmuch.el: Fix add/remove tag from search buffers. Carl Worth 2009-11-09 13:45:11 -0800
  • 3942933962 add_message: Fix crash for file recognized as not email. Carl Worth 2009-11-09 13:43:59 -0800
  • 436b8a2fda TODO: Note that notmuch restore needs some progress indication. Carl Worth 2009-11-09 13:42:30 -0800
  • 59d82640dc notmuch setup: Remove a debugging print. Carl Worth 2009-11-09 13:41:40 -0800
  • 1eec45659b add_message: Start storing In-Reply-To information in the database. Carl Worth 2009-11-06 09:34:21 -0800
  • 73ee42be36 Makefile: Fix install target to depend on the all target. Carl Worth 2009-11-06 09:33:44 -0800
  • 508d2d2ff7 notmuch show: Don't show the subject line twice. Carl Worth 2009-11-06 09:32:24 -0800
  • 98afc27957 add_message: Fix segfault for message with no Date header. Carl Worth 2009-11-06 09:31:03 -0800
  • 306e19f5dd notmuch show: Move subject from one-line summary down to its own line. Carl Worth 2009-11-05 15:02:20 -0800
  • afcd85ee71 notmuch.el: Bring back the "End of search results." message. Carl Worth 2009-11-05 14:18:44 -0800
  • 51a68d4e01 notmuch.el: Make hidden parts advertise how to unhide them. Carl Worth 2009-11-05 11:25:02 -0800
  • ab68891bec notmuch.el: Add 'A' binding to archive thread after removing all "unread" tags. Carl Worth 2009-11-05 11:15:56 -0800
  • db81b31c56 Update notmuch man page with recently-added documentation. Carl Worth 2009-11-05 10:45:40 -0800
  • d1b06f159c notmuch search: Document the from, to, and subject prefixes. Carl Worth 2009-11-05 10:33:37 -0800
  • 494c74229b notmuch show: Fix to work with any search string rather than just a thread ID. Carl Worth 2009-11-05 10:23:04 -0800