unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-03-29 11:17:14 to 2012-04-09 11:04:43 UTC [more...]

notmuch on Solaris
 2012-04-09 11:04 UTC  (6+ messages)
` [PATCH 1/4] Make configure use /bin/bash instead of /bin/sh
` [PATCH 2/4] dirent->d_type not available on Soalris
` [PATCH 3/4] Private strsep implementation
` [PATCH 4/4] Explicitly type void* pointers

improvements to some emacs search tagging functions
 2012-04-09  7:15 UTC  (21+ messages)
` [PATCH 1/6] emacs: update tag-completion function
  ` [PATCH 2/6] emacs: have tag-completion return all tags for nil input
    ` [PATCH 3/6] emacs: modify notmuch-search-tag to not prompt if tags provided as argument
      ` [PATCH 4/6] emacs: remove redundant notmuch-search-tag-thread function
        ` [PATCH 5/6] emacs: change name of search-archive-thread function to just search-archive
          ` [PATCH 6/6] emacs: include tags from excluded messages in tag tab completion
` emacs tagging cleanup
  ` [PATCH 1/8] emacs: create notmuch-tag.el, and move appropriate functions from notmuch.el
    ` [PATCH 2/8] emacs: update tag-completion function
      ` [PATCH 3/8] emacs: have tag-completion return all tags for nil input
        ` [PATCH 4/8] emacs: allow notmuch-tag to accept string inputs and prompt for tags
          ` [PATCH 5/8] emacs: modify search tag functions to use new notmuch-tag interface
            ` [PATCH 6/8] emacs: eliminate search-tag-thread in favor of just search-tag
              ` [PATCH 7/8] emacs: modify show tag functions to use new notmuch-tag interface
                ` [PATCH 8/8] emacs: eliminate show-tag-message in favor of just show-tag

notmuch-poll and OfflineIMAP
 2012-04-08 22:26 UTC  (5+ messages)

Message deletion wisdom
 2012-04-08 22:24 UTC  (7+ messages)

Why not tags inside messages?
 2012-04-08 21:33 UTC  (4+ messages)

Dreaming of tag-based e-mailing
 2012-04-08 16:38 UTC  (3+ messages)

[PATCH] Record dependencies during build instead of before
 2012-04-08  4:01 UTC 

[PATCH v4 0/6] Move --no-exclude to --exclude=(true|false|flag)
 2012-04-08  2:16 UTC  (10+ messages)
` [PATCH v4 1/6] lib: change default for notmuch_query_set_omit_excluded
` [PATCH v4 2/6] cli: move count to the new --exclude=(true|false|flag) naming scheme
` [PATCH v4 3/6] cli: move search to the new --exclude= "
` [PATCH v4 4/6] cli: move show to the new --exclude= option "
` [PATCH v4 5/6] test: add some exclude tests
` [PATCH v4 6/6] emacs: make show set --exclude=false

[PATCH] News for raw format changes
 2012-04-08  1:09 UTC 

[PATCH 0/6] Finish show rewrite
 2012-04-08  0:57 UTC  (7+ messages)
` [PATCH 1/6] Sync schemata with current code structure
` [PATCH 2/6] show: Remove support for old-style formatters in show_message
` [PATCH 3/6] Remove show-message.c
` [PATCH 4/6] show: Remove unused fields from notmuch_show_format
` [PATCH 5/6] show: Support NULL values for message_set_{start, sep, end}
` [PATCH 6/6] show: Remove empty message_set_{start,sep,end} fields

[PATCH v3 0/6] Move --no-exclude to --exclude=(true|false|flag)
 2012-04-06 16:19 UTC  (10+ messages)
` [PATCH v3 1/6] lib: change default for notmuch_query_set_omit_excluded
` [PATCH v3 2/6] cli: move count to the new --exclude=(true|false|flag) naming scheme
` [PATCH v3 3/6] cli: move search to the new --exclude= "
` [PATCH v3 4/6] test: add some exclude tests
` [PATCH v3 5/6] cli: move show to the new --exclude= option naming scheme
` [PATCH v3 6/6] emacs: make show set --exclude=false

[PATCH] emacs: do not modify the alist passed to notmuch-sort-saved-searches
 2012-04-06 15:34 UTC  (3+ messages)

[PATCH 2b/2] configure: print info about required gmime 2.4 or 2.6 versions
 2012-04-06 15:33 UTC  (3+ messages)
` [PATCH] configure: change gmime version in help message to 2.6

[PATCH v2 0/6] Move --no-exclude to --exclude=(true|false|flag)
 2012-04-06  2:24 UTC  (12+ messages)
` [PATCH v2 1/6] lib: change default for notmuch_query_set_omit_excluded
` [PATCH v2 2/6] cli: move count to the new --exclude=(true|false|flag) naming scheme
` [PATCH v2 3/6] cli: move search to the new --exclude= "
` [PATCH v2 4/6] test: add some exclude tests
` [PATCH v2 5/6] cli: move show to the new --exclude= option naming scheme
` [PATCH v2 6/6] emacs: make show set --exclude=false

[PATCH 1/2] config: Add 'config list' command
 2012-04-06  1:48 UTC  (15+ messages)
` [PATCH v2] "
  ` [PATCH v2 1/5] config: Fix free in 'config get' implementation
  ` [PATCH v2 2/5] test: Add tests for 'config' command
  ` [PATCH v2 3/5] test: Add broken test for 'config list'
  ` [PATCH v2 4/5] config: Add 'config list' command
  ` [PATCH v2 5/5] man: Document "
` [PATCH v3 0/5] Add "
  ` [PATCH v3 1/5] config: Fix free in 'config get' implementation
  ` [PATCH v3 2/5] test: Add tests for 'config' command
  ` [PATCH v3 3/5] test: Add broken test for 'config list'
  ` [PATCH v3 4/5] config: Add 'config list' command
  ` [PATCH v3 5/5] man: Document "

[PATCH 0/8] batch tagging support: "notmuch tag --stdin"
 2012-04-05 12:00 UTC  (28+ messages)
` [PATCH 1/8] hex-escape: (en|de)code strings to/from restricted character set
` [PATCH 2/8] hex-escape: be more strict about the format while decoding
` [PATCH 3/8] hex-escape: add function to decode escaped string in-place
` [PATCH 4/8] test/hex-xcode: new test binary
` [PATCH 5/8] test/hex-escaping: new test for hex escaping routines
` [PATCH 6/8] cli: add support for batch tagging operations to "notmuch tag"
` [PATCH 7/8] test: add test for notmuch tag --stdin option
` [PATCH 8/8] man: document "

[PATCH 1/2] test: add broken test for long names in Emacs notmuch-hello view
 2012-04-05 10:47 UTC  (3+ messages)

Handling of symlinked maildirs?
 2012-04-03 20:35 UTC  (4+ messages)

Passwordless multi-account SMTP
 2012-04-03 15:46 UTC  (3+ messages)

mutt-notmuch in notmuch contrib
 2012-04-02 21:48 UTC  (7+ messages)
` [PATCH v2]: contrib/notmuch-mutt

[BUG/PATCH v3 0/4] Bug fixes for reply: three bugs, one series
 2012-04-02 20:51 UTC  (16+ messages)
` [BUG/PATCH v3 1/4] test: Tests for reply from alternate addresses in emacs
` [BUG/PATCH v3 2/4] emacs: Fix two bugs in reply
` [BUG/PATCH v3 3/4] test: Show all headers in emacs reply tests
` [BUG/PATCH v3 4/4] emacs: Fix the References header in reply
` [BUG/PATCH v4 0/4] Bug fixes for reply, rebased
  ` [BUG/PATCH v4 1/4] test: Tests for reply from alternate addresses in emacs
  ` [BUG/PATCH v4 2/4] emacs: Fix two bugs in reply
  ` [BUG/PATCH v4 3/4] test: Show all headers in emacs reply tests
  ` [BUG/PATCH v4 4/4] emacs: Fix the References header in reply

Can't run my functions using notmuch-<search/show>-add-tag since update
 2012-04-02  8:42 UTC  (2+ messages)

[PATCH] contrib/nmbug: use "resolve" merge strategy
 2012-04-01 18:28 UTC  (2+ messages)
` [PATCH] nmbug: check whether every forked process exit with (non)zero value

[RFC] Split notmuch_database_close into two functions
 2012-04-01  3:23 UTC  (5+ messages)
` [PATCH 1/7] "

Unofficial notmuch wiki concerns
 2012-03-31 23:51 UTC  (4+ messages)

[BUG/PATCH v2 0/2] emacs: Yesterday's bugfixes
 2012-03-31 23:36 UTC  (7+ messages)
` [BUG/PATCH v2 1/2] emacs: Fix header problem in reply for emacs 23.2
` [BUG/PATCH v2 2/2] emacs: Fix the References header in reply

[PATCH] emacs: Fix mis-named argument to notmuch-get-bodypart-internal
 2012-03-31 11:33 UTC  (3+ messages)

[PATCH 0/3] Rewrite default reply format
 2012-03-31 11:31 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/2] Escape message ID queries in Emacs
 2012-03-31  0:31 UTC  (2+ messages)

[PATCH v3 0/4] cli: notmuch tag/restore refactoring
 2012-03-31  0:30 UTC  (2+ messages)

Reply code with TEXT/PLAIN
 2012-03-31  0:30 UTC  (3+ messages)
` [PATCH] emacs: content-type comparison should be case insensitive

[PATCH] vim: fix regex after "notmuch show" output change
 2012-03-30  5:51 UTC  (7+ messages)

Goto command for existing search windows
 2012-03-30  0:44 UTC  (5+ messages)

[BUG/PATCH] emacs: Fix the References header in reply
 2012-03-29 17:37 UTC  (5+ messages)
` [BUG/PATCH v2] "

bug in emacs reply code?
 2012-03-29 14:13 UTC  (3+ messages)
` [BUG/PATCH] emacs: Fix header problem in reply for emacs 23.2

[Joerg Jaspert] Bug#666027: notmuch: get a quiet option
 2012-03-29 11:17 UTC  (4+ messages)
    ` notmuch and Debian's BTS/PTS [was: Re: [Joerg Jaspert] Bug#666027: notmuch: get a quiet option]


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).