<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs, branch 0.21_rc2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.21_rc2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.21_rc2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2015-10-17T12:07:36Z</updated>
<entry>
<title>emacs: show: increase default max-text-part-size</title>
<updated>2015-10-17T12:07:36Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-10-15T18:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ff1fb5027c03dee80d59f54e5c0d9b62d7bd66c9'/>
<id>urn:sha1:ff1fb5027c03dee80d59f54e5c0d9b62d7bd66c9</id>
<content type='text'>
Currently notmuch-show-max-text-part-size is 10000 which means some
relatively normal messages have all parts hidden by default. Increase
this to 100000 by default.

The setting was introduced to alleviate problems with notmuch being
very slow on large threads. Users hitting these problems may wish to
customize this variable to something smaller (like 10000).
</content>
</entry>
<entry>
<title>emacs: tree bugfix</title>
<updated>2015-10-17T12:07:16Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-10-15T18:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3d38baf35280b9fe2d94a104bb2148e82164996b'/>
<id>urn:sha1:3d38baf35280b9fe2d94a104bb2148e82164996b</id>
<content type='text'>
Formerly replying to an encrypted message in tree-view did not work:
the message was not decrypted. This commit makes notmuch-tree respect
the setting of notmuch-crypto-process-mime. In particular, if
notmuch-crypto-process-mime is set to t, then replying to encrypted
messages in tree mode will now decrypt the reply (as it already did in
show mode).
</content>
</entry>
<entry>
<title>emacs: wrap current search in parens when filtering</title>
<updated>2015-09-07T12:27:09Z</updated>
<author>
<name>Uli Scholler</name>
<email>uli@scholler.net</email>
</author>
<published>2015-09-06T21:29:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9a5143abbcfbb008f846329b5c50b9322af5322a'/>
<id>urn:sha1:9a5143abbcfbb008f846329b5c50b9322af5322a</id>
<content type='text'>
When filtering the current search further with notmuch-search-filter,
wrap the current search in parens (if necessary).

This fixes unexpected behavior when the current search is
complex (like "(tag:this and date:one_week_ago..) or tag:that").
</content>
</entry>
<entry>
<title>emacs/notmuch-mua.el: whitespace cleanup</title>
<updated>2015-08-07T19:33:57Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-08-07T19:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d02e4dee71b9fb38919ac5e78ec56d1df79473fb'/>
<id>urn:sha1:d02e4dee71b9fb38919ac5e78ec56d1df79473fb</id>
<content type='text'>
M-x whitespace-cleanup in Emacs.
</content>
</entry>
<entry>
<title>emacs: make modifications to message Fcc vars buffer-local</title>
<updated>2015-08-07T19:18:59Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-08-01T09:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d0553ad524f241ba42f685cba6745c8a3a9ba20a'/>
<id>urn:sha1:d0553ad524f241ba42f685cba6745c8a3a9ba20a</id>
<content type='text'>
Previously we globally modified these variables, which tended to cause
problems for people using message-mode, but not notmuch-mua-mail, to
send mail.

User visible changes:

- Calling notmuch-fcc-header-setup is no longer optional. OTOH, it
  seems to do the right thing if notmuch-fcc-dirs is set to nil.

- The Fcc header is visible during message composition

- The name in the mode line is changed, and no longer matches exactly
  the menu label.

- Previously notmuch-mua-send-and-exit was never called.  Either we
  misunderstood define-mail-user-agent, or it had a bug.  So there was
  no difference if the user called message-send-and-exit directly. Now
  there will be.

- User bindings to C-c C-c and C-c C-s in message-mode-map are
  overridden. The user can override them in notmuch-message-mode-map,
  but then they're on their own for Fcc handling.
</content>
</entry>
<entry>
<title>emacs: define a notmuch-compose-mode based on message mode.</title>
<updated>2015-08-07T19:17:26Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-08-01T09:44:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=03aff8499d55614377d01e0296a4f186e0ed8735'/>
<id>urn:sha1:03aff8499d55614377d01e0296a4f186e0ed8735</id>
<content type='text'>
This is to provide a clean way of overriding e.g. keybindings when
sending mail from notmuch.

This is needed in particular to allow somewhere to dynamically bind
certain message-mode variables which are not respected when buffer-local. See e.g.

     http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21174
</content>
</entry>
<entry>
<title>emacs: prefer notmuch-emacs-version in User-Agent: header</title>
<updated>2015-08-04T18:56:38Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2015-08-02T14:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3c1eea5646fcf33d66acb874d82f3518a75c24de'/>
<id>urn:sha1:3c1eea5646fcf33d66acb874d82f3518a75c24de</id>
<content type='text'>
Now that we have `notmuch-emacs-version' defined in notmuch emacs MUA
use that as a part of User-Agent: header to provide more accurate
version information when sending emails.

In case some incomplete installation of notmuch emacs MUA is used and
`notmuch-emacs-version' is defined as "unknown" then fall back to ask
version info from cli (as it used to be before this commit).

Requiring notmuch-version[.elc] and if that is missing setting
"fallback" notmuch-emacs-version (to "unknown") was moved from
notmuch.el to notmuch-lib.el as notmuch-mua.el (which provides
User-Agent: information) require's the latter.
</content>
</entry>
<entry>
<title>emacs: renamed function notmuch-version to notmuch-cli-version</title>
<updated>2015-08-04T18:56:28Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2015-08-02T14:48:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0c565fa29fc29f74209d4343e2fc88f3b8008aaa'/>
<id>urn:sha1:0c565fa29fc29f74209d4343e2fc88f3b8008aaa</id>
<content type='text'>
As it asks `notmuch` binary for its version number.
</content>
</entry>
<entry>
<title>emacs: add a filter option to show</title>
<updated>2015-08-04T07:15:23Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-06-13T08:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2982d70ac683c74c62e20081b36529c90bccc914'/>
<id>urn:sha1:2982d70ac683c74c62e20081b36529c90bccc914</id>
<content type='text'>
Show the current thread with a different filter (i.e., open messages
in the thread matching the new query).

Bound to 'l' for "limit".

Note that it is not the same as filter in search mode as it replaces
the existing query rather than ANDing with it (but it does keep the
thread-id part of the query).
</content>
</entry>
<entry>
<title>emacs: split notmuch-show-apply-state</title>
<updated>2015-08-04T07:15:13Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-06-13T08:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d4053be21acf4c3fce0b477e26eec95b42a36bd7'/>
<id>urn:sha1:d4053be21acf4c3fce0b477e26eec95b42a36bd7</id>
<content type='text'>
Separate out a notmuch-show-goto-msg-id sub-function from
notmuch-show-apply-state. There should be no functional change but the
next patch will call the new function.
</content>
</entry>
</feed>
