unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-03-28 12:01:07 to 2017-05-24 06:17:36 UTC [more...]

Add support for imenu
 2017-05-24  6:17 UTC  (4+ messages)
` [PATCH] Add Emacs' imenu support in notmuch-show and notmuch-search

v2 pre-gmime-3.0 cleanup
 2017-05-24  0:50 UTC  (9+ 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

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

[PATCH v2 00/11] Add filesize index, search, sort & emacs UI
 2017-05-23 19:20 UTC  (17+ 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

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)

[PATCH] emacs: with prefix argument, notmuch-show-stash-date stashes timestamp
 2017-05-12 18:45 UTC  (3+ 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)

[gmailieer] [release v0.1] Fast fetch and two-way tag synchronization between notmuch and GMail
 2017-05-09 11:27 UTC 

v3 of regexp search for mid/folder/path
 2017-05-09 11:16 UTC  (6+ messages)
` [patch v3 1/2] lib: Add regexp searching for mid: prefix
` [patch v3 2/2] lib: Add regexp expansion for for tags and paths
  ` Re: v3 of regexp search for mid/folder/path

[gmailieer] [release v0.1] Fast fetch and two-way tag synchronization between notmuch and GMail
 2017-05-09 11:02 UTC 

Semi-ready saved search
 2017-05-05  8:48 UTC 

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

[PATCH] Makefile.local: have all files in release tarball be owned by root
 2017-05-07 11:57 UTC  (2+ messages)

notmuch-emacs and Emacs26 (master)
 2017-05-07 11:56 UTC  (6+ messages)
    ` [PATCH] emacs/notmuch.el: don't use 'function' as variable name

[PATCH] Replace index(3) with strchr(3)
 2017-05-07 11:54 UTC  (2+ messages)

[PATCH] configure: Be more verbose when compiler sanity checks fail
 2017-05-07 11:48 UTC  (2+ messages)

[PATCH 1/3] notmuch-search: implement 'filesize' search
 2017-05-06 20:45 UTC  (3+ messages)
` [PATCH 2/3] emacs: make notmuch-search-oldest-first generic
` [PATCH 3/3] emacs: notmuch-search: add filesize sorting

[RFC][PATCH] notmuch-search: add file size search feature
 2017-05-06  3:09 UTC 

ANNOUNCE: muchsync 3 released
 2017-05-05  5:04 UTC 

[PATCH 2/2] emacs: make modifications to message Fcc vars buffer-local
 2017-05-02 12:57 UTC  (6+ messages)
` [PATCH 1/2] emacs: define a notmuch-compose-mode based on message mode

some issues with emacs 25
 2017-04-28 16:03 UTC  (16+ messages)

Thunderbird import & parsing flight etickets
 2017-04-28 13:48 UTC 

Announcing Astroid v0.9
 2017-04-28 11:14 UTC 

Support for limiting number of displayed search results in Emacs saved searches ?
 2017-04-24 15:11 UTC 

error building against xapian 1.3.4
 2017-04-24 11:32 UTC  (2+ messages)
  ` Fwd: "

[PATCH 0/4] build fixes and improvements
 2017-04-23 20:01 UTC  (5+ messages)
` [PATCH 2/4] compat: don't include compat.h from the feature test source
` [PATCH 1/4] build: do not export compat functions from lib
` [PATCH 3/4] build: switch to hiding libnotmuch symbols by default
` [PATCH 4/4] build: visibility=default for library structs is no longer needed

RFC on default notmuch-show mime part buttons
 2017-04-20 13:20 UTC 

Drop HTML tags when indexing
 2017-04-20 10:05 UTC  (3+ messages)
` [PATCH 1/7] test: add known broken test for indexing html

how to configure notmuch-emacs to automatically show application/pgp partsFcc: sent -unread
 2017-04-19 13:44 UTC  (3+ messages)

v1.1 index multiple files per message-id, add reindex command
 2017-04-19  1:24 UTC  (11+ messages)
` [PATCH 08/10] lib: add _notmuch_message_remove_indexed_terms
` [PATCH 07/10] WIP: Add message count to summary output
` [PATCH 09/10] lib: add notmuch_message_reindex
` [PATCH 04/10] lib: refactor notmuch_database_add_message header parsing
` [PATCH 06/10] lib: index message files with duplicate message-ids
` [PATCH 10/10] add "notmuch reindex" subcommand
` [PATCH 03/10] lib: factor out message-id parsing to separate file
` [PATCH 05/10] test: add known broken tests for duplicate message id
` [PATCH 02/10] lib/n_d_add_message: refactor test for new/ghost messages
` [PATCH 01/10] lib: isolate n_d_add_message and helper functions into own file

synchronizing the inbox flag
 2017-04-17 13:59 UTC 

index multiple files per message-id, add reindex command
 2017-04-14  3:14 UTC  (11+ messages)
` [PATCH 05/10] test: add known broken tests for duplicate message id
` [PATCH 08/10] lib: add _notmuch_message_remove_indexed_terms
` [PATCH 10/10] add "notmuch reindex" subcommand
` [PATCH 04/10] lib: refactor notmuch_database_add_message header parsing
` [PATCH 01/10] lib: isolate n_d_add_message and helper functions into own file
` [PATCH 07/10] WIP: Add message count to summary output
` [PATCH 06/10] lib: index message files with duplicate message-ids
` [PATCH 09/10] lib: add notmuch_message_reindex
` [PATCH 03/10] lib: factor out message-id parsing to separate file
` [PATCH 02/10] lib/n_d_add_message: refactor test for new/ghost messages

RFC: adding larger test corpus, switching to xz
 2017-04-14  1:07 UTC  (2+ messages)

Address Completion
 2017-04-11  7:45 UTC  (3+ messages)

How to search for all mail in the trash folder
 2017-04-10 10:52 UTC  (2+ messages)

[PATCH 1/2] test: standardize argument order to test_expect_equal_file
 2017-04-06 17:40 UTC  (6+ messages)
` [PATCH 2/2] test: remove debugging "output"
  ` [PATCH] test: swap order of arguments of test_expect_equal

second round of indexing all files
 2017-04-04 11:10 UTC  (14+ messages)
` [rfc patch v2 1/5] lib: add definitions for notmuch_param_t
` [rfc patch v2 2/5] added notmuch_message_reindex
` [rfc patch v2 3/5] add "notmuch reindex" subcommand
` [rfc patch v2 4/5] test: add known broken test for duplicate message id
` [rfc patch v2 5/5] lib: index message files with duplicate message-ids
` third round of indexing all files
  ` [rfc patch v3 1/6] lib: add definitions for notmuch_param_t
  ` [rfc patch v3 2/6] lib: add _notmuch_message_remove_indexed_terms
  ` [rfc patch v3 3/6] added notmuch_message_reindex
  ` [rfc patch v3 4/6] add "notmuch reindex" subcommand
  ` [rfc patch v3 5/6] test: add known broken test for duplicate message id
  ` [rfc patch v3 6/6] lib: index message files with duplicate message-ids

[gmailieer] fast fetch and two-way tag synchronization between notmuch and GMail
 2017-04-03 14:51 UTC  (3+ messages)

[PATCH v4 15/16] added notmuch_message_reindex
 2017-04-02 14:52 UTC  (3+ messages)
` [PATCH] WIP: remove all non-prefixed-terms (and stemmed versions)

OOM killer hits emacs on thread with 439 messages
 2017-04-01 19:12 UTC  (3+ messages)

fix for dump headers
 2017-04-01 12:41 UTC  (5+ messages)
` [PATCH 1/2] test: add known broken test for dump header

notmuch release 0.24.1 now available
 2017-04-01 12:34 UTC 

[PATCH 2/2] cli/dump: fix bug in dump header
 2017-03-31 10:55 UTC  (2+ messages)
` [PATCH] cli/dump: bump dump format version to 3

regexp search for more things
 2017-03-30  0:46 UTC  (4+ messages)
` v2 regexp search for mid/folder/path
  ` [PATCH 1/2] lib: Add regexp searching for mid: prefix
  ` [PATCH 2/2] lib: Add regexp expansion for for tags and paths

revised foo:"" handling
 2017-03-30  0:27 UTC  (3+ messages)

[PATCH] NEWS: initial NEWS changes for 0.24.1
 2017-03-30  0:24 UTC  (2+ messages)

"search --path=directory/" is lame(-ish)
 2017-03-29 10:34 UTC  (2+ messages)

RFC: add space as argument separator
 2017-03-28 12:00 UTC  (2+ messages)
` [rfc patch 2/2] cli: add space seperator for keyword, string, and int arguments


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