messages from 2011-05-17 02:10:35 to 2011-05-30 18:43:29 UTC [more...]
compile error of current git on F15
2011-05-30 18:43 UTC (2+ messages)
[PATCH] Change in increment_mtime for BSD compatibility of test suite
2011-05-30 12:40 UTC (3+ messages)
[PATCH 1/2] emacs: add notmuch-show-refresh-view function
2011-05-29 18:56 UTC (4+ messages)
` [PATCH 2/2] emacs: Unbind M-RET as display of thread with crypto switch
` [PATCH 1/2] emacs: add documentation for notmuch-show crypto-switch option
` [PATCH 2/2] emacs: add notmuch-show-worker function for specifying crypto processing directly
[PATCH] Added C-up and C-down to cycle through previous searches
2011-05-29 16:04 UTC (2+ messages)
[PATCH] fixed typo in a comment
2011-05-29 8:56 UTC
[PATCH] added keys to hide/show a portion of the thread
2011-05-29 8:56 UTC
[PATCH 00/10] Fix 'notmuch new' atomicity issues
2011-05-29 2:51 UTC (4+ messages)
release-candidate/0.6 redux
2011-05-29 2:49 UTC (28+ messages)
` [PATCH 01/25] fix check for libdir in ldconfig paths
` [PATCH 02/25] add note about updating the debian symbols file to the RELEASE file
` [PATCH 03/25] test: modify search-output test to use the new test_expect_equal_file function
` [PATCH 04/25] test: move "Search for non-existent message prints nothing" to search-output, and add similar test for format=json
` [PATCH 05/25] fix trailing newlines in notmuch search
` [PATCH 06/25] test: move utf-8 subject search test from json to search test script
` [PATCH 07/25] test: remove json test for search null result, since it's being more properly tested in search-output
` [PATCH 08/25] create and set temporary home directory
` [PATCH 09/25] emacs: Define several faces for the crypto-status button
` [PATCH 10/25] Sanitize "Subject:" and "Author:" fields to not contain control characters in notmuch-search
` [PATCH 11/25] test: add test for sanitized notmuch-search output
` [PATCH 12/25] test: cleanup search-output test names (no functional change)
` [PATCH 13/25] emacs: Use "message-cited-text" instead of "message-cited-text-face"
` [PATCH 14/25] Fix old style notmuch-fcc-dirs configuration check
` [PATCH 15/25] Use message-field-value instead of message-fetch-field in FCC header setup
` [PATCH 16/25] lib/message-file: plug three memleaks
` [PATCH 17/25] avoid segfault when calling sanitize_string() on NULL
` [PATCH 18/25] Fix search output sanitization test
` [PATCH 19/25] emacs: fix notmuch-show-part-button to not include newline
` [PATCH 20/25] emacs: Don't always prompt for the "From" address when replying
` [PATCH 21/25] emacs: Cleaner interface when prompting for sender address
` [PATCH 22/25] test: fix test_expect_equal_file test to copy instead of mv test files
` [PATCH 23/25] test: update emacs test to use test_expect_equal_file
` [PATCH 24/25] test: modify multipart "
` [PATCH 25/25] Fix stdout stream grabbing in format_part_content_text
[PATCH 1/2] Add part filename and content-id in notmuch show output if available
2011-05-28 22:03 UTC (2+ messages)
` [PATCH 2/2] test: fix tests after notmuch show output changes related to filenames
New crypto patch series
2011-05-28 21:31 UTC (21+ messages)
` [PATCH 01/11] Simplify reply_part function to eliminate redundant code paths
` [PATCH 02/11] Integrate reply_part_content function into reply_part function
` [PATCH 03/11] Use empty strings instead of NULL in format_reply structure
` [PATCH 04/11] Break up format->part function into part_start and part_content functions
` [PATCH 05/11] test: new test-lib function to test for equality between files
` [PATCH 06/11] test: add notmuch_show_sanitize_all function that is a little more aggressive
` [PATCH 07/11] test: add crypto tests for signature verification and decryption
` [PATCH 08/11] Add signature verification of PGP/MIME-signed parts with --verify
` [PATCH 09/11] Add decryption of PGP/MIME-encrypted parts with --decrypt
` [PATCH 10/11] emacs: Add support for PGP/MIME verification/decryption
` [PATCH 11/11] tag signed/encrypted during notmuch new
` normalizing part numbering across PGP/MIME processing
` [PATCH 1/4] Do not replace multipart/signed part with content part when doing verification
` [PATCH 2/4] Render all parts of multipart/encrypted when decrypting
` [PATCH 3/4] emacs: Do not attempt to render arbitrary application parts
` [PATCH 4/4] emacs: Give mutlipart/{signed, encrypted} their own part handler
` [PATCH] "
proposed debian upload 0.5.5
2011-05-28 19:56 UTC (2+ messages)
[python] get all messages of a thread
2011-05-28 13:18 UTC
one-time-iterators
2011-05-28 8:58 UTC (10+ messages)
[PATCH] Fix hiding a message while some citations are visible
2011-05-28 1:29 UTC (18+ messages)
` [PATCH 1/5] Pass message to the `notmuch-show-insert-text/plain-hook' hook
` [PATCH 2/5] Set message invisibility spec properties before inserting the body
` [PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view
` [PATCH 4/5] Set higher priority for headers and hidden citation overlays
` [PATCH 5/5] Simplify message and headers visibility code in notmuch-show view
` [PATCH 1/2] test: add tests for hiding messages "
` [PATCH 2/2] Workaround for Emacs bug #8721
[PATCH] test: use `princ' instead of `message' calls in emacs tests
2011-05-27 23:12 UTC (2+ messages)
[PATCH] emacs: User-defined sections in notmuch-hello
2011-05-27 21:51 UTC (3+ messages)
[PATCH] test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portability
2011-05-27 21:04 UTC (2+ messages)
Multiple sender identities (composing)
2011-05-27 10:37 UTC (28+ messages)
` [PATCH] emacs: Allow user to choose "From" address when composing a new message
` [PATCH 1/4] emacs: Allow the user choose the "From" address when composing a new message from notmuch-show-mode too
` [PATCH 2/4] emacs: Move the "prompt for sender" code to a new function
` [PATCH 3/4] emacs: Allow the user to choose the "From" address when forwarding a message
` [PATCH 4/4] emacs: Allow the user to choose the "From" address when replying to "
` [PATCH v2 1/4] emacs: Helpers needed for the user to be able to choose the "From" address when composing a new message
` [PATCH v2 2/4] emacs: Allow the user "
` [PATCH v2 3/4] emacs: Allow the user to choose the "From" address when forwarding a message
` [PATCH v2 4/4] emacs: Allow the user to choose the "From" address when replying to "
` [PATCH] emacs: Add a customization allowing to always prompt for the "From" address when composing a new message
` [PATCH 1/2] emacs: Don't always prompt for the "From" address when replying
` [PATCH 2/2] emacs: Cleaner interface when prompting for sender address
[PATCH] emacs: Make the queries used in the all-tags section
2011-05-27 3:56 UTC (16+ messages)
[PATCH 0/2] Implement reply to sender
2011-05-26 23:31 UTC (8+ messages)
` [PATCH 1/2] Command line changes for reply-to-sender
` [PATCH 2/2] Emacs changes for reply to sender
` [PATCH v2 0/3] Implement "
` [PATCH v2 1/3] Adds the option "--reply-to=" to notmuch reply
` [PATCH v2 2/3] Documentation changes for --reply-to= option "
` [PATCH v2 3/3] Emacs changes for reply to sender
[PATCH] fixed return value check of sysoncf in get_name_from_passwd_file / get_username_from_passwd_file
2011-05-26 22:55 UTC (2+ messages)
[PATCH] test: add test-lib.el file with `visible-buffer-string' function
2011-05-26 21:15 UTC (2+ messages)
[PATCH] emacs: Make the queries used in the all-tags section
2011-05-26 3:27 UTC
[PATCH 1/3] Use different labels for wash buttons when text is visible or hidden
2011-05-24 23:36 UTC (16+ messages)
` [PATCH 2/3] test: fix expected output for emacs tests after the wash button label changes
` [PATCH 3/3] test: add test for hiding/showing signature in notmuch-show view
` [PATCH] Save and restore point explicitly in `notmuch-wash-toggle-invisible-action'
problems with multipart/mixed
2011-05-24 22:06 UTC (8+ messages)
[BUG] [PATCH] Fix appending of Received headers
2011-05-24 20:33 UTC (2+ messages)
[PATCH] emacs: Add notmuch-before/after-tag-hook
2011-05-24 20:29 UTC (2+ messages)
a python terminal gui?
2011-05-24 20:10 UTC (8+ messages)
Deprecated notmuch "part" and "search-tags" commands
2011-05-24 19:59 UTC
[BUG] multipart ID of show != part
2011-05-24 10:07 UTC (4+ messages)
Mail in git
2011-05-21 7:25 UTC (6+ messages)
My mail configuration
2011-05-20 22:39 UTC (2+ messages)
release-candidate/0.6
2011-05-17 23:05 UTC (7+ messages)
` MIME restructuring [was: Re: release-candidate/0.6]
Header and other questions
2011-05-17 10:59 UTC (8+ 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).