<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs/notmuch-lib.el, branch 0.12</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.12</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.12'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-02-04T01:20:15Z</updated>
<entry>
<title>emacs: Prefer '[No Subject]' to blank subjects.</title>
<updated>2012-02-04T01:20:15Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2012-01-30T10:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6bd3d8af5431542f352f084b6366e88b98b019a1'/>
<id>urn:sha1:6bd3d8af5431542f352f084b6366e88b98b019a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: use a single history for all searches</title>
<updated>2012-01-25T12:33:39Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2012-01-25T01:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bc267b70b01c79f6bdda52641e9cd7574a151eff'/>
<id>urn:sha1:bc267b70b01c79f6bdda52641e9cd7574a151eff</id>
<content type='text'>
There are two ways to do search in Emacs UI: search widget in
notmuch-hello buffer and `notmuch-search' function bound to "s".
Before the change, these search mechanisms used different history
lists.  The patch makes notmuch-hello search use the same history list
as `notmuch-search' function.
</content>
</entry>
<entry>
<title>emacs/*.el: changed one-char comment prefix ';' to two; ';;'</title>
<updated>2012-01-21T18:06:17Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2012-01-21T14:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=37dec7d7b37afd281f23c0ec7ed9111c24965126'/>
<id>urn:sha1:37dec7d7b37afd281f23c0ec7ed9111c24965126</id>
<content type='text'>
In order for emacs (indent-region) to (re)indent emacs lisp
properly there needs to be at least 2 comment characters (;;).
</content>
</entry>
<entry>
<title>emacs: invert relation between 'notmuch-send and 'message customization groups</title>
<updated>2012-01-21T12:43:47Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-01-19T19:13:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3a602dc27aa7a830c0bf00838dfdbb70165858d5'/>
<id>urn:sha1:3a602dc27aa7a830c0bf00838dfdbb70165858d5</id>
<content type='text'>
'message contains options relevant to 'notmuch-send, not the other way around.

Thanks to Austin for suggesting `custom-add-to-group'.
  id:"20120118184408.GD16740@mit.edu"
</content>
</entry>
<entry>
<title>emacs: logically group def{custom,face}s</title>
<updated>2012-01-19T13:27:02Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2012-01-16T10:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=643ce61c1babf6e73ca7e03fb907282e7ee3b176'/>
<id>urn:sha1:643ce61c1babf6e73ca7e03fb907282e7ee3b176</id>
<content type='text'>
To allow for expansion whilst keeping everything tidy and organized,
move all defcustom/defface variables to the following subgroups,
defined in notmuch-lib.el:

- Hello
- Search
- Show
- Send
- Crypto
- Hooks
- External Commands
- Appearance

As an added benefit, defcustom keyword args are now consistently
ordered as they appear @ defcustom's docstring (OCD much?).

Proper defgroup docstrings and various other improvements
by courtesy of Austin Clements.
</content>
</entry>
<entry>
<title>emacs: remove unused `point-invisible-p' function</title>
<updated>2011-11-08T00:38:37Z</updated>
<author>
<name>Dmitry Kurochkin</name>
<email>dmitry.kurochkin@gmail.com</email>
</author>
<published>2011-11-06T09:04:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=34aa8e8a9c60e7b7003860ca33d27197a0763d63'/>
<id>urn:sha1:34aa8e8a9c60e7b7003860ca33d27197a0763d63</id>
<content type='text'>
`point-invisible-p' does not work correctly when `invisible'
property is a list.  There are standard `invisible-p' and related
functions that should be used instead.
</content>
</entry>
<entry>
<title>fix sum moar typos [user-visible documentation in code]</title>
<updated>2011-06-23T22:58:50Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2011-06-20T20:14:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=432e091924c1d1d8950a44ca78bc5b9c5ade47e4'/>
<id>urn:sha1:432e091924c1d1d8950a44ca78bc5b9c5ade47e4</id>
<content type='text'>
Various typo fixes in documentation within the code that can be made
available to the user, (emacs function help strings, "notmuch help"
output, notmuch man page, etc.).

Signed-off-by: Pieter Praet &lt;pieter@praet.org&gt;

Edited-by: Carl Worth &lt;cworth@cworth.org&gt; Restricted to just
documentation and fixed fix of "comman" to "common" rather than
"command".
</content>
</entry>
<entry>
<title>emacs: Add support for PGP/MIME verification/decryption</title>
<updated>2011-05-27T23:22:00Z</updated>
<author>
<name>Jameson Graef Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2011-05-26T01:01:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=45fe3547458e0c403f7501bad89860afe2fa534a'/>
<id>urn:sha1:45fe3547458e0c403f7501bad89860afe2fa534a</id>
<content type='text'>
A new emacs configuration variable "notmuch-crypto-process-mime"
controls the processing of PGP/MIME signatures and encrypted parts.
When this is set true, notmuch-query will use the notmuch show
--decrypt flag to decrypt encrypted messages and/or calculate the
sigstatus of signed messages.  If sigstatus is available, notmuch-show
will place a specially color-coded header at the begining of the
signed message.

Also included is the ability to switch decryption/verification on/off
on the fly, which is bound to M-RET in notmuch-search-mode.
</content>
</entry>
<entry>
<title>emacs: Make the queries used in the all-tags section configurable</title>
<updated>2011-05-26T21:34:41Z</updated>
<author>
<name>Daniel Schoepe</name>
<email>daniel.schoepe@googlemail.com</email>
</author>
<published>2011-05-25T21:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=eb4e0ea2ab4d2515ab9575ee99ad024d03765199'/>
<id>urn:sha1:eb4e0ea2ab4d2515ab9575ee99ad024d03765199</id>
<content type='text'>
This patch adds a customization variable that controls what queries
are used to construct the all-tags section in notmuch-hello. It allows
the user to specify a function to construct the query given a tag or
a string that is used as a filter for each tag.
It also adds a variable to hide various tags from the all-tags section.

Signed-off-by: Daniel Schoepe &lt;daniel.schoepe@googlemail.com&gt;
</content>
</entry>
<entry>
<title>emacs: Add an accessor function for emacs code to get at user.other_email</title>
<updated>2011-05-24T21:43:48Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2011-05-24T21:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bc382902c10c7c39076a8c70da846317f505f527'/>
<id>urn:sha1:bc382902c10c7c39076a8c70da846317f505f527</id>
<content type='text'>
This is like the other notmuch-config accessor functions except that it
converts the newline-separated string into an actual lisp list.
</content>
</entry>
</feed>
