messages from 2011-12-30 09:39:47 to 2012-01-07 23:27:06 UTC [more...]
[RFC PATCH 0/9] -std=c99 / -std=c++0x -pedantic
2012-01-07 23:26 UTC (10+ 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
another attempt to add delete functionality in emacs
2012-01-07 22:28 UTC (5+ 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
[PATCH 0/4] notmuch reply bugfix & reply to sender only
2012-01-07 19:25 UTC (25+ 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] restore: Be more liberal in which data to accept
2012-01-07 18:20 UTC (3+ messages)
[PATCH] emacs: Helpers for notmuch developers
2012-01-07 11:53 UTC (6+ messages)
` [PATCH v2] "
Info about notmuch database
2012-01-07 11:48 UTC (5+ 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: call "notmuch tag" only once when archiving a thread
2012-01-06 21:31 UTC (8+ messages)
[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)
0.11 is frozen, please update NEWS
2012-01-05 22:07 UTC (14+ messages)
` [PATCH] Update NEWS for change by Aaron Ecay
` update NEWS, and fix conf variable name
` [PATCH 1/2] emacs: fix notmuch-show-indent-messages-width customization "
` [PATCH 2/2] update NEWS
` [PATCH] emacs: fix notmuch-show-indent-messages-width customization variable name
` [PATCH] Update NEWS for Emacs changes
[ANNOUNCE] mutt with notmuch support
2012-01-05 14:44 UTC (11+ messages)
[python] RFC: supporting python 2 and 3 with one codebase
2012-01-04 18:07 UTC (4+ messages)
` [PATCH 5/7] py3k: the basestring and unicode types are removed in python 3
Python bindings for adoption
2012-01-04 14:24 UTC (4+ messages)
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)
Possible bug in tests with emacs 23.2.1 (debian stable)
2012-01-03 20:19 UTC (4+ messages)
[PATCH] emacs: Improved printing support
2012-01-03 14:12 UTC (4+ messages)
[PATCH] bound mail-parse-charset, used by some functions on mm-view.el when there is no charset metadata in the html
2012-01-03 12:23 UTC (4+ messages)
[PATCH] Calls to notmuch get queued and executed asynchronously
2012-01-03 10:58 UTC (5+ messages)
[PATCH 1/4] emacs: unify search mechanisms
2012-01-02 20:03 UTC (10+ messages)
Info about notmuch database
2012-01-02 16:04 UTC
[python] cleanup the bindings
2012-01-02 16:23 UTC (3+ messages)
` [PATCH 1/3] pep8 fixes
python: unpythonic result of Message.get_replies()
2012-01-02 16:03 UTC (8+ messages)
` [PATCH 1/2] python: refactor print_messages into format_messages and print_messages
` [PATCH 2/2] python: make the result of Message.get_replies() more pythonic
Segmentation fault at gmime-iconv with python binding
2012-01-02 15:43 UTC (19+ messages)
` [PATCH 0/2] Multiples calls of g_mime_init
` [PATCH 1/2] lib: Remove unnecessary checks when calling g_mime_init
` [PATCH 2/2] lib: call g_mime_init from notmuch_database_open
` [PATCH] lib: call g_mime_init() from notmuch_database_open()
` revised patch for gmime init, with test
` [PATCH v2 1/3] test: use file based comparison for search '*' test
` [PATCH v2 2/3] test: add two new messages to corpus with iso-8859-1 encoding
` [PATCH v2 3/3] lib: call g_mime_init() from notmuch_database_open()
[PATCH 0/5] Store message modification times in the DB
2012-01-02 14:56 UTC (3+ messages)
` [PATCH 5/5] python: add get_mtime() to the Message class
[PATCH 1/2] test: add a function to run Python tests
2012-01-02 14:51 UTC (6+ messages)
` [PATCH 1/2] clean up "compare thread ids" python test
` [PATCH 2/2] python test "compare message ids"
have "notmuch help" call man?
2011-12-31 19:25 UTC (4+ messages)
` [PATCH v3] notmuch: replace built-in help with exec of man
[PATCH] test/symbol-hiding: prepend new directory to LD_LIBRARY_PATH
2011-12-31 18:46 UTC (2+ messages)
[PATCH] notmuch-addresses: Match on the full name as well as components
2011-12-30 19:38 UTC (3+ messages)
ANNOUNCE: nottoomuch-addresses.sh version 1.5
2011-12-30 16:42 UTC (2+ messages)
` ANNOUNCE: nottoomuch-addresses.sh version 1.6
[PATCH] emacs: notmuch-hello: respect notmuch-help's wishes
2011-12-30 11:37 UTC (2+ messages)
` [PATCH] emacs: Better handling of inherited keymaps for `nomuch-help'
rewind and text/plain hooks and visual-line-mode and
2011-12-30 10:12 UTC
[PATCH 1/3] test: Add tests for `notmuch-show-clean-address'
2011-12-30 9:39 UTC (4+ messages)
` [PATCH 1/3 v2] emacs: Avoid `mail-header-parse-address' in `notmuch-show-clean-address'
` [PATCH 2/3 v2] test: Add tests for `notmuch-show-clean-address'
` [PATCH 3/3 v2] test: Fix the 'invalid from' test in light of address cleaning changes
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).