Commit graph

  • 986f6c9824 notmuch-new: Only install SIGALRM if not running under gdb Chris Wilson 2009-11-22 00:44:31 +0000
  • 3e4ab913db lib/database.cc: coding style Chris Wilson 2009-11-21 23:14:39 +0000
  • 1266d8511e Makefile: Fix to work even with GZIP environment variable set. Carl Worth 2009-11-22 04:45:16 +0100
  • 530df68258 Makefile: Magic silent rules. Chris Wilson 2009-11-21 20:32:20 +0000
  • 5d56e931b9 add_message: Use sha-1 in place of overly long message ID. Carl Worth 2009-11-22 04:03:49 +0100
  • f336ee034b get_timestamp: Ensure that return value is 0 in case of exception. Carl Worth 2009-11-22 03:55:39 +0100
  • e2341cbc09 Catch and optionally print about exception at database->flush. Carl Worth 2009-11-22 03:54:20 +0100
  • 717279fbcf Add a missing print after catching an exception. Carl Worth 2009-11-22 03:52:55 +0100
  • 591f901241 Print information about where Xapian exception occurred. Carl Worth 2009-11-22 03:41:30 +0100
  • 6c7ec294bb notmuch-config: Fix memleaks. Holger Freyther 2009-11-21 22:45:23 +0100
  • b5d7632000 notmuch new: Fix to actually open the database READ_WRITE. Chris Wilson 2009-11-22 00:13:24 +0100
  • b725481cb3 Fix freak case problem that broke the compile. Carl Worth 2009-11-21 22:29:31 +0100
  • 637f99d8f3 Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITE Carl Worth 2009-11-21 22:10:18 +0100
  • f379aa5284 Permit opening the notmuch database in read-only mode. Chris Wilson 2009-11-21 19:54:25 +0000
  • aac1d60352 INSTALL/notmuch.el: More details on how to install/run notmuch.el Carl Worth 2009-11-21 21:40:57 +0100
  • 0414c774d2 INSTALL: emacs install dokumentation. Stefan Schmidt 2009-11-21 20:36:06 +0100
  • 5939490f64 Revert "notmuch: Add Maildir directory name as tag name for messages" Carl Worth 2009-11-21 21:21:58 +0100
  • b088370920 TODO: Add notes on portability, and remove completed tasks. Carl Worth 2009-11-21 19:54:24 +0100
  • d746688beb TODO: Several updates. Carl Worth 2009-11-21 19:52:43 +0100
  • 6732aa1b14 INSTALL: Mention that xapian-config might be named xapian-config-1.1 Carl Worth 2009-11-21 19:52:06 +0100
  • 9794f19017 notmuch: Add Maildir directory name as tag name for messages Aneesh Kumar K.V 2009-11-18 21:20:12 +0530
  • 21f3252436 Makefile: Fix the fallback emacs install path. Carl Worth 2009-11-21 11:38:27 +0100
  • 49132ebc76 Drop redundant CFLAGS, was already included in CXXFLAGS Jed Brown 2009-11-20 16:58:15 +0100
  • e94bd8506b notmuch reply: Include text parts in reply, even with disposition attachment. Carl Worth 2009-11-21 01:14:01 +0100
  • 268da2cf19 notmuch show: Don't hide text parts, even with disposition attachment. Carl Worth 2009-11-21 01:09:36 +0100
  • 67bad3483f notmuch show: Don't hide a digital signature. Carl Worth 2009-11-21 01:00:41 +0100
  • 882a58de5f notmuch.el: Don't use end-of-buffer which is inappropriate from programs Carl Worth 2009-11-21 00:58:16 +0100
  • aa46a34408 notmuch.el: Fix stale reference to non-existing variable. Carl Worth 2009-11-21 00:53:27 +0100
  • d295f50ac7 notmuch.el: Add many missing defvar calls. Carl Worth 2009-11-21 00:52:23 +0100
  • 59c241ebd0 When a search query triggers a Xapian exception, log what the query was. Eric Anholt 2009-11-20 14:00:42 +0100
  • a8e0d4f25f Make bash completion directory configurable. James Rowe 2009-11-20 15:28:26 +0000
  • 3ae12b1e28 add_message: Re-fix handling of non-mail files. Carl Worth 2009-11-20 21:46:37 +0100
  • 656e4c413d notmuch_database_add_message: Add missing error-value propagation. Carl Worth 2009-11-20 21:02:11 +0100
  • 52292c5485 add_message: Properly handle missing Message-ID once again. Carl Worth 2009-11-20 19:31:00 +0100
  • 5d0a01dceb Checkin some command-only tcsh completions Alexander Botero-Lowry 2009-11-18 17:15:43 -0800
  • 14807ed2de bash-completion: Move to contrib Ingmar Vanhassel 2009-11-20 14:36:14 +0100
  • 8923ea0755 zsh-completion: Initial zsh-completion for notmuch Ingmar Vanhassel 2009-11-20 14:36:13 +0100
  • 4dec742eba Add notmuch.1.gz to files to be cleaned Mikhail Gusarov 2009-11-20 18:58:39 +0600
  • 1728fe2a0a TODO: Add a couple of notes about fixing the completion script. Carl Worth 2009-11-20 17:04:29 +0100
  • 5150b15b87 Makefile: Make object targets depend on Makefiles Jan Janak 2009-11-19 01:37:25 +0100
  • dbb29a77fa Allow to redefine notmuch binary name and path in elisp mode Mikhail Gusarov 2009-11-20 07:15:40 +0600
  • 2cc3165163 notmuch.el: Don't use literal control characters in strings. Carl Worth 2009-11-20 13:09:58 +0100
  • 0a575c9580 Makefile: Hard-code emacs_lispdir if emacs pkg-config file not available Carl Worth 2009-11-20 13:07:42 +0100
  • 1ddba66a3f Makefile: Remove unused variable emacs_startdir Carl Worth 2009-11-20 12:58:42 +0100
  • 31b54bc787 Avoid access of a Xapian iterator's object when there's nothing there. Carl Worth 2009-11-20 12:06:11 +0100
  • f6ca697e27 Revert inadvertently committed code. Carl Worth 2009-11-20 11:12:42 +0100
  • c05c3f1584 notmuch build: add a RPM spec file Jeffrey C. Ollie 2009-11-18 12:31:54 -0600
  • dad3dd64b7 Add a .desktop file entry. Jeffrey C. Ollie 2009-11-19 15:20:02 -0600
  • d98718d104 Improve installation of emacs mode. Jeffrey C. Ollie 2009-11-19 15:20:01 -0600
  • 19d951ee16 Have git ignore tags & cscope files Rolland Santimano 2009-11-18 21:16:58 -0800
  • ddac17343a Put $(LDFLAGS) after the list of object files. Peter Wang 2009-11-19 19:13:35 +1100
  • 3f52f59c1e notmuch: Add search mode hook Aneesh Kumar K.V 2009-11-19 11:40:54 +0530
  • aa8c2224ee Makefile: Create elisp install directory explicitly Ingmar Vanhassel 2009-11-19 02:45:44 +0100
  • ec7a47d756 bash-completion: Complete options for notmuch search Ingmar Vanhassel 2009-11-19 03:18:20 +0100
  • 82da15be3b bash-completion: Localize variables, use more consistent variable names Ingmar Vanhassel 2009-11-19 03:14:52 +0100
  • 829dac9a1b bash-completion: Whitespace fix Ingmar Vanhassel 2009-11-19 03:12:59 +0100
  • 4033d87fdd bash-completion: Bash has & should use [[ == ]] Ingmar Vanhassel 2009-11-19 02:58:42 +0100
  • e5da2b701f Allow lone "not" search operators Adrian Perez 2009-11-19 01:07:22 +0100
  • b6c4978fda .gitignore: Add common editor droppings Ingmar Vanhassel 2009-11-18 23:51:31 +0100
  • 0c0a401f70 notmuch new: Restore printout of total files counted. Carl Worth 2009-11-19 00:32:21 +0100
  • 3687472d45 notmuch new: Fix countdown timer on first run. Carl Worth 2009-11-19 00:29:52 +0100
  • 0d4b529297 Makefile: Actually install the emacs mode. Carl Worth 2009-11-19 00:27:34 +0100
  • 83a2ed3c2f notmuch.el: Add a reply binding ('r') to search mode to reply to a whole thread. Carl Worth 2009-11-19 00:21:24 +0100
  • f52528a344 reply: Pointer mismatch. Chris Wilson 2009-11-18 11:34:55 +0000
  • 4a6a1ed654 Makefile: evaluate pkg-config once Chris Wilson 2009-11-18 11:34:54 +0000
  • 394cb1c46d Make reply/show/tag all require at least one search term Keith Packard 2009-11-18 13:43:38 -0800
  • 956917915f Have git ignore etags file Keith Packard 2009-11-18 11:57:53 -0800
  • 469d786c25 Filter out carriage-returns in show and reply output. Keith Packard 2009-11-18 11:55:18 -0800
  • 1a75f88d8b We use the message mail system for new mail, let emacs know. Keith Packard 2009-11-18 09:33:52 -0800
  • adbdafbde2 Create a default notmuch-show-hook that highlights URLs and uses word-wrap Keith Packard 2009-11-18 00:28:14 -0800
  • 86f7ee24d6 Set truncate-lines variable for search buffers. Keith Packard 2009-11-18 00:12:31 -0800
  • 6caf631ebf Add notmuch-show-hook to allow customization of show windows Keith Packard 2009-11-16 22:06:49 -0800
  • fca070f8ce count_files: sort directory in inode order before statting Stewart Smith 2009-11-18 13:22:20 +1100
  • 22759fb279 Minor style fixups for the previous fix. Carl Worth 2009-11-18 22:27:32 +0100
  • a45ff8c361 Read mail directory in inode number order Stewart Smith 2009-11-18 12:56:40 +1100
  • 0656fb518d Make '?" bring up a list of bindings. Carl Worth 2009-11-18 19:12:13 +0100
  • b032cf98f5 Fix linking with gcc to use g++ to link in C++ libs. Stewart Smith 2009-11-18 12:05:53 +1100
  • fe6d3b79b0 notmuch main(): Remove stale comment. Carl Worth 2009-11-18 05:22:14 -0800
  • 9d69e332fa notmuch help: Print to stdout, not to stderr. Lars Kellogg-Stedman 2009-11-17 20:01:16 -0500
  • 306635c27d notmuch search: Avoid infinite stream of exceptions from "notmuch search" Carl Worth 2009-11-18 03:29:30 -0800
  • 26a4741b9c README: Mention the actual mailing list address now that it exists. Carl Worth 2009-11-18 03:24:27 -0800
  • 2ce25b93a7 Typsos Ingmar Vanhassel 2009-11-18 00:23:42 +0100
  • 835e3a6977 Older versions of install do not support -C. Jan Janak 2009-11-17 23:18:47 +0100
  • fc3a3be337 linke_message: Avoid segfault when In-Reply-to header is empty. Carl Worth 2009-11-18 01:36:30 -0800
  • 024cdf8e3c notmuch-completion.bash: Update for new commands and help. Carl Worth 2009-11-18 01:29:19 -0800
  • 533d0f5382 notmuch help: Update documentation (following recent text from notmuch.1) Carl Worth 2009-11-17 23:37:21 -0800
  • d6faef5b76 notmuch.1: Fix a couple of typos. Carl Worth 2009-11-17 23:36:44 -0800
  • 4443bb15e6 man.1: A big update of the notmuch manual page. Carl Worth 2009-11-17 22:16:35 -0800
  • 544df2f517 Makefile: Fix missing dependency for notmuch.1 manual page. Carl Worth 2009-11-17 21:04:31 -0800
  • 3334865725 notmuch search: Change default search order to be newest messages first. Carl Worth 2009-11-17 20:52:09 -0800
  • 5dec429f45 notmuch search: Return first 100 results as quickly as possible. Carl Worth 2009-11-17 19:11:05 -0800
  • 8b23a828c2 Add some const correctness to talloc 'ctx' parameter. Carl Worth 2009-11-17 19:10:37 -0800
  • 0da0131096 database: Make _parse_message_id static once again. Carl Worth 2009-11-17 18:50:13 -0800
  • c50891f449 database: Add "replyto" to the database schema documentation. Carl Worth 2009-11-17 18:48:38 -0800
  • 6e9fdf0abf database: Rename "ref" prefix name to "reference" Carl Worth 2009-11-17 18:44:02 -0800
  • 8cf72920e1 message_file_get_header: Use break where more clear than continue. Carl Worth 2009-11-17 18:37:45 -0800
  • d025e89ac7 Fix "too many open files" bug by closing message files when done with them. Keith Packard 2009-11-17 18:33:42 -0800
  • 58b659f893 notmuch show: Detect an internal error if a thread has no messages. Carl Worth 2009-11-17 17:53:54 -0800
  • 64c03ae97f add_message: Don't add any self-references to the database. Carl Worth 2009-11-17 17:20:32 -0800
  • f7eaeff242 message_get_thread_id: Generate internal error if message has no thread ID. Carl Worth 2009-11-17 11:07:38 -0800