messages from 2012-02-12 18:08:12 to 2012-02-19 20:41:09 UTC [more...]
Extend test coverage wrt tagging
2012-02-19 20:38 UTC (3+ messages)
` (no subject)
` [PATCH v2 1/4] test: emacs: rename subtest "Reply within emacs"
[PATCH 0/3] Make notmuch-show-refresh-view retain state by default
2012-02-19 19:01 UTC (15+ messages)
` [PATCH 1/3] emacs: Fix out-of-date declare-function
` [PATCH 2/3] emacs: Reverse the meaning of notmuch-show-refresh-view's argument
` [PATCH 3/3] News for retaining state when refreshing notmuch show
` [PATCH v2 0/4] Make notmuch-show-refresh-view retain state by default
` [PATCH v2 1/4] emacs: Fix out-of-date declare-function
` [PATCH v2 2/4] emacs: When refreshing a show buffer, only mark read when resetting state
` [PATCH v2 3/4] emacs: Reverse the meaning of notmuch-show-refresh-view's argument
` [PATCH v2 4/4] News for retaining state when refreshing notmuch show
[PATCH] emacs: Mention race condition safety in user visible documentation
2012-02-19 7:33 UTC (3+ messages)
Prevent segmentation fault in notmuch_database_close
2012-02-19 0:56 UTC (3+ messages)
` [PATCH] "
search by date range
2012-02-19 0:55 UTC (4+ messages)
[PATCH v4 0/2] emacs: User-defined sections in notmuch-hello
2012-02-18 22:12 UTC (9+ messages)
` [PATCH v9 "
` [PATCH v9 1/2] "
` [PATCH v9 2/2] emacs: Tests for user-defined sections
` [PATCH v10 0/2] emacs: User-defined sections in notmuch-hello
` [PATCH v10 1/2] "
` [PATCH v10 2/2] emacs: Tests for user-defined sections
` [PATCH] emacs-hello: Do not calculate the count of the messages in hidden sections
nomuch_addresses.py
2012-02-18 5:15 UTC (11+ messages)
[PATCH v5.2 0/7] Reply enhancements, tidied up
2012-02-18 3:30 UTC (16+ messages)
` [PATCH v5.2 1/7] test: Add broken test for the new JSON reply format
` [PATCH v5.2 2/7] reply: Factor out reply creation
` [PATCH v5.2 3/7] reply: Add a JSON reply format
` [PATCH v5.2 4/7] man: Update notmuch-reply man page for JSON format
` [PATCH v5.2 5/7] emacs: Factor out useful functions into notmuch-lib
` [PATCH v5.2 6/7] test: Add broken tests for new emacs reply functionality
` [PATCH v5.2 7/7] emacs: Use the new JSON reply format and message-cite-original
[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines
2012-02-17 18:57 UTC (3+ messages)
[PATCH 0/3] Configuration file option to exclude files/directories
2012-02-17 12:13 UTC (12+ messages)
` [PATCH v6 1/3] test: add tests wrt ignoring user-specified files and directories
` [PATCH v6 3/3] NEWS: add news section for new.ignore
` [PATCH v7 0/3] NEWS and test comment adjustments
` [PATCH v7 1/3] test: add tests wrt ignoring user-specified files and directories
` [PATCH v7 2/3] add support for user-specified files & directories to ignore
` [PATCH v7 3/3] NEWS: add news section for new.ignore
[PATCH] emacs: Fix display of highlighted line in notmuch-show
2012-02-17 12:09 UTC (9+ messages)
` [PATCH v2] emacs: Fix display of highlighted line in notmuch-search
Spellcheck second language
2012-02-16 17:47 UTC (2+ messages)
notmuch-emacs bug report -- infinite looping trying to select next message
2012-02-16 12:39 UTC (4+ messages)
[RFC PATCH 00/13] Modular message store code
2012-02-16 7:47 UTC (16+ messages)
` [RFC PATCH 01/13] Create configuration paramater database.type
` [RFC PATCH 02/13] Add the concept of a mailstore in its absolute minimal sense
` [RFC PATCH 03/13] Introduce mailstore in the python bindings
` [RFC PATCH 04/13] Replace remaining places where fopen occurs
` [RFC PATCH 05/13] notmuch_database_add_message calculates sha1 of messages using mailstore
` [RFC PATCH 06/13] Pass mailstore to _notmuch_message_index_file
` [RFC PATCH 07/13] notmuch-new: pull out useful bits of add_files_recursive
` [RFC PATCH 08/13] count_files and add_files shall be generic
` [RFC PATCH 09/13] Mailstore also provides a "rename" function
` [RFC PATCH 10/13] Introduce concept of mailstore "constructor"
` [RFC PATCH 11/13] Add a close function to mailstore
` [RFC PATCH 12/13] Close files using notmuch_mailstore_close instead of fclose
` [RFC PATCH 13/13] First crack at a CouchDB mailstore
[RFC PATCH v5 00/11] Add NOTMUCH_MESSAGE_FLAG_EXCLUDED flag
2012-02-16 0:30 UTC (18+ messages)
` [RFC PATCH v5 01/11] cli: add --no-exclude option to count and search
` [RFC PATCH v5 02/11] cli: Add --no-exclude to the man pages for search and count
` [RFC PATCH v5 03/11] test: add tests for new cli --no-exclude option
` [RFC PATCH v5 04/11] lib: Rearrange the exclude code in query.cc
` [RFC PATCH v5 05/11] lib: Make notmuch_query_search_messages set the exclude flag
` [RFC PATCH v5 06/11] lib: Add the exclude flag to notmuch_query_search_threads
` [RFC PATCH v5 07/11] cli: Make notmuch-show respect excludes
` [RFC PATCH v5 08/11] man: update manpage for notmuch-show --no-exclude option
` [RFC PATCH v5 09/11] test: update tests to reflect the exclude flag
` [RFC PATCH v5 10/11] cli: omit excluded messages in results where appropriate
` [RFC PATCH v5 11/11] emacs: show: recognize the exclude flag
[PATCH] emacs: Add the option of counting threads in notmuch-hello
2012-02-15 20:58 UTC (6+ messages)
[PATCH 1/2] test: remove "Generate some messages" test from raw
2012-02-15 18:33 UTC (2+ messages)
[PATCH 0/8] Rewrite JSON show format
2012-02-15 18:15 UTC (13+ messages)
` [PATCH 1/8] Document the JSON schemata used by show and search
` [PATCH 2/8] show: Convert JSON format to the new self-recursive style
` [PATCH 3/8] show: Use consistent header ordering in the JSON format
` [PATCH 4/8] show: Unify JSON header output for messages and message parts
` [PATCH 5/8] show: Simplify talloc use in format_headers_json
` [PATCH 6/8] show: Make JSON helper functions print complete objects
` [PATCH 7/8] show: Make format_part_sigstatus_json's API consistent between GMIME 2.4 and 2.6
` [PATCH 8/8] show: Further general simplifications of the JSON formatter
[PATCH v2 1/2] emacs: support defining a list of alternative parts to show
2012-02-15 15:35 UTC (4+ messages)
` [PATCH 0/2] multipart/alternative display and text/calendar
` [PATCH v2 2/2] emacs: support text/calendar mime type
[RFC PATCH v2 0/3] notmuch-pick: an emacs threaded message view with split-pane
2012-02-15 9:27 UTC (26+ messages)
` [RFC PATCH v2 1/3] cli: notmuch-show changes to support pick
` [RFC PATCH v2 2/3] emacs: changes to other files to support notmuch-pick
` [RFC PATCH v2 3/3] emacs: add notmuch-pick itself
` [RFC PATCH v3 00/11] notmuch-pick: an emacs threaded message view with split-pane
` [RFC PATCH v3 01/11] cli: add --headers_only option to notmuch-show.c
` [RFC PATCH v3 02/11] cli: add sort options "
` [RFC PATCH v3 03/11] cli: add --thread= option to notmuch-show
` [RFC PATCH v3 04/11] emacs: add entry to notmuch-pick from notmuch-hello.el
` [RFC PATCH v3 05/11] emacs: add defcustom group for notmuch-pick
` [RFC PATCH v3 06/11] emacs: add extra parameters option to notmuch-query-get-threads
` [RFC PATCH v3 07/11] emacs: add entry to notmuch-pick from notmuch.el
` [RFC PATCH v3 08/11] emacs: add the entry to notmuch-pick to notmuch-show.el
` [RFC PATCH v3 09/11] emacs: make notmuch-show return its buffer
` [RFC PATCH v3 10/11] emacs: notmuch-show.el just show the actual matching messages
` [RFC PATCH v3 11/11] emacs: add notmuch-pick itself
[PATCH v5 0/4] Reply enhancements (was: quoting HTML email ...)
2012-02-15 5:44 UTC (9+ messages)
` [PATCH v5 1/4] test: Add broken test for the new JSON reply format
` [PATCH v5.1 "
` [PATCH v5 2/4] reply: Add a "
` [PATCH v5.1 "
` [PATCH v5 3/4] man: Update notmuch-reply man page for JSON format
` [PATCH v5 4/4] emacs: Use the new JSON reply format and message-cite-original
` [PATCH v5.1 "
[PATCH] emacs: allow to set RETAIN-STATE for `notmuch-show-refresh-view' interactively
2012-02-15 3:49 UTC (8+ messages)
[PATCH] Free the results of scandir()
2012-02-15 3:47 UTC (2+ messages)
[PATCH 0/2] Rewrite text show format
2012-02-14 14:49 UTC (2+ messages)
[PATCH 1/3] emacs: Tidy `notmuch-show-insert-part-header'
2012-02-14 13:28 UTC (5+ messages)
` [PATCH v3 0/3] part header code tidying and options
` [PATCH v2] emacs: Add more processing of displayed headers
default search sort order
2012-02-14 2:32 UTC (3+ messages)
[PATCH] emacs: make `notmuch-show-open-or-close-all' toggle visibility
2012-02-13 10:51 UTC (2+ messages)
[PATCH] STYLE: Initial draft of coding style document
2012-02-13 1:42 UTC (6+ messages)
RFC notmuch-pick: an emacs threaded message view with split-pane
2012-02-12 21:43 UTC (4+ messages)
[PATCH 0/3] minor cleanup and improvements
2012-02-12 20:51 UTC (3+ messages)
` [PATCH] emacs: Leave blank subjects alone by default
[PATCH] emacs: cleanup and simplify `notmuch-show-archive-thread' and related functions
2012-02-12 18:08 UTC (2+ messages)
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).