messages from 2012-01-03 21:35:33 to 2012-01-10 07:48:25 UTC [more...]
another attempt to add delete functionality in emacs
2012-01-10 7:48 UTC (25+ messages)
` [PATCH 1/4] emacs: new customization variable to exclude "deleted" messages from search
` [PATCH 2/4] emacs: repurpose notmuch-show-archive-thread-internal function for general thread tagging
` [PATCH 3/4] emacs: add ability to "delete" messages and threads
` [PATCH 4/4] emacs: modify help message for notmuch-search-line-faces to reflect preferred "deleted" tag name
` change to default archive/delete key bindings
` [PATCH 1/4] emacs: add show-mode functions to archive/delete only current message
` [PATCH 2/4] emacs: add option to notmuch-show-next-open-message to pop out to parent buffer if at end
` [PATCH 3/4] emacs: modify the default show-mode key bindings for archiving/deleting
` [PATCH 4/4] emacs: use pop-at-end functionality in archive/delete-message functions
` [PATCH 4/4 v2] "
` [PATCH 4/4 v3] "
` [PATCH 1/4 v2] emacs: add show-mode functions to archive/delete only current message
[PATCH 0/4] Quoting HTML-only emails in replies redux
2012-01-10 7:25 UTC (12+ messages)
` [PATCH 1/4] test: Add broken test for the new JSON reply format
` [PATCH 2/4] reply: Add a "
` [PATCH 3/4] man: Update notmuch-reply man page for JSON format
` [PATCH 4/4] emacs: Use the new JSON reply format
Distributed Notmuch
2012-01-10 3:54 UTC (2+ messages)
[PATCH] NEWS: add news entry for notmuch reply uninitialized variable bugfix
2012-01-10 2:22 UTC (2+ messages)
[ANNOUNCE] mutt with notmuch support
2012-01-09 23:26 UTC (10+ messages)
[PATCH] man: add missing SEE ALSO header to notmuch reply man page
2012-01-09 21:48 UTC (2+ messages)
[PATCH 0/4] notmuch reply bugfix & reply to sender only
2012-01-09 18:55 UTC (44+ messages)
` [PATCH 1/4] cli: fix use of uninitialized variable in "notmuch reply"
` [PATCH 2/4] cli: convert "notmuch reply" to use the new argument parser
` [PATCH 3/4] cli: add support for replying just to the sender in "notmuch reply"
` [PATCH 4/4] emacs: add support for replying just to the sender of messages and threads
` [PATCH 1/4] Add the option "--reply-to" to notmuch reply
` [PATCH 2/4] Update the man page for notmuch-reply to give the syntax for the --reply-to option
` [PATCH 3/4] Emacs changes for reply-to-sender
` [PATCH 4/4] add tests "
` [PATCH v2 0/6] reply to sender
` [PATCH v2 1/6] cli: fix use of uninitialized variable in "notmuch reply"
` [PATCH v2 2/6] cli: convert "notmuch reply" to use the new argument parser
` [PATCH v2 3/6] cli: add support for replying just to the sender in "notmuch reply"
` [PATCH v2 4/6] emacs: add support for replying just to the sender
` [PATCH v2 5/6] emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all
` is there a default reply function? (was: Re: [PATCH v2 5/6] emacs: bind 'r' to reply-to-sender and 'R' to reply-to-all)
` [PATCH v2 6/6] test: add tests for "notmuch reply" --reply-to=sender
Python bindings for adoption
2012-01-09 18:54 UTC (6+ messages)
nmbug changes
2012-01-09 14:17 UTC (4+ messages)
0.11 is frozen, please update NEWS
2012-01-09 11:54 UTC (6+ messages)
` [PATCH] Update NEWS for Emacs changes
[PATCH] emacs: call "notmuch tag" only once when archiving a thread
2012-01-09 11:31 UTC (15+ messages)
[PATCH] emacs: Helpers for notmuch developers
2012-01-09 11:16 UTC (10+ messages)
` [PATCH v2] "
[python] cleanup the bindings
2012-01-09 10:49 UTC (4+ messages)
` [PATCH 1/3] pep8 fixes
[PATCH 1/2] test: add a function to run Python tests
2012-01-09 5:55 UTC (7+ messages)
` [PATCH 1/2] clean up "compare thread ids" python test
` [PATCH 2/2] python test "compare message ids"
` notmuch git's disk is full! ERROR pushing
Info about notmuch database
2012-01-08 14:34 UTC (7+ messages)
[python] RFC: supporting python 2 and 3 with one codebase
2012-01-08 14:06 UTC (6+ messages)
` [PATCH 5/7] py3k: the basestring and unicode types are removed in python 3
` [PATCH] "
[RFC PATCH 0/9] -std=c99 / -std=c++0x -pedantic
2012-01-08 0:26 UTC (11+ messages)
` [RFC PATCH 1/9] build: use -std=c99 -pedantic for C source
` [RFC PATCH 2/9] xutil: #define _POSIX_C_SOURCE to get strdup()
` [RFC PATCH 3/9] lib: fix messages.c build warn
` [RFC PATCH 4/9] lib: HACK: avoid warnings from talloc_steal()
` [RFC PATCH 5/9] cli: fix warning about variadic macros
` [RFC PATCH 6/9] cli: fix another "
` [RFC PATCH 7/9] util: fix "
` [RFC PATCH 8/9] lib: use -std=c++0x -pedantic
` [RFC PATCH 9/9] test: smtp-dummy: fixes for -std=c99 -pedantic
[PATCH] restore: Be more liberal in which data to accept
2012-01-07 18:20 UTC (3+ messages)
[PATCH 1/2] lib: Add back the synchronization of 'T' flag with deleted tag
2012-01-06 22:45 UTC (4+ messages)
` [PATCH 2/2] lib: add 'safe' setting for flags
[PATCH] run notmuch-hello-mode-hook at the end of the hello mode setup
2012-01-06 21:43 UTC (2+ messages)
[PATCH] notmuch.el: bind 'd' to new function notmuch-search-delete-thread-or-region
2012-01-06 21:40 UTC (12+ messages)
` [PATCH 1/2] add notmuch keybinding 'd'
[PATCH] emacs: Mark the quoted region during reply
2012-01-06 21:25 UTC (3+ messages)
[RFC][PATCH v4] emacs: Re-implement advance/rewind functions of notmuch-show-mode
2012-01-06 17:31 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] test: Add tests for advance/rewind
[RFC][PATCH] emacs: Use text properties rather than overlays in various places
2012-01-06 17:13 UTC (3+ messages)
[PATCH 0/4] Several minor Emacs enhancements
2012-01-06 16:45 UTC (8+ messages)
` [PATCH v3 "
` [PATCH v3 1/4] emacs: Let the user choose where to compose new mails
[PATCH] Perform mail polling asynchronously
2012-01-06 15:25 UTC (6+ messages)
[PATCH] NEWS: consistent 2-space indentation
2012-01-06 12:18 UTC (3+ messages)
Exporting mime email
2012-01-06 11:07 UTC (8+ messages)
[PATCH 1/2] emacs: fix notmuch-show-indent-messages-width customization variable name
2012-01-05 22:07 UTC (3+ messages)
` [PATCH] "
Emacs: Crypto: How to get automatic encryption?
2012-01-04 8:48 UTC (5+ messages)
Regarding notmuch and Fedora 16
2012-01-03 22:40 UTC (5+ 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).