unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-01-20 20:04:38 to 2012-01-24 09:38:04 UTC [more...]

[PATCH] emacs: Add `notmuch-show-stash-gmane' and `notmuch-show-stash-gmane-and-go'
 2012-01-24  9:37 UTC 

[PATCH 0/3] Second step of 'show' rewrite
 2012-01-24  8:58 UTC  (31+ messages)
` [PATCH 1/3] mime node: Record depth-first part numbers
` [PATCH v2 0/3] Second step of 'show' rewrite
  ` [PATCH v2 1/3] mime node: Record depth-first part numbers
  ` [PATCH v2 2/3] show: Use consistent header ordering in the text format
  ` [PATCH v2 3/3] show: Introduce mime_node formatter callback
` [PATCH v3 0/2] Second step of 'show' rewrite
  ` [PATCH v3 1/2] mime node: Record depth-first part numbers
  ` [PATCH v3 2/2] show: Introduce mime_node formatter callback
` [PATCH v4 0/3] Second step of 'show' rewrite
  ` [PATCH v4 1/3] mime node: Record depth-first part numbers
  ` [PATCH v4 2/3] show: Use consistent header ordering in the text format
  ` [PATCH v4 3/3] show: Introduce mime_node formatter callback
` [PATCH v5 0/2] Second step of 'show' rewrite
  ` [PATCH v5 1/2] mime node: Record depth-first part numbers
  ` [PATCH v5 2/2] show: Introduce mime_node formatter callback

[PATCH v3 2/2] search: Support automatic tag exclusions
 2012-01-24  2:53 UTC  (19+ messages)
` [PATCH] Automatically exclude tags in notmuch-show
                  ` [RFC PATCH 1/4] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag
                  ` [RFC PATCH 2/4] "
                  ` [RFC PATCH 3/4] "
                  ` [PATCH 4/4] "

[RFC PATCH 0/5] Convert show text format to new style
 2012-01-24  1:49 UTC  (5+ messages)
` [RFC PATCH 4/5] show: Convert text format to the new self-recursive style
` [RFC PATCH 5/5] show: Simplify new text formatter code

[PATCH v2 0/3] emacs: notmuch-hello search cleanup
 2012-01-23 23:48 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] emacs: bind "s" to `notmuch-search' in notmuch-hello buffer
  ` [PATCH v3 2/3] emacs: use a single history for all searches
  ` [PATCH v3 3/3] emacs: bind "s" to `notmuch-hello-search' in notmuch-hello buffer

[PATCH v3 2/2] search: Support automatic tag exclusions
 2012-01-23 23:28 UTC  (38+ messages)
  ` [PATCH 3/4] config: only set search.exclude_tags to "deleted; spam; " during setup
  ` [PATCH 4/4] setup: prompt user for search.exclude_tags value
                ` [PATCH v2 1/6] search: rename auto_exclude_tags to {search, }exclude_tags
                ` [PATCH v2 2/6] test: only exclude "deleted" messages from search if explicitly configured
                ` [PATCH v2 3/6] config: only exclude messages if 'search.exclude_tags' is explicitly set
                ` [PATCH v2 4/6] setup: move tag printing and parsing into separate functions
                    ` [PATCH v3 4/6] setup: Create functions for tag list printing and parsing
                ` [PATCH v2 5/6] setup: prompt user for search.exclude_tags value
                    ` [PATCH v3 "
                ` [PATCH v2 6/6] NEWS: update "Tag exclusion" section
                    ` [PATCH v3 "

[PATCH v5 0/2] emacs: User-defined sections in notmuch-hello
 2012-01-23 23:07 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/2] "
        ` [PATCH v7 "
          ` [PATCH v7 2/2] emacs: Tests for user-defined sections

show-mode message/thread archiving improvements
 2012-01-23 21:03 UTC  (17+ messages)
  ` [PATCH 1/6] emacs: break up notmuch-show-archive-thread-internal into two more generally useful functions
    ` [PATCH 2/6] emacs: break out thread navigation from notmuch-show-archive-thread
      ` [PATCH 3/6] emacs: add message archiving functions
        ` [PATCH 4/6] emacs: add option to notmuch-show-next-open-message to pop out to parent buffer if at end
          ` [PATCH 5/6] emacs: use pop-at-end functionality in show-archive-message-then-next function
            ` [PATCH 6/6] emacs: modify the default show-mode key bindings for archiving

[PATCH 01/10] test: fix argument order of test_expect_equal_file in few tests
 2012-01-23 19:08 UTC  (5+ messages)
` [PATCH 08/10] test: set variables using `let' instead of `setq' in Emacs tests
` [PATCH 10/10] test: use emacsclient(1) for "

[PATCH 1/4] test: Add `test_emacs_expect_t'
 2012-01-23 18:05 UTC  (5+ messages)
` [PATCH 1/4 v42] test: Don't return the result of checking for running emacs to the tester
  ` [PATCH 2/4 v42] test: Add `test_emacs_expect_t'
  ` [PATCH 3/4 v42] test: Add more helpers for emacs tests
  ` [PATCH 4/4 v42] test: Add address cleaning tests

[PATCH 2/3] test: Add `test_emacs_expect_t'
 2012-01-23 17:26 UTC  (8+ messages)
` [PATCH 1/3] test: Don't return the result of checking for running emacs to the tester
  ` [PATCH 3/3] test: Add address cleaning tests

[RFC][PATCH] emacs: Provide scaffolding so that the new `shr' HTML renderer can run
 2012-01-23 17:14 UTC  (4+ messages)

Infinite loop in emacs interface
 2012-01-23 14:38 UTC  (5+ messages)

heads up from the python front
 2012-01-23 12:15 UTC  (6+ messages)
  ` [PATCH] python: fix error handling
      ` [PATCH] Add a NEWS section for 0.11.1 and document the python error handling bugfix

[PATCH 05/10] test: save buffer content to file instead of printing it in Emacs tests
 2012-01-23 11:48 UTC  (3+ messages)
` [PATCH] test/emacs-large-search-buffer: correct typo (EXPEXTED -> EXPECTED)

[PATCH 1/3] emacs: Tidy `notmuch-show-insert-part-header'
 2012-01-23 11:32 UTC  (11+ messages)
` [PATCH 2/3] emacs: Don't return the button from `notmuch-show-insert-part-header'
          ` [PATCH 1/3 v2] "
            ` [PATCH 2/3 v2] emacs: Optionally hide some part headers
            ` [PATCH 3/3 v2] emacs: Don't insert a part header if it's the first part and text/*

[PATCH v2] emacs: Make the part content available to the mm-inline* checks
 2012-01-23  8:02 UTC  (4+ messages)
` [PATCH] emacs: Make the part content available to `mm-inlinable-p'

[PATCH] emacs: Make the part content available to the mm-inline* checks
 2012-01-23  8:00 UTC  (8+ messages)
` [PATCH v2] "

ignore folders patch?
 2012-01-22 23:38 UTC  (3+ messages)

[PATCH v3 0/5] Quoting HTML emails in reply
 2012-01-22 18:58 UTC  (8+ messages)
` [PATCH v3 5/5] emacs: Use message-citation-line-format "
  ` [PATCH v3 5/5] emacs: Use message-cite-original "

[PATCH] make (kill-emacs) from emacsclient work with emacs 23.(1|2)
 2012-01-22 13:20 UTC  (3+ messages)
` [PATCH] test: "

[PATCH] test: whitespace-cleanup for most test/* files
 2012-01-22 13:17 UTC  (6+ messages)

[PATCH v4 1/3] show: don't use hex literals in JSON output
 2012-01-22 12:56 UTC  (3+ messages)
` [PATCH] "

[PATCH v4 3/3] Update NEWS and INSTALL about gmime 2.6
 2012-01-22 12:55 UTC  (3+ messages)
` [PATCH] Fix NEWS "

[PATCH] .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '
 2012-01-22 12:54 UTC  (4+ messages)

[PATCH] lib: Save filenames for files detected as "not an email file" in the database
 2012-01-22 12:19 UTC  (8+ messages)

[PATCH 3/3] emacs: colorize buttonized 'id:' links depending on the target message's state
 2012-01-22 11:10 UTC  (10+ messages)
` [PATCH] v2 "
          ` [PATCH v4 1/3] emacs: s/buttonise/buttonize/g
          ` [PATCH v4 2/3] emacs: `notmuch-show-buttonize-links' only `notmuch-show's a message if it exists
          ` [PATCH v4 3/3] emacs: colorize buttonized 'id:' links depending on the target message's state

[PATCH] emacs: Quote MML tags in replies
 2012-01-22  6:39 UTC  (6+ messages)

[PATCH] rewriting notmuch-search for structured output to make other output formats easier
 2012-01-22  0:34 UTC  (7+ messages)

Notmuch fails to build with gmime 2.6.4
 2012-01-21 23:00 UTC  (3+ messages)

[PATCH] emacs/*.el: changed one-char comment prefix ';' to two; ';;'
 2012-01-21 21:45 UTC  (3+ messages)
  ` [PATCH] emacs/*.el: changed one-char comment prefix '; ' to two; '; ; '

[PATCH] uncrustify.cfg: initial support for notmuch coding style
 2012-01-21 21:35 UTC  (10+ messages)
` (no subject)
  ` [PATCH 1/2] uncrustify.cfg: initial support for notmuch coding style
  ` [PATCH 2/2] notmuch-reply.c: uncrustify

Set "From" based on "To" when replying
 2012-01-21 15:35 UTC 

Segmentation fault at gmime-iconv with python binding
 2012-01-21 13:32 UTC  (5+ messages)
` [PATCH 0/2] Multiples calls of g_mime_init
  ` [PATCH 1/2] lib: Remove unnecessary checks when calling g_mime_init

[PATCH] emacs: Truncate lines and do not enable visual-line-mode in notmuch-show buffers
 2012-01-21 13:16 UTC  (2+ messages)

[PATCH v2] Document external dependencies in the test suite
 2012-01-21 13:15 UTC  (2+ messages)

[PATCH] emacs: Improved printing support
 2012-01-21 13:14 UTC  (3+ messages)

[PATCH v4] emacs: logically group def{custom,face}s
 2012-01-21 13:13 UTC  (3+ messages)
` [PATCH] emacs: invert relation between 'notmuch-send and 'message customization groups

[PATCH v2 1/2] show: Handle read and write errors
 2012-01-21 13:12 UTC  (6+ messages)
` [PATCH v3 0/2]
  ` [PATCH v3 1/2] show: Handle read and write errors
  ` [PATCH v3 2/2] Silence buildbot warnings about unused results

[PATCH] emacs: fix tests wrt notmuch-hello invisible dot
 2012-01-21 13:12 UTC  (3+ messages)
` [PATCH v3] emacs: add invisible dot instead of space at the end of notmuch-hello search box

[PATCH v3 2/2] Add compatibility with gmime 2.6
 2012-01-21 13:11 UTC  (7+ messages)
` [PATCH v4 1/3] show: don't use hex literals in JSON output
  ` [PATCH v4 2/3] Add compatibility with gmime 2.6
  ` [PATCH v4 3/3] Update NEWS and INSTALL about "

[PATCH v4 1/1] Make buttons for attachments allow viewing as well as saving
 2012-01-21 13:09 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] emacs: globally replace non-branching "(if (not ..." with "(unless ..."
 2012-01-21 12:21 UTC  (3+ messages)
` [PATCH v2] "

[afew] announcing afew, an universal tagging solution with some fancy features
 2012-01-21  0:13 UTC  (10+ messages)

tach.el: an attachment interface for message mode
 2012-01-20 22:54 UTC  (3+ 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).