unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2021-05-02 18:28:22 to 2021-05-18 05:11:04 UTC [more...]

[PATCH v2] test: replace notmuch_passwd_sanitize() with _libconfig_sanitize()
 2021-05-18  5:10 UTC  (3+ messages)

[PATCH 0/2] ruby: enable garbage collection
 2021-05-17 19:39 UTC  (3+ messages)
` [PATCH 1/2] ruby: create an actual wrapper struct
` [PATCH 2/2] ruby: enable garbage collection using talloc

[PATCH] ruby: fix ruby 3.1 warnings
 2021-05-17 19:14 UTC  (7+ messages)

announce: my fork of alot
 2021-05-17 19:03 UTC  (22+ messages)

[PATCH v2 0/6] test: several cleanups
 2021-05-17 11:17 UTC  (11+ messages)
` [PATCH v2 1/6] test: trivial style cleanups
` [PATCH v2 2/6] test: more style fixes
` [PATCH v2 3/6] test: emacs: simplify missing dependencies check
` [PATCH v2 4/6] test: emacs: check for configured emacs
` [PATCH v2 5/6] test: emacs: fix a couple of shellcheck complaints
` [PATCH v2 6/6] test: split emacs functionality to its own file

[PATCH v3 0/7] ruby: object cleanups
 2021-05-17 10:55 UTC  (9+ messages)
` [PATCH v3 1/7] ruby: simplify data get helper
` [PATCH v3 2/7] ruby: fetch class name in case of error
` [PATCH v3 3/7] ruby: add unlikely hint
` [PATCH v3 4/7] ruby: create Data_Wrap_Notmuch_Object helper
` [PATCH v3 5/7] ruby: move towards more modern RTypedData
` [PATCH v3 6/7] ruby: add all data types
` [PATCH v3 7/7] ruby: new notmuch_rb_object_destroy() helper

[PATCH] ruby: improve compilation with CFLAGS
 2021-05-17 10:53 UTC  (3+ messages)

[PATCH] test: add known broken test for duplicate thread-id terms
 2021-05-17 10:02 UTC  (5+ messages)
` [PATCH] lib/n_d_index_file: re-use thread-id of existing message

[PATCH] test: aggregate-results updates
 2021-05-17  8:11 UTC 

Breakage after updating to 0.32 (database and path issues)
 2021-05-16 23:50 UTC  (9+ messages)
  ` [PATCH] lib/open: restore default database path of $HOME/mail

ruby: building with CFLAGS="something"
 2021-05-16 19:08 UTC  (3+ messages)

Fixes for building with -DDEBUG
 2021-05-16 18:56 UTC  (7+ messages)
` [PATCH 1/4] bindings/ruby: unexport CFLAGS when building
` [PATCH 2/4] lib/thread: add common prefix to debug messages, join lines
` [PATCH 3/4] test: ignore debugging messages
` [PATCH 4/4] test: quiet some extra debugging output

Possible threading issues in nm 0.32
 2021-05-16 11:11 UTC  (18+ messages)
            ` [PATCH] lib/notmuch_database_reopen: reload some database metada
                  ` [PATCH] test: change database from within pre-new hook

notmuch release 0.32.1 now available
 2021-05-16  1:28 UTC 

[PATCH] emacs: do not unconditionally set mail-user-agent
 2021-05-15 13:21 UTC  (5+ messages)

make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'. Stop
 2021-05-15 13:08 UTC  (5+ messages)

Updated fix for notmuch-{before,after}-tag-hook
 2021-05-15 12:12 UTC  (5+ messages)
` [PATCH 1/3] test: add known broken tests for notuch-{before,after}-tag-hook
` [PATCH 2/3] emacs: restore tag-changes and query bindings for tag hooks
` [PATCH 3/3] NEWS: add NEWS for notmuch-{before,after}-tag-hook fixes

static variable cleanup
 2021-05-14 14:39 UTC  (11+ messages)
` [PATCH 1/7] lib: make glib initialization thread-safe
` [PATCH 2/7] lib/generate_thread_id: move static buffer to notmuch_database_t
` [PATCH 3/7] lib/message: mark flag2tag as const
` [PATCH 4/7] CLI: centralize initialization in notmuch_client_init
` [PATCH 5/7] CLI/config: make immutable tables const
` [PATCH 6/7] CLI: make static message strings const
` [PATCH 7/7] CLI/notmuch: make immutable tables const

Emacs: prevent notmuch from tampering with message headers & settings
 2021-05-13 23:24 UTC  (4+ messages)

[PATCH v2 00/10] ruby: object cleanups
 2021-05-13  2:31 UTC  (21+ messages)
` [PATCH v2 01/10] ruby: add missing Data_Get_Notmuch helpers
` [PATCH v2 02/10] ruby: improve all Data_Get_Notmuch_* helpers
` [PATCH v2 03/10] ruby: improve general data get helper
` [PATCH v2 04/10] ruby: simplify "
` [PATCH v2 05/10] ruby: fetch class name in case of error
` [PATCH v2 06/10] ruby: add unlikely hint
` [PATCH v2 07/10] ruby: create Data_Wrap_Notmuch_Object helper
` [PATCH v2 08/10] ruby: move towards more modern RTypedData
` [PATCH v2 09/10] ruby: add all data types
` [PATCH v2 10/10] ruby: new notmuch_rb_object_destroy() helper

Is there a reason why the trashed flag is not synced?
 2021-05-12 19:52 UTC  (11+ messages)

Restore relative path handling for database.path
 2021-05-10 14:42 UTC  (17+ messages)
` [PATCH 1/9] test: add known broken test for relative database path in new
` [PATCH 2/9] lib/config: canonicalize paths relative to $HOME
` [PATCH 3/9] test: add known broken test for relative setting of mail_root
` [PATCH 4/9] lib/config: expand relative paths when reading from database
` [PATCH 5/9] test: test relative paths for database.hook_dir
` [PATCH 6/9] test: test explicit configuration of backup directory
` [PATCH 7/9] doc: document (tersely) the intended behaviour of relative paths
` [PATCH 8/9] doc: document database.backup_dir
` [PATCH 9/9] NEWS: start NEWS for 0.32.1

nmbug update
 2021-05-10 12:48 UTC  (3+ messages)

[PATCH] CLI/new: check status of notmuch_message_maildir_flags_to_tags
 2021-05-08 23:03 UTC 

[PATCH] perf-test/T00-new: fix backup creation
 2021-05-08 13:57 UTC 

The future of Ruby bindings
 2021-05-08  6:28 UTC  (2+ messages)

[PATCH] test: say_color() in one write(2)
 2021-05-06 14:12 UTC 

[PATCH 0/9] test: ruby: several cleanups and simplifications
 2021-05-06 11:52 UTC  (13+ messages)
` [PATCH 1/9] test: move test_ruby() inside the only client
` [PATCH 5/9] test: ruby: simplify test_ruby()
` [PATCH 7/9] test: ruby: use much more standard Ruby idioms

Runtime assertion failed: lib/database.cc, line 1415
 2021-05-06 11:09 UTC 

[RFE] Call `gpg --recv-keys` asynchronously
 2021-05-05 16:12 UTC  (3+ messages)

Bug (emacs): lexical binding breaks tag hooks
 2021-05-05 13:42 UTC  (3+ messages)
` [PATCH] emacs: restore tag-changes and query bindings for "

[PATCH] Vim: Fix a deprecated call to the 'mail' gem
 2021-05-03  9:31 UTC  (4+ messages)

[PATCH 0/3] ruby: cleanups
 2021-05-03  7:54 UTC  (4+ messages)
` [PATCH 1/3] ruby: improve all Data_Get_Notmuch_* helpers
` [PATCH 2/3] ruby: improve general data get helper
` [PATCH 3/3] ruby: simplify "


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