unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2011-09-12 12:23:26 to 2011-10-10 13:40:00 UTC [more...]

[PATCH v5 0/2] emacs: User-defined sections in notmuch-hello
 2011-10-10 13:39 UTC  (3+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] emacs: Tests for user-defined sections

output file argument to notmuch dump
 2011-10-10  7:32 UTC  (10+ messages)

[PATCH] NEWS: add notes about emacs improvements and reply formating cleanup
 2011-10-09 22:35 UTC  (6+ messages)
    ` [PATCH] emacs: Modify notmuch-show-get-message-id to return message-id unprefixed with "id:"

[PATCH 1/2] python: add classes to wrap all notmuch_*_t types
 2011-10-09 22:12 UTC  (2+ messages)
` [PATCH 2/2] python: annotate all calls into libnotmuch with types

[PATCH] test: add two emacs tests for show mode refresh
 2011-10-09 11:31 UTC  (3+ messages)

[PATCH] Do not query on notmuch-search exit
 2011-10-09  3:46 UTC  (5+ messages)

0.9 release plans
 2011-10-08 13:01 UTC  (2+ messages)
` Call for NEWS (Re: 0.9 release plans)

[PATCH] emacs: Add callback functions to crypto sigstatus button
 2011-10-07 17:58 UTC  (3+ messages)

release-candidate/0.6 redux
 2011-10-07 12:01 UTC  (18+ messages)
          ` tag sharing [was: Re: release-candidate/0.6 redux]
                ` tag sharing

[PATCH 1/2] emacs: add notmuch-show-refresh-view function
 2011-10-06 17:38 UTC  (4+ messages)

[PATCH 3/5] test: overhaul multipart test to test for improved message/rfc822 handling
 2011-10-06 17:24 UTC  (4+ messages)
` tweaks for handling parts in reply

[RFC/PATCH] notmuch link
 2011-10-06 14:42 UTC  (4+ messages)
` [RFC/PATCH] link: Add new command

[python] can't find shared lib
 2011-10-05 13:48 UTC  (3+ messages)

Concerns regarding some library functions
 2011-10-05 13:42 UTC  (30+ messages)
              ` libnotmuch SONAME bumped
          ` [PATCH] lib: make find_message{,by_filename) report errors
            ` [PATCH v1 0/1] "
              ` [PATCH v1 1/1] "
                  ` [PATCH v1 1/1] lib: make find_message{, by_filename) "
                    ` [PATCH v2 0/2] Better error handling
                      ` [PATCH v2 1/2] lib: destroy message object after message removal
                      ` [PATCH v2 2/2] lib: make find_message{,by_filename) report errors
                ` [PATCH v3 0/2] Better error handling
                  ` [PATCH v3 1/2] lib: destroy message object after message removal
                  ` [PATCH v3 2/2] lib: make find_message{,by_filename) report errors

python: unpythonic result of Message.get_replies()
 2011-10-05  1:42 UTC 

notmuch and git
 2011-10-04 15:28 UTC  (2+ messages)

[PATCH 1/3] test: update documentation for test_emacs in test/README
 2011-10-03 16:47 UTC  (23+ messages)
` [PATCH 3/3] test: add emacs test for hiding a message following an HTML part
              ` [PATCH 00/13] Test prereqs and screen-based Emacs tests
              ` [PATCH 01/13] test: define a helper function for defining prereqs on executables
              ` [PATCH 02/13] test: add 'GnuPG' prereq to dependent 'crypto' tests
              ` [PATCH 03/13] test: add 'Emacs' "
              ` [PATCH 04/13] test: add 'Emacs' prereq to dependent 'emacs' tests
              ` [PATCH 05/13] test: add 'Emacs' prereq to dependent 'emacs-large-search-buffer' tests
              ` [PATCH 06/13] test: run emacs inside screen
              ` [PATCH 07/13] test: avoid using screen(1) configuration files
              ` [PATCH 08/13] test: do not set frame width in emacs
              ` [PATCH 09/13] test: `notmuch-show-advance-and-archive' with invisible signature
              ` [PATCH 10/13] emacs: improve hidden signatures handling in notmuch-show-advance-and-archive
              ` [PATCH 11/13] emacs: remove no longer used functions from notmuch-show.el
              ` [PATCH 12/13] emacs: remove unused `point-invisible-p' function
              ` [PATCH 13/13] test: make smtp-dummy work with Emacs 24

[PATCH 0/4] Several minor Emacs enhancements
 2011-10-03 12:03 UTC  (5+ messages)
` [PATCH 1/4] emacs: Add a face for crypto parts headers
` [PATCH 2/4] emacs: Support a message-mode switch function in notmuch-mua
` [PATCH 3/4] emacs: rename notmuch-decimal-separator to notmuch-thousands-separator
` [PATCH 4/4] emacs: add notmuch-hello-hook

notmuch 0.9~rc1 install on OS X Lion using homebrew
 2011-10-02 21:29 UTC 

an alternative commandline interface to notmuch
 2011-10-01 14:29 UTC 

emacs email appears empty
 2011-10-01  0:31 UTC  (6+ messages)

[PATCH] python: fix Message.get_filenames()
 2011-09-30 22:41 UTC  (2+ messages)

python(?): process died while iterating over Messages object
 2011-09-30 15:07 UTC  (4+ messages)

[PATCH 1/9] python: add a .gitignore file and refine the toplevel one
 2011-09-30 12:23 UTC  (15+ messages)
` [PATCH 2/9] python: add status and message attributes to NotmuchError
` [PATCH 3/9] python: reorder the arguments of NotmuchError.__init__()
` [PATCH 4/9] python: fix NotmuchError.__str__ if status == None
` [PATCH 5/9] python: rename _verify_initialized_db to _assert_db_is_initialized
` [PATCH 6/9] python: rename _verify_dir_initialized to _assert_dir_is_initialized
` [PATCH 7/9] python: provide more exception classes
` [PATCH 8/9] python: use the new exception classes and update the documentation
` [PATCH 9/9] python: raise a more specific error in Messages.print_messages

[PATCH 00/10] Fix 'notmuch new' atomicity issues
 2011-09-30  9:21 UTC  (14+ messages)
` [PATCH v6 00/17] "
                ` NEWS for 0.9

[PATCH] python: fix docstring of Message.get_header()
 2011-09-30  9:09 UTC  (2+ messages)

[PATCH] Repeatability when copying a whole directory into a new one
 2011-09-29 23:26 UTC 

[PATCH] notmuch restore --accumulate
 2011-09-29 18:24 UTC  (2+ messages)
` [PATCH] patchformatting: Test Suite Enhancements

[PATCH] notmuch restore --accumulate
 2011-09-29 17:37 UTC  (3+ messages)
` [PATCH, v2] "

[Justus Winter] Re: [PATCH 1/9] python: add a .gitignore file and refine the toplevel one
 2011-09-29 16:06 UTC 

Python bindings doc update
 2011-09-29  9:03 UTC 

encoding problem with Emacs notmuch.el
 2011-09-26 13:06 UTC  (4+ messages)
  ` encoding problem with Emacs notmuch.el (æøå)

[PATCH] properly raise exceptions in python bindings
 2011-09-25 21:07 UTC 

[PATCH] vim plugin: allow customizing of current read+archive+advance behavior
 2011-09-24  0:46 UTC 

[PATCH 1/2] emacs: Fix notmuch-hello-tag-list-make-query defcustom
 2011-09-23 19:03 UTC  (2+ messages)
` [PATCH 2/2] emacs: Fix notmuch-mua-user-agent defcustom

[PATCH RESEND 0/2] emacs: sort saved searches
 2011-09-23 18:57 UTC  (3+ messages)
` [PATCH RESEND 1/2] emacs: Add new customization option to "
` [PATCH RESEND 2/2] emacs: Make saving new saved searches append, not prepend

Rethinking *_destroy()
 2011-09-20 17:15 UTC  (4+ messages)

[PATCH 0/2] vim plugin: implement viewing/saving attachments
 2011-09-19 18:15 UTC  (5+ messages)
` [PATCH 1/2] vim plugin: Implement show_view_all_mime_parts
` [PATCH 2/2] vim plugin: Implement attachment saving

Not much database creation error
 2011-09-16 11:41 UTC  (7+ messages)
      ` Python Unicode Was: "

Unicode Paths
 2011-09-16 10:58 UTC  (5+ messages)

Fix for emacs 24
 2011-09-15 20:15 UTC  (2+ messages)

[PATCH 0/4 v4] lib: Maildir flags synchronization fixes
 2011-09-14 22:23 UTC  (5+ messages)
` [PATCH 1/4] lib: Kill last usage of C++ type bool
` [PATCH 2/4] tags_to_maildir_flags: Cleanup double assignement
` [PATCH 3/4] test: Adding non-maildir tags does not move message from new to cur
` [PATCH 4/4] tags_to_maildir_flags: Don't rename if no flags change

Patches, Developers and Training
 2011-09-14 14:23 UTC  (3+ messages)

[PATCH 0/3] Configuration file option to exclude files/directories
 2011-09-13 21:32 UTC  (4+ messages)
` [PATCH 1/3] added function notmuch_talloc_g_key_file_get_string_list()
` [PATCH 2/3] Made notmuch_config_get_new_tags() use notmuch_talloc_g_key_file_get_string_list()
` [PATCH 3/3] added support for user-specified directories to exclude

[PATCH] test: reset known_broken status in test_expect_equal and test_expect_equal_file
 2011-09-13 11:39 UTC  (4+ messages)
` [PATCH] test: reset test_subtest_known_broken_ after each success/failure

Memory management issue in notmuch-haskell bindings
 2011-09-12 12:30 UTC  (11+ messages)
` Bug in GC's ordering of ForeignPtr finalization?
    ` Memory management practices

Patch: Flush and Reopen
 2011-09-12 12:23 UTC  (10+ messages)


Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).