<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/emacs, branch 0.5</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.5</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.5'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2010-11-12T01:28:48Z</updated>
<entry>
<title>emacs: add stash thread-id function to notmuch-search mode</title>
<updated>2010-11-12T01:28:48Z</updated>
<author>
<name>Jameson Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2010-09-18T19:48:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2b433736a56ec1ccac67ada9cc81337a157a45a2'/>
<id>urn:sha1:2b433736a56ec1ccac67ada9cc81337a157a45a2</id>
<content type='text'>
This add a "stash-map" for search-mode, just like in show-mode, and
adds one function, bound to "i" to stash the thread-id of the current
selected thread.

Couldn't think of the correct way to stash other thread info, so I
didn't add any other stash functions for now.
</content>
</entry>
<entry>
<title>emacs: mv notmuch-{show,common}-do-stash</title>
<updated>2010-11-12T01:28:32Z</updated>
<author>
<name>Jameson Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2010-09-18T19:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=128b6259ee327adf9189b81034b3b6962e8b9dbc'/>
<id>urn:sha1:128b6259ee327adf9189b81034b3b6962e8b9dbc</id>
<content type='text'>
Here we move the notmuch-show/notmuch-show-do-stash function to
notmuch-lib/notmuch-common-do-stash.  Nothing in this function is
notmuch-show mode specific, so this move will make it cleaner to be
used by other modes (such as notmuch-search).
</content>
</entry>
<entry>
<title>emacs: Improve the definition and use of `notmuch-fcc-dirs'.</title>
<updated>2010-11-12T01:16:28Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-11-08T15:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ea1c2bb5c5ab7115e3259d2e66e19398ce4cc19f'/>
<id>urn:sha1:ea1c2bb5c5ab7115e3259d2e66e19398ce4cc19f</id>
<content type='text'>
Re-work the declaration and definition of `notmuch-fcc-dirs'. The
variable now allows three types of values:

- nil: no Fcc header is added,

- a string: the value of `notmuch-fcc-dirs' is the name of the
  folder to use,

- a list: the folder is chosen based on the From address of the
  current message using a list of regular expressions and
  corresponding folders:

     ((\"Sebastian@SSpaeth.de\" . \"privat\")
      (\"spaetz@sspaeth.de\" . \"OUTBOX.OSS\")
      (\".*\" . \"defaultinbox\"))

  If none of the regular expressions match the From address, no
  Fcc header will be added.
</content>
</entry>
<entry>
<title>emacs: Use the header line to show the subject of the thread.</title>
<updated>2010-11-12T01:06:04Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-11-08T14:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c471c4eb0488ee689ab96814e3879930bec32bc6'/>
<id>urn:sha1:c471c4eb0488ee689ab96814e3879930bec32bc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: Simplify subjects more aggressively.</title>
<updated>2010-11-12T01:04:35Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-11-08T10:50:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e845f4e27e67208c95def4ee2601568b8d81a12e'/>
<id>urn:sha1:e845f4e27e67208c95def4ee2601568b8d81a12e</id>
<content type='text'>
Remove 're: ' or 'Re: ' from anywhere within a subject line rather
than just at the beginning. This is to accommodate threads where a
mailing list sometimes inserts a subject prefix.

For example, if a thread has the subjects:

    [Orgmode] org-indent, org-inlinetask: patches on github
    Re: [Orgmode] org-indent, org-inlinetask: patches on github
    [Orgmode] Re: org-indent, org-inlinetask: patches on github

the last of these would not have been considered the same and would
therefore have been shown.
</content>
</entry>
<entry>
<title>emacs: Elide the display of repeated subjects in thread display mode.</title>
<updated>2010-11-12T01:03:45Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-11-08T10:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e6d31a54355dbc4080392c1d81f3e91cc9abb06a'/>
<id>urn:sha1:e6d31a54355dbc4080392c1d81f3e91cc9abb06a</id>
<content type='text'>
Collapsed messages do not show a "Subject:" line if the subject is the
same as that of the previous message.
</content>
</entry>
<entry>
<title>emacs: Correctly count the number of lines in a signature.</title>
<updated>2010-11-12T00:50:22Z</updated>
<author>
<name>David Edmondson</name>
<email>dme@dme.org</email>
</author>
<published>2010-11-09T18:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1b2ea703e758843a515d33cc78fdfec4f758ce6c'/>
<id>urn:sha1:1b2ea703e758843a515d33cc78fdfec4f758ce6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use kill-this-buffer to kill notmuch emacs buffers</title>
<updated>2010-11-08T17:02:54Z</updated>
<author>
<name>Jameson Rollins</name>
<email>jrollins@finestructure.net</email>
</author>
<published>2010-11-06T20:49:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7171e77d4d1e83fdf9c7a56987b98bce3f181598'/>
<id>urn:sha1:7171e77d4d1e83fdf9c7a56987b98bce3f181598</id>
<content type='text'>
kill-this-buffer appears to be a function intended specifically for
use in the menu bar, and causes problem killing notmuch buffers when
multiple frames have been used.  This patch replaces kill-this-buffer
with notmuch-kill-this-buffer, which in turn just simply calls
(kill-buffer (current-buffer)).
</content>
</entry>
<entry>
<title>emacs: Fix notmuch-show-pipe-message to use notmuch-command variable</title>
<updated>2010-11-07T00:17:40Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2010-11-06T23:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c7189ed607f2715d60133743bf616011796c7e14'/>
<id>urn:sha1:c7189ed607f2715d60133743bf616011796c7e14</id>
<content type='text'>
Previously notmuch command name was hardcoded into this function,
which made remote use of pipe command impossible.
</content>
</entry>
<entry>
<title>Rename "notmuch cat" to "notmuch show --format=raw"</title>
<updated>2010-11-06T19:03:51Z</updated>
<author>
<name>Carl Worth</name>
<email>cworth@cworth.org</email>
</author>
<published>2010-11-06T19:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=81d3bd3670f570c9aeb7e1f3b317b86194ee4426'/>
<id>urn:sha1:81d3bd3670f570c9aeb7e1f3b317b86194ee4426</id>
<content type='text'>
This is part of an effort to avoid proliferation of excessive
top-level notmuch commands. Also, "raw" better captures the
functionality here, (as opposed to "cat" which is a fairly oblique
reference to a bad Unix abbreviation whose metaphor doesn't work here
since "notmuch cat" operates only on a single message and hence cannot
"con'cat'enate" anything).
</content>
</entry>
</feed>
