messages from 2013-01-15 21:54:56 to 2013-02-09 09:04:27 UTC [more...]
Bug: problem decoding some non-ascii characters in subjects
2013-02-09 9:04 UTC (3+ messages)
minor fixes for talloc leak logging
2013-02-09 2:03 UTC (7+ messages)
` [PATCH 1/2] man: document NOTMUCH_TALLOC_REPORT environment variable
` [PATCH 2/2] CLI: add simple error handling for talloc logging
[PATCH] contrib/nmbug: convert to use batch tagging
2013-02-09 1:40 UTC
[PATCH] emacs: functions to import sender or recipient into BBDB
2013-02-07 18:51 UTC (4+ messages)
[PATCH 0/6] notmuch cli config changes
2013-02-07 12:07 UTC (10+ messages)
` [PATCH 1/6] cli: keep track of whether the config is newly created
` [PATCH 2/6] cli: make notmuch_config_open() "is new" parameter input only
` [PATCH 3/6] cli: abstract subcommand finding into a new function
` [PATCH 4/6] cli: plug main notmuch command into subcommand machinery
` [PATCH 5/6] cli: move config open/close to main() from subcommands
` [PATCH 6/6] cli: add top level --config=FILE option
Reply all - issue
2013-02-06 18:19 UTC (20+ messages)
` [Spam-verdenking][english 100%] "
[PATCH v2 0/2] Customize how each tag is displayed
2013-02-06 14:53 UTC (3+ messages)
` [PATCH 1/2] emacs: Add notmuch-combine-face-text-property-string
` [PATCH 2/2] emacs: possibility to customize the rendering of tags
[PATCH 0/2] notmuch-combine-face-text-property improvements
2013-02-06 9:43 UTC (4+ messages)
` [PATCH 1/2] emacs: Handle all face forms when combining faces
` [PATCH 2/2] emacs: Combine string faces and combine under existing faces
[PATCH] lib: Fix name reordering to handle commas without spaces
2013-02-05 18:08 UTC (2+ messages)
[PATCH] This patch is a little finger excercise for working with git. I found a piece of code that I didn't understand at first
2013-02-03 20:01 UTC (2+ messages)
[PATCH 1/1] devel/release-checks.sh: added check that 1st NEWS header is tidy
2013-01-30 15:01 UTC
It's good to be "back"!
2013-01-30 11:00 UTC (2+ messages)
another bug fix release: 0.15.2, in progress
2013-01-30 0:37 UTC (4+ messages)
` [PATCH 1/2] test: delay watchdog checks in emacs
` [PATCH 2/2] NEWS: News for 0.15.2
[PATCH 0/5] Random patches for notmuch-vim-ruby
2013-01-28 18:09 UTC (7+ messages)
` [PATCH 1/5] open_reply: fallback to use addr.local if addr.name is nil
` [PATCH 2/5] rename g:notmuch_sendmail -> g:notmuch_rb_sendmail
` [PATCH 3/5] /usr/sbin/sendmail as a default g:notmuch_rb_sendmail
` [PATCH 4/5] Introduce g:notmuch_rb_folders_count_threads
` [PATCH 5/5] Drop harmful reply buffer preparation
[PATCH 1/1] test/test-lib.sh: use vt100 as dtach terminal if TERM nonexistent or dumb
2013-01-25 2:41 UTC (7+ messages)
` [PATCH V3 1/1] test/test-lib.sh: use vt100 as dtach terminal if TERM dumb or unset/empty
notmuch release 0.15.1 now available
2013-01-25 1:32 UTC
[PATCH v4 00/12] insert command
2013-01-24 12:08 UTC (13+ messages)
` [PATCH v4 01/12] tag-util: move out 'tag' command-line checks
` [PATCH v4 02/12] tag-util: do not reset list in parse_tag_command_line
` [PATCH v4 03/12] cli: add insert command
` [PATCH v4 04/12] man: document 'insert' command
` [PATCH v4 05/12] man: reference notmuch-insert.1
` [PATCH v4 06/12] test: add tests for insert
` [PATCH v4 07/12] insert: add --folder option
` [PATCH v4 08/12] man: document insert "
` [PATCH v4 09/12] test: test "
` [PATCH v4 10/12] insert: add --create-folder option
` [PATCH v4 11/12] man: document insert --create-folder
` [PATCH v4 12/12] test: test insert --create-folder option
[PATCH] TODO: update entry on date range queries
2013-01-24 11:31 UTC (2+ messages)
[PATCH] TODO: cleanup stuff that has been done
2013-01-24 11:30 UTC (2+ messages)
[Daniel Kahn Gillmor] Bug#698810: notmuch: Internal error: add_message returned unexpected value: 4 (notmuch-new.c:543)
2013-01-24 4:06 UTC
Linking to emails via notmuch
2013-01-23 19:56 UTC (2+ messages)
[PATCH] emacs: Disambiguate point placement after hiding message
2013-01-23 17:01 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/5] notmuch batch count
2013-01-23 14:13 UTC (12+ messages)
` [PATCH 2/5] cli: extract count printing to a separate function in notmuch count
` [PATCH 3/5] cli: add --batch option to "
` [PATCH 4/5] man: document notmuch count --batch and --input options
` [PATCH 5/5] test: "
` [PATCH] emacs: hello: use batch count
[PATCH v3 00/20] insert command
2013-01-23 9:22 UTC (28+ messages)
` [PATCH v3 01/20] cli: add stub for "
` [PATCH v3 02/20] insert: open Maildir tmp file
` [PATCH v3 03/20] insert: copy stdin to "
` [PATCH v3 04/20] insert: move file from Maildir tmp to new
` [PATCH v3 05/20] insert: add new message to database
` [PATCH v3 06/20] insert: apply default tags to new message
` [PATCH v3 07/20] tag-util: do not reset list in parse_tag_command_line
` [PATCH v3 08/20] tag-util: move out 'tag' command-line checks
` [PATCH v3 09/20] insert: parse and apply command-line tag operations
` [PATCH v3 10/20] insert: support --folder option
` [PATCH v3 11/20] insert: prevent writes outside Maildir hierarchy
` [PATCH v3 12/20] insert: add --create-folder option
` [PATCH v3 13/20] insert: fsync after writing tmp file
` [PATCH v3 14/20] insert: fsync new directory after rename
` [PATCH v3 15/20] insert: fsync parent directory after mkdir
` [PATCH v3 16/20] insert: trap SIGINT and clean up
` [PATCH v3 17/20] insert: add copyright line from notmuch-deliver
` [PATCH v3 18/20] man: document 'insert' command
` [PATCH v3 19/20] man: reference notmuch-insert.1
` [PATCH v3 20/20] test: add tests for insert
emacs: Customize how each tag is displayed
2013-01-23 2:15 UTC (8+ messages)
` [PATCH 1/4] emacs: Add notmuch-intersperse to notmuch-lib/
` [PATCH 2/4] emacs: pictures that might be used as icons for tags
` [PATCH 3/4] emacs: possibility to customize the rendering of tags
` [PATCH 4/4] emacs: provide convenience functions for notmuch-tagger configuration
update top level argument handling
2013-01-23 1:57 UTC (13+ messages)
` [PATCH 1/7] emacs: don't use deprecated "notmuch search-tags" command
` [PATCH 2/7] CLI: remove alias machinery, and "part", "search-tags" commands
` [PATCH 3/7] CLI: convert top level argument parsing to use command-line-arguments
` [PATCH 4/7] man: document existing top level options
` [PATCH 5/7] CLI: add --leak-report top level option
` [PATCH 6/7] man: document NOTMUCH_TALLOC_REPORT environment variable
` [PATCH 7/7] CLI: add simple error handling for talloc logging
Compiling notmuch-deliver: undefined reference to `notmuch_database_destroy'
2013-01-22 21:58 UTC (2+ messages)
[PATCH 1/4] cli: make caller check tag count in parse_tag_command_line
2013-01-22 17:41 UTC (4+ messages)
` [PATCH 2/4] cli: add --remove-all option to "notmuch tag"
` [PATCH 3/4] man: document notmuch tag --remove-all
` [PATCH 4/4] test: "
[PATCH] lib/Makefile.local: depend on libs we are linking with
2013-01-22 13:05 UTC (4+ messages)
[PATCH 1/1] NEWS: correction to section 0.15 for markdown processing
2013-01-22 13:06 UTC (2+ messages)
test suite crash with TERM=dumb
2013-01-21 14:50 UTC (3+ messages)
[PATCH 1/2] test/test-lib.sh: use $test_subtest_name in all tests
2013-01-21 3:07 UTC (3+ messages)
` [PATCH 2/2] test/test-lib.sh: separate signaled exit
[PATCH 1/1] test/test-lib.sh: use $test_subtest_name in all tests
2013-01-20 21:31 UTC
[PATCH] cli: bail out and propagate tagging errors in notmuch tag
2013-01-19 18:34 UTC (4+ messages)
` [PATCH] notmuch-tag: initialize with enum instead of 0
[PATCH 1/1] devel/release-checks.sh: version string problem does not halt execution
2013-01-19 18:33 UTC (2+ messages)
the future of notmuch-vim?
2013-01-19 13:46 UTC
[PATCH] NEWS: document that print message prints all parts including hidden parts
2013-01-19 12:58 UTC (3+ messages)
[PATCH] NEWS: describe 'batch-tag' dump/restore/tag
2013-01-19 12:57 UTC (3+ messages)
notmuch release 0.15 now available
2013-01-19 12:52 UTC
notmuch 0.15 release in progress
2013-01-17 11:38 UTC (2+ messages)
(no subject)
2013-01-17 10:36 UTC (10+ messages)
` [PATCH 1/5] debian: change priority to optional
` [PATCH 2/5] debian: remove Dm-Upload-Allowed field
` [PATCH 3/5] debian/compat: upgrade to compat level 9
` [PATCH 4/5] debian: add python 3 bindings
` [PATCH 5/5] debian: note that ical bug is fixed
`
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).