unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2022-11-10 05:05:50 to 2023-03-29 16:23:25 UTC [more...]

[PATCH 1/2] test: display key name in property tests
 2023-03-29 16:23 UTC  (12+ messages)
` [PATCH 2/2] lib/message-property: sync removed properties to the database
        ` [PATCH v2 1/5] test: display key name in property tests
        ` [PATCH v2 2/5] test: remove unnecessary sorting
        ` [PATCH v2 3/5] test: reorganize tests and mark a few of them as broken
        ` [PATCH v2 4/5] lib/message-property: sync removed properties to the database
        ` [PATCH v2 5/5] test: add test for notmuch_message_remove_all_properties_with_prefix

[PATCH 1/2] test: uncaught exception when editing properties of a removed message
 2023-03-29 16:21 UTC  (10+ messages)
` [PATCH 2/2] lib/message-property: catch xapian exceptions
    ` [PATCH v2 1/2] test: uncaught exception when editing properties of a removed message
        ` [PATCH v3 "
        ` [PATCH v3 2/2] lib/message-property: catch xapian exceptions
    ` [PATCH v2 "

Reimagining notmuch-git/nmbug
 2023-03-29 12:17 UTC  (3+ messages)

[PATCH 0/3] ruby: get rid of FileNames object
 2023-03-28  6:51 UTC  (7+ messages)
` [PATCH 1/3] ruby: add filenames helper
` [PATCH 2/3] ruby: filenames: return string array directly
` [PATCH 3/3] ruby: remove FileNames object

[PATCH 0/2] ruby: database open improvements
 2023-03-23  2:05 UTC  (3+ messages)
` [PATCH 1/2] ruby: use database_open_with_config
` [PATCH 2/2] ruby: database: make path arg optional

BUG: ruby segfault in notmuch_rb_tags_each
 2023-03-22 23:50 UTC  (4+ messages)

[PATCH 0/3] ruby: get rid of Tags object
 2023-03-22 23:43 UTC  (4+ messages)
` [PATCH 1/3] ruby: add tags helper
` [PATCH 2/3] ruby: tags: return string array directly
` [PATCH 3/3] ruby: remove Tags object

emacs: Respecting message-cite-style
 2023-03-15 18:19 UTC 

Help in Emacs config
 2023-03-08  0:07 UTC  (3+ messages)

[DRAFT 0/1] lib: replace some uses of Query::MatchAll with a thread-safe alternative
 2023-03-02 17:59 UTC  (5+ messages)
` [DRAFT 1/1] "
  ` [PATCH "

notmuch-emacs inline image display broken in emacs-29
 2023-03-02  2:43 UTC  (4+ messages)

crash on incoming email
 2023-03-01 11:39 UTC  (4+ messages)

[PATCH 1/1] lib/notmuch: update example
 2023-02-27 12:39 UTC  (4+ messages)

emacs/notmuch hangs opening email
 2023-02-22 22:43 UTC  (3+ messages)

Thread safety?
 2023-02-22 12:01 UTC  (4+ messages)

Test breakage on EPEL 8 with tree-outline-mode
 2023-02-21 14:58 UTC  (4+ messages)
` [PATCH] emacs/tree: use two argument form of setq-local

[PATCH 2/2] lib: add better diagnostics for over long filenames
 2023-02-20 13:27 UTC  (5+ messages)
` v2 of long filename diagnostics
  ` [PATCH v2 1/2] test: add known broken test for diagnostics from over long filenames
  ` [PATCH v2 2/2] lib: add better diagnostics for "

[PATCH v8] emacs: notmuch-tree-outline-mode
 2023-02-20 13:16 UTC  (4+ messages)
` [PATCH v9] "

Proof of concept for counting messages in thread
 2023-02-19 13:56 UTC  (12+ messages)
` [PATCH 1/2] WIP/lib: add count query backend
` [PATCH 2/2] WIP: support thread count queries

WIP: add a (count ...) modifier for sexp-queries
 2023-02-18 17:17 UTC  (7+ messages)
` [PATCH 1/6] WIP/lib: add count query backend
` [PATCH 2/6] WIP/lib: support count modifier in sexp queries
` [PATCH 3/6] WIP/test: (count ...) tests for to / from
` [PATCH 4/6] WIP/test: pathname related tests
` [PATCH 5/6] WIP/test: (count ...) tests
` [PATCH 6/6] WIP/tests: (count ...) tests for subject

Cannot find notmuch.el file
 2023-02-12 12:30 UTC  (7+ messages)

emacs: keybindings in notmuch-show for copying the target of a link for a text/html part? (M-x shr-copy-url)
 2023-01-30 15:00 UTC  (6+ messages)

## error when running notmuch from emacsclient, but not from standalone emacs instance
 2023-01-18 19:43 UTC  (6+ messages)

ANNOUNCE: muchsync 7 released
 2023-01-15 19:08 UTC  (2+ messages)

[PATCH] emacs: add global tag history
 2023-01-10 15:29 UTC  (3+ messages)

[PATCH] configure: use pkg-config for gpgme
 2023-01-10 12:45 UTC  (5+ messages)

emacs warnings related to notmuch
 2023-01-09 17:52 UTC 

Support testing notmuch as installed
 2023-01-06  0:38 UTC  (7+ messages)
` [PATCH 1/4] test: mark some tests as broken when run as root
` [PATCH 2/4] test: check for empty/missing files in test_expect_equal_message_body
` [PATCH 3/4] test: support testing notmuch as installed
` [PATCH 4/4] debian: add autopkgtests

v2 Index some attachements as text
 2023-01-06  0:02 UTC  (4+ messages)
` [PATCH v2 1/3] lib: add config key INDEX_AS_TEXT
` [PATCH v2 2/3] lib: parse index.as_text
` [PATCH v2 3/3] lib: index attachments with mime types matching index.as_text

Test file for included rfc822
 2023-01-01 11:53 UTC  (2+ messages)

bugreport: notmuch-hello (debian package elpa-notmuch 0.37-1)
 2022-12-29 13:38 UTC  (3+ messages)

More usable error messages when exceptions are not caught
 2022-12-27 16:05 UTC  (7+ messages)
` handle exceptions in _notmuch_message_delete
  ` [PATCH 1/3] lib/database: propagate status code from _notmuch_message_delete
  ` [PATCH 2/3] test: add known broken test for exception handling in _n_m_delete
  ` [PATCH 3/3] lib/message: move xapian call inside try/catch block "

[PATCH] CLI/git: use --exclude=false when calling notmuch-search
 2022-12-27 15:58 UTC  (2+ messages)

Possible bug: incorrect processing of multipart, base64-encoded subject lines
 2022-12-27 15:50 UTC  (4+ messages)
` [PATCH] test: add regression test for Subject with newline

[PATCH] compat/strcasestr: Include correct header file
 2022-12-25 23:49 UTC  (4+ messages)

[nongnu] main 385623dca6 2/2: * elpa-packages (notmuch): New package
 2022-12-22 20:54 UTC  (5+ messages)

[Bug] Notmuch Emacs Message Subject Can Be Truncated
 2022-12-21 18:24 UTC  (2+ messages)

[PATCH v7 0/1] emacs: notmuch-tree-outline-mode
 2022-12-13  2:19 UTC  (11+ messages)
` [PATCH v7 1/1] "

bug: subject line with several chunks of base64
 2022-12-09 11:22 UTC  (2+ messages)

converting from nmh: how to?
 2022-12-06  1:11 UTC  (6+ messages)

[PATCH] doc: mark `--output=summary` as default
 2022-12-03 13:40 UTC  (2+ messages)

Inconsistent folder search results
 2022-11-30 13:06 UTC  (3+ messages)

Use find-buffer-visiting instead of get-file-buffer
 2022-11-22 21:37 UTC 

notmuch.el question: reading all messages in thread
 2022-11-22 18:29 UTC  (2+ messages)

29.0.50; dispnew.c:1456: Emacs fatal error: assertion failed: row >= 0 && row < matrix->nrows
 2022-11-18 12:03 UTC  (9+ messages)
` bug#59147: "

[PATCH] emacs: fix notmuch-show-update-tags to support duplicate files
 2022-11-15 14:01 UTC  (7+ messages)
` [PATCH 1/3] emacs/show: use plist to pass message info to n-s-insert-headerline
  ` [PATCH 2/3] emacs/show: add optional orig-tags argument to n-s-i-headerline
  ` [PATCH 3/3] emacs/show: use n-s-i-headerline to update tags

Display duplicate messages in emacs front-end
 2022-11-10  4:57 UTC  (5+ 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).