unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-05-09 13:37:38 to 2017-06-12 13:30:42 UTC [more...]

Add support for imenu
 2017-06-12 13:30 UTC  (10+ messages)
` [PATCH] Add Emacs' imenu support in notmuch-show and notmuch-search
            ` (no subject)

Sublime Text plugin to insert addresses (OSX)
 2017-06-11 13:04 UTC 

[PATCH v2 00/11] Add filesize index, search, sort & emacs UI
 2017-06-11  0:55 UTC  (31+ messages)
` [PATCH v2 01/11] lib: message: index message file sizes
` [PATCH v2 02/11] lib: database: store message filesize & add range processor
` [PATCH v2 03/11] notmuch-search: add filesize based sort order
` [PATCH v2 04/11] emacs: make notmuch-search-oldest-first generic
` [PATCH v2 05/11] emacs: notmuch-search: add filesize sorting
` [PATCH v2 06/11] sprinter: add unsigned_long printer function
` [PATCH v2 07/11] lib: thread: add thread total size function
` [PATCH v2 08/11] notmuch-search: output total_filesize thread result
` [PATCH v2 09/11] notmuch-show: export message filesize
` [PATCH v2 10/11] emacs: notmuch-search: add display thread sizes capability
` [PATCH v2 11/11] emacs: notmuch-show: add filesize to headerline

v3 of index multiple files per msg-id, add reindex command
 2017-06-10 20:02 UTC  (17+ messages)
` [patch v3 01/12] lib: isolate n_d_add_message and helper functions into own file
` [patch v3 02/12] lib/n_d_add_message: refactor test for new/ghost messages
` [patch v3 03/12] lib: factor out message-id parsing to separate file
` [patch v3 04/12] lib: refactor notmuch_database_add_message header parsing
` [patch v3 05/12] test: add known broken tests for duplicate message id
` [patch v3 06/12] lib: index message files with duplicate message-ids
    ` [PATCH] fixup! "
` [patch v3 07/12] lib: add notmuch_message_count_files
` [patch v3 08/12] lib: add notmuch_thread_get_total_files
` [patch v3 09/12] cli/search: print total number of files matched in summary output
` [patch v3 10/12] lib: add _notmuch_message_remove_indexed_terms
` [patch v3 11/12] lib: add notmuch_message_reindex
` [patch v3 12/12] add "notmuch reindex" subcommand

[PATCH 1/2] python: add bindings for notmuch_database_get_config{, _list}
 2017-06-10 11:37 UTC  (4+ messages)
` [PATCH 2/2] python: add convenience function to get named queries

Bug#864493: notmuch: bash completion eats typed option
 2017-06-10 10:36 UTC  (2+ messages)

[Łukasz Stelmach] Bug#864493: notmuch: bash completion eats typed option
 2017-06-09 14:04 UTC 

v3 of drop HTML tags when indexing
 2017-06-08  2:11 UTC  (5+ messages)
` [patch v3 1/4] lib/index: generalize name of indexing filter
` [patch v3 2/4] lib/index: separate state table definition from scanner
` [patch v3 3/4] lib/index.cc: generalize filter state machine
` [patch v3 4/4] lib/index: add simple html filter

Enhance argument parsing to allow spaces as separators (v2)
 2017-06-05 10:29 UTC  (4+ messages)
` [patch v2 1/3] cli/show: convert keyword options to booleans
` [patch v2 2/3] cli: change api of parse_option
` [patch v2 3/3] cli: add space separator for keyword, string, and int arguments

[Kiso Katsuyuki] Re: Modify kill and exit functions on emacs notmuch mode
 2017-06-04 16:04 UTC 

Semi-ready saved search
 2017-06-04 15:48 UTC  (3+ messages)

Modify kill and exit functions on emacs notmuch mode
 2017-06-04 15:37 UTC  (6+ messages)
` [PATCH 1/2] emacs: retrun to the previous notmuch buffer when exit
` [PATCH 2/2] NEWS: emacs notmuch buffer exit functions are modified

(no subject)
 2017-06-03 17:47 UTC  (24+ messages)
` [PATCH 01/23] emacs: convert to use format-version 3
` [PATCH 02/23] devel/schemata: describe version 4
` [PATCH 03/23] cli: implement structured output "
` [PATCH 04/23] test/multipart: reorganize creation of multipart message
` [PATCH 05/23] test: mark inclusion of headers as broken in gmime-2.x
` [PATCH 06/23] test: mark test as broken in gmime 3.0
` [PATCH 07/23] test/crypto: mark extra space in userid as a bug in gmime-2.6
` [PATCH 08/23] test: add test for modified pgp/mime signed message
` [PATCH 09/23] test/crypto: add test for corrupted signatures
` [PATCH 10/23] test: test parsing of malformed from addresses
` [PATCH 11/23] cli: replace use of g_mime_message_get_date_as_string
` [PATCH 12/23] cli: replace use of g_mime_message_get_reply_to
` [PATCH 13/23] lib/cli: replace use of g_mime_message_get_sender
` [PATCH 14/23] cli: replace use of g_mime_message_get_recipients
` [PATCH 15/23] util: fake gmime-2.6 compatible API for gmime-3.0
` [PATCH 16/23] cli: generalize use of GMIME_SIGNATURE_{ERROR, STATUS} to gmime-3
` [PATCH 17/23] cli: hide rename of GMimeCertificateTrust
` [PATCH 18/23] lib: wrap use of g_mime_utils_header_decode_date
` [PATCH 19/23] lib: refactor _notmuch_messsage_file_get_combined_header
` [PATCH 20/23] lib: add version of _n_m_f_get_combinded_header for gmime 3.0
` [PATCH 21/23] lib: paper over allocation difference
` [PATCH 22/23] cli: make keyid from fingerprint in gmime 3.0
` [PATCH 23/23] cli: wrap getting uid

[FEATURE] indexing arbitrary headers
 2017-06-03 16:28 UTC  (2+ messages)

Show email adress in output of `notmuch search --format json`
 2017-06-02 10:11 UTC  (7+ messages)

Show email adress in output of `notmuch search --format json`
 2017-06-02 10:40 UTC 

v2 human readable signature status
 2017-06-02  9:42 UTC  (5+ messages)
` [PATCH 1/3] emacs: convert to use format-version 3
` [PATCH 2/3] devel/schemata: describe version 4
` [PATCH 3/3] cli: implement structured output "

notmuch release 0.24.2 now available
 2017-06-01 10:37 UTC 

Compiling notmuch in cygwin
 2017-06-01  7:14 UTC  (2+ messages)

v3 of pre-gmime-3.0 cleanup
 2017-06-01  1:14 UTC  (16+ messages)
` [Patch v3 01/11] util: convenience function to create gmime stream for stdout
` [Patch v3 02/11] cli/reply: direct all output for text format to gmime stream
` [Patch v3 03/11] cli/show: use single stream for printf / gmime object output
` [Patch v3 04/11] perf-test: add memory test for reply
` [Patch v3 05/11] cli/reply: fix two memory leaks, document a third
` [Patch v3 06/11] test/thread-naming: remove excess escaping from sender address
` [Patch v3 07/11] configure: add optional support for gmime-3.0
` [Patch v3 08/11] test: define GMime version dependant breakage
` [Patch v3 09/11] test/multipart: reorganize creation of multipart message
` [Patch v3 10/11] test: mark inclusion of headers as broken in gmime-2.x
` [Patch v3 11/11] test: mark test as broken in gmime 3.0

update structured output formats for human readable signature status
 2017-05-31 14:30 UTC  (6+ messages)
` [PATCH 1/3] emacs: convert to use format-version 3
` [PATCH 2/3] devel/schemata: describe version 4
` [PATCH 3/3] cli: impliment structured output "

[PATCH] emacs: with prefix argument, notmuch-show-stash-date stashes timestamp
 2017-05-30 12:00 UTC  (4+ messages)

(no subject)
 2017-05-26 10:40 UTC  (7+ messages)
` [PATCH 1/2] test-lib.sh: add "atexit" functionality
` [PATCH 2/2] exit lingering gpg agents at the end of relevant tests
` 

v2 pre-gmime-3.0 cleanup
 2017-05-24 23:53 UTC  (10+ messages)
` [Patch v2 1/7] test/multipart: reorganize creation of multipart message
` [Patch v2 2/7] test: mark inclusion of headers with raw body as bug
` [Patch v2 3/7] util: convenience function to create gmime stream for stdout
` [Patch v2 4/7] cli/reply: direct all output for text format to gmime stream
` [Patch v2 5/7] cli/show: use single stream for printf / gmime object output
` [Patch v2 6/7] perf-test: add memory test for reply
` [Patch v2 7/7] cli/reply: fix two memory leaks, document a third
  ` [PATCH] test/thread-naming: remove excess escaping from sender address
    ` [PATCH] test: test parsing of malformed from addresses

changing behaviour of notmuch show --part=1
 2017-05-23 11:17 UTC  (3+ messages)

BUG: notmuch dump --include=properties implies --include=tags
 2017-05-23 11:11 UTC  (4+ messages)
` [PATCH 1/2] test: add known broken test --include=properties
  ` [PATCH 2/2] cli/dump: don't include tags when not asked for

[PATCH] util: add utility routine to dump the structure of a gmime part
 2017-05-23  0:41 UTC 

gmime 3.0 related preliminaries
 2017-05-21 15:34 UTC  (9+ messages)
` [PATCH 1/5] util: convenience function to create gmime stream for stdout
` [PATCH 2/5] cli/reply: direct all output for text format to gmime stream
` [PATCH 3/5] cli/show: use single stream for printf / gmime object output
` [PATCH 4/5] perf-test: add memory test for reply
` [PATCH 5/5] cli/reply: fix memory leak

[Bug] lingering gpg-agents from test suite
 2017-05-15  8:30 UTC  (3+ messages)

notmuch-0.24.1: missing header include
 2017-05-14 10:08 UTC  (3+ messages)

Limiting number of results in saved searches in Emacs ?
 2017-05-13 22:52 UTC  (2+ messages)

[PATCH] emacs: tree: bugfix: specify --format-version
 2017-05-13 12:00 UTC  (2+ messages)

v2 of drop HTML tags when indexing
 2017-05-10 11:39 UTC  (7+ messages)
` [PATCH 1/6] lib: add content type argument to uuencode filter
` [PATCH 2/6] lib/index: Add another layer of indirection in filtering
` [PATCH 3/6] lib/index: separate state table definition from scanner
` [PATCH 4/6] lib/index: generalize filter name
` [PATCH 5/6] lib/index.cc: generalize filter state machine
` [PATCH 6/6] lib/index: add simple html filter

Upcoming GMime 3.0 changes
 2017-05-09 20:02 UTC  (7+ 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).