messages from 2012-05-15 03:15:15 to 2012-05-26 18:45:56 UTC [more...]
[PATCH v5 0/7] cli: improved crypto internals
2012-05-26 18:45 UTC (4+ messages)
` [PATCH v5 1/7] cli: use new typedef to deal with gmime 2.4/2.6 context incompatibility
` [PATCH v5 2/7] cli: new crypto structure to store crypto contexts and parameters, and functions to support it
` [PATCH v5 3/7] cli: modify show and reply to use new crypto struct
[PATCH 1/2] Makefile.local: added checks for latest NEWS title
2012-05-26 17:17 UTC (3+ messages)
` [PATCH 2/2] Makefile.local: added verify-version-news to verify-no-dirty-code deps
[PATCH v5 0/5] Allow JSON to use non-entire thread, and use for elide
2012-05-26 15:54 UTC (6+ messages)
` [PATCH v5 1/5] cli: command line parsing: allow default for keyword options
` [PATCH v5 2/5] cli: Let json output "null" messages for non --entire-thread
` [PATCH v5 3/5] cli: make --entire-thread=false work for format=json
` [PATCH v5 4/5] Update devel/schemata for --entire-thread=false
` [PATCH v5 5/5] emacs: make elide messages use notmuch-show for omitting messages
[PATCH v4 0/4] Allow JSON to use non-entire thread, and use for elide
2012-05-26 13:31 UTC (5+ messages)
` [PATCH v4 2/4] cli: make --entire-thread=false work for format=json
FreeBSD Support Patches
2012-05-26 9:52 UTC (17+ messages)
` [PATCH 01/10] Add support for FreeBSD
` [PATCH 02/10] Fix compilation of symbol-test on FreeBSD
` [PATCH 03/10] Fix compilation of smtp-dummy "
` [PATCH 04/10] Test against man pages in our source dir, not installed ones
` [PATCH 05/10] Make test/basic more portable
` [PATCH 06/10] Fix test/count on FreeBSD
` [PATCH 07/10] emacs tests require emacs
` [PATCH 08/10] test/atomicity: use a more portable 'cp' form
` [PATCH 09/10] test/crypto: current tests require emacs
` [PATCH 10/10] tests: bsd sed doesn't allow replacing '\n'
[PATCH] configure: add help note about gmime version
2012-05-26 0:44 UTC (2+ messages)
[PATCH] cli: fix documentation about --decrypt for show
2012-05-26 0:44 UTC (2+ messages)
[PATCH] test: remove "Testing" from test description in emacs-hello and emacs-show
2012-05-26 0:43 UTC (2+ messages)
[PATCH] NEWS for directory function fixes
2012-05-26 0:40 UTC (2+ messages)
[PATCH 0/4] ruby: quick update before the freeze!
2012-05-26 0:38 UTC (7+ messages)
` [PATCH 3/4] ruby: Add workarounds to use in-tree build not the installed one
[PATCH v4 0/7] cli: improved crypto internals
2012-05-25 18:14 UTC (16+ messages)
` [PATCH v4 1/7] cli: use typedef to deal with gmime 2.4/2.6 incompatibility
` [PATCH v4 2/7] cli: new crypto structure to store crypto contexts and parameters, and functions to support it
` [PATCH v4 3/7] cli: modify show and reply to use new crypto struct
` [PATCH v4 4/7] cli: modify mime_node_open to take new crypto struct as argument
` [PATCH v4 5/7] cli: modify mime_node_context to use the new crypto struct
` [PATCH v4 6/7] cli: new crypto verify flag to handle verification
` [PATCH v4 7/7] cli: use new notmuch_crypto_get_context in mime-node.c
Emacs notmuch-show consistently reports "End of file during parsing"
2012-05-25 17:08 UTC (7+ messages)
[PATCH v2 0/2] delivered-to for reply address guessing
2012-05-25 1:04 UTC (4+ messages)
` [PATCH v2 1/2] cli: also use Delivered-To header to figure out the reply from address
` [PATCH v2 2/2] test: add tests for notmuch reply From guessing
[PATCH] Recommend libgmime-2.6-dev in INSTALL
2012-05-25 1:03 UTC (2+ messages)
[PATCH v2 0/2] Better, more portable stat-ing logic for notmuch new
2012-05-25 1:03 UTC (17+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] test: Test notmuch new with a broken symlink
` [PATCH v3 2/4] new: Centralize file type stat-ing logic
` [PATCH v3 3/4] new: Merge error checks from add_files and add_files_recursive
` [PATCH v3 4/4] new: Unify "
` [PATCH v4 0/4] Better, more portable stat-ing logic for notmuch new
` [PATCH v4 1/4] test: Test notmuch new with a broken symlink
` [PATCH v4 2/4] new: Centralize file type stat-ing logic
` [PATCH v4 3/4] new: Merge error checks from add_files and add_files_recursive
` [PATCH v4 4/4] new: Unify "
[PATCH] NEWS: started 0.13.1 stanza: fix decoding of text/plain parts in reply
2012-05-25 0:49 UTC (2+ messages)
[PATCH 1/2] cli: add user address matching helpers for notmuch reply
2012-05-24 1:54 UTC (2+ messages)
[PATCH 0/9] Fix directory lookup on read-only databases
2012-05-24 1:53 UTC (13+ messages)
` [PATCH 1/9] lib: Make directory document creation optional for _notmuch_directory_create
` [PATCH 2/9] lib: Perform the same transformation to _notmuch_database_find_directory_id
` [PATCH 3/9] lib: Perform the same transformation to _notmuch_database_filename_to_direntry
` [PATCH 4/9] lib: Make notmuch_database_get_directory return NULL if the directory is not found
` [PATCH 5/9] new: Remove workaround for detecting newly created directory objects
` [PATCH 6/9] python: Update Database.get_directory documentation
` [PATCH 7/9] lib: Make notmuch_database_find_message_by_filename not crash on read-only databases
` [PATCH 8/9] python: Remove find_message_by_filename workaround
` [PATCH 9/9] lib: Don't needlessly create directory docs in _notmuch_message_remove_filename
[PATCH] emacs: use 'gnus-decoded in notmuch-mm-display-part-inline ()
2012-05-24 1:52 UTC (3+ messages)
[ANN] New awesome vim plug-in using Ruby bindings
2012-05-23 22:03 UTC (9+ messages)
[PATCH v3 0/6] cli: improved crypto internals
2012-05-23 17:34 UTC (9+ messages)
` [PATCH v3 1/6] cli: new crypto structure to store crypto contexts and parameters, and functions to support it
` [PATCH v3 2/6] cli: modify show and reply to use new crypto struct
` [PATCH v3 3/6] cli: modify mime_node_open to take new crypto struct as argument
` [PATCH v3 4/6] cli: modify mime_node_context to use the new crypto struct
` [PATCH v3 5/6] cli: new crypto verify flag to handle verification
` [PATCH v3 6/6] cli: use new notmuch_crypto_get_context in mime-node.c
Sending from multiple accounts
2012-05-23 10:34 UTC (3+ messages)
emacs complains about encoding?
2012-05-23 10:15 UTC (8+ messages)
[PATCH v2 0/5] cli: improve handling of crypto parameters and contexts
2012-05-19 16:28 UTC (14+ messages)
` [PATCH v2 1/5] cli: new crypto structure to store crypto contexts and parameters
` [PATCH v2 2/5] cli: modify mime_node_open to take crypto struct as argument
` [PATCH v2 3/5] cli: modify mime_node_context to use the new notmuch_crypto_t
` [PATCH v2 4/5] cli: new crypto verify flag to handle verification
` [PATCH v2 5/5] cli: lazily create the crypto gpg context only when needed
tagging moved messages
2012-05-19 15:40 UTC
[PATCH 0/6] cli: improve handling of crypto parameters contexts
2012-05-18 17:09 UTC (23+ messages)
` [PATCH 1/6] cli: new crypto structure to store crypto contexts and parameters
` [PATCH 2/6] cli: modify mime_node_context to use the new notmuch_crypto_t
` [PATCH 3/6] cli: modify mime_node_open to take crypto struct as argument
` [PATCH 4/6] cli: intialize crypto structure in show and reply
` [PATCH 5/6] cli: new crypto verify flag to handle verification
` [PATCH 6/6] cli: lazily create the crypto gpg context only when needed
Using procmail to set tags
2012-05-18 14:48 UTC (7+ messages)
[alot] announcing v0.3.1
2012-05-17 21:45 UTC (3+ messages)
[PATCH 1/3] NEWS: Insert markdown formatting commands in 0.13 section text
2012-05-17 19:09 UTC (14+ messages)
` [PATCH 2/3] Changed 0.13 release date in NEWS file to 2012-05-15
` [PATCH 3/3] Capitalized go bindings changes title
` [PATCH 1/4] NEWS: Dropped old 'Reply to sender' section
` [PATCH 2/4] NEWS: Changed 0.13 release date in NEWS file to 2012-05-15
` [PATCH 3/4] NEWS: Insert markdown formatting commands in 0.13 section text
` [PATCH 4/4] NEWS: Capitalized go bindings changes title
[PATCH] add NEWS item about new emacs tagging interface
2012-05-16 0:19 UTC (2+ messages)
notmuch release 0.13 now available
2012-05-15 21:45 UTC
Mark feature in notmuch.el
2012-05-15 16:48 UTC (2+ messages)
[PATCH] ruby: extern linkage portability improvement
2012-05-15 15:31 UTC (4+ messages)
[PATCH 0/5] Fix notmuch_database_get_directory API
2012-05-15 12:04 UTC (3+ messages)
` [PATCH v2 "
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).