unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2011-05-26 01:01:51 to 2011-06-06 00:29:54 UTC [more...]

problems with message/rfc822 parts
 2011-06-06  0:29 UTC  (7+ messages)
` improving message/rfc822 part handling
  ` [PATCH 1/5] test: some small fixes to multipart test
    ` [PATCH 2/5] test: Fix date in test message in "
      ` [PATCH 3/5] test: overhaul multipart test to test for improved message/rfc822 handling
        ` [PATCH 4/5] Improve handling of message/rfc822 parts by adding a new header_message_part function to the formating structure
          ` [PATCH 5/5] emacs: Improve support for message/rfc822 parts

[PATCH] fix sum moar typos
 2011-06-05 19:53 UTC  (2+ messages)

[PATCH] Added C-up and C-down to cycle through previous searches
 2011-06-05  7:28 UTC  (5+ messages)

[PATCH] emacs: Tab completion for notmuch-search and notmuch-search-filter
 2011-06-04 22:54 UTC  (7+ messages)

When will we have our next release?
 2011-06-04 18:50 UTC  (5+ messages)

release-candidate/0.6 redux
 2011-06-04  1:27 UTC  (44+ 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

New crypto patch series
 2011-06-04  1:11 UTC  (18+ messages)
` [PATCH 10/11] emacs: Add support for PGP/MIME verification/decryption
` 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] "
    ` [PATCH] Always return the empty string if decryption tries to demand a password
          ` [PATCH] Use stock GMimeSession by default

[PATCH 1/2] Make `notmuch-show-clean-address' parsing-error-proof
 2011-06-03 21:10 UTC  (2+ messages)

[PATCH] Do not attept to output part raw if part is not GMimePart
 2011-06-03 17:01 UTC  (2+ messages)

[PATCH] emacs: User-defined sections in notmuch-hello
 2011-06-03 13:46 UTC  (4+ messages)

Decryption fails
 2011-06-02 17:18 UTC  (7+ messages)

Fwd: Re: compile error of current git on F15
 2011-06-02 17:09 UTC 

[PATCH] emacs: Fix handling of message/rfc822 parts
 2011-06-02 17:06 UTC 

notmuch crashing on misformated emails
 2011-06-02 15:34 UTC  (3+ messages)

[python] get all messages of a thread
 2011-06-02 14:38 UTC  (8+ messages)

[PATCH 0/4] set test prereqs (Emacs, GDB, GPG) v3
 2011-06-02 13:32 UTC  (6+ messages)
` [PATCH 1/4] test: add 'GnuPG' prereq to dependent 'crypto' tests
` [PATCH 2/4] test: add 'Emacs' "
` [PATCH 3/4] test: add 'Emacs' prereq to dependent 'emacs' tests
` [PATCH 4/4] test: add 'Emacs' prereq to dependent 'emacs-large-search-buffer' tests

python: get_filenames()
 2011-06-02  7:07 UTC 

Multiple sender identities (composing)
 2011-06-02  1:49 UTC  (24+ messages)
  ` [PATCH] emacs: Allow user to choose "From" address when composing a new message
          ` [PATCH v2 1/4] emacs: Helpers needed for the user to be able to choose the "
            ` [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

compile error of current git on F15
 2011-06-01 16:55 UTC  (5+ messages)

Fixed recent regression (corruption of binary parts)
 2011-05-31 23:31 UTC 

[PATCH v2 0/2] test: add test for saving attachments using notmuch-show-save-part
 2011-05-31 22:14 UTC  (2+ messages)

[RFC] Several minor enhancements to the Emacs interface
 2011-05-31 20:18 UTC  (2+ messages)

[PATCH] emacs: Add callback functions to crypto sigstatus button
 2011-05-31 17:07 UTC 

[PATCH 1/2] emacs: add notmuch-show-refresh-view function
 2011-05-31 17:06 UTC  (5+ 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] emacs: update notmuch-crypto-process-mime config variable documentation

one-time-iterators
 2011-05-31  1:05 UTC  (11+ messages)

[PATCH] Change in increment_mtime for BSD compatibility of test suite
 2011-05-30 12:40 UTC  (3+ 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)

[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

proposed debian upload 0.5.5
 2011-05-28 19:56 UTC  (2+ messages)

[PATCH] Fix hiding a message while some citations are visible
 2011-05-28  1:29 UTC  (14+ messages)
` [PATCH 3/5] Fix hiding a message while some citations are shown 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] test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portability
 2011-05-27 21:04 UTC  (2+ messages)

[PATCH] emacs: Make the queries used in the all-tags section
 2011-05-27  3:56 UTC  (13+ 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 


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).