<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/vim/notmuch.vim, branch 0.34</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.34</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.34'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2021-04-27T23:34:53Z</updated>
<entry>
<title>Revert "Vim: Ensure that every queries respect excluded tags"</title>
<updated>2021-04-27T23:34:53Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2021-04-27T23:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b34bc7c7895814da33a6df2f056ec32bc18e59ae'/>
<id>urn:sha1:b34bc7c7895814da33a6df2f056ec32bc18e59ae</id>
<content type='text'>
This reverts commit 0998fa9a09387b622d770fc8c5f780a951b0cf2a.

per id:CAMP44s2k+fthVXCS9R9kQRzzwWbnS7RAcKg1Q0m6q5Ybzdm71Q@mail.gmail.com
</content>
</entry>
<entry>
<title>Vim: Ensure that every queries respect excluded tags</title>
<updated>2021-04-26T23:20:57Z</updated>
<author>
<name>Jules Aguillon</name>
<email>juloo.dsi@gmail.com</email>
</author>
<published>2021-02-16T23:43:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0998fa9a09387b622d770fc8c5f780a951b0cf2a'/>
<id>urn:sha1:0998fa9a09387b622d770fc8c5f780a951b0cf2a</id>
<content type='text'>
This makes sure that the bug solved by the previous commit won't happen again
and remove some dupplication.
This shouldn't have any side effect.
</content>
</entry>
<entry>
<title>Vim: Respect excluded tags when showing a thread</title>
<updated>2021-04-26T23:16:12Z</updated>
<author>
<name>Jules Aguillon</name>
<email>juloo.dsi@gmail.com</email>
</author>
<published>2021-02-16T23:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c3c74621fa8a6ee2f5ca6a06ca1eb32e20227e65'/>
<id>urn:sha1:c3c74621fa8a6ee2f5ca6a06ca1eb32e20227e65</id>
<content type='text'>
Other queries have exclude_tags taken into account but this one.
This is annoying when using an excluded tag to ignore past messages from a
thread (for example the 'deleted' tag), the entire thread is shown all the
time.
</content>
</entry>
<entry>
<title>vim: fix Mail 2.8.0 warning</title>
<updated>2021-04-26T23:06:13Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2021-04-18T22:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8af4cd160ab1fe63d79a2b6b16833b9020f1c6c0'/>
<id>urn:sha1:8af4cd160ab1fe63d79a2b6b16833b9020f1c6c0</id>
<content type='text'>
  Passing an unparsed header field to Mail::Field.new is deprecated and will be removed in Mail 2.8.0. Use Mail::Field.parse instead.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>VIM: Improve performance of folders_render</title>
<updated>2015-01-23T17:18:54Z</updated>
<author>
<name>Franz Fellner</name>
<email>alpine.art.de@gmail.com</email>
</author>
<published>2015-01-22T20:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ce9f559b8642e0cc2eaffbf9dea9b3cbd46ee30d'/>
<id>urn:sha1:ce9f559b8642e0cc2eaffbf9dea9b3cbd46ee30d</id>
<content type='text'>
Simply use query.count_[messages,threads] instead of actually running
the query and using the count attribute of the result set.
</content>
</entry>
<entry>
<title>VIM: Respect exclude_tags specified in .notmuch-config</title>
<updated>2015-01-22T19:34:31Z</updated>
<author>
<name>Franz Fellner</name>
<email>alpine.art.de@gmail.com</email>
</author>
<published>2015-01-22T12:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9d4ff29ad86e24d0cc3500ca1d0ef2ab91cde222'/>
<id>urn:sha1:9d4ff29ad86e24d0cc3500ca1d0ef2ab91cde222</id>
<content type='text'>
Exclude mails tagged with any tag specified in 'notmuch config get
search.exclude_tags' in folders list and search list.
</content>
</entry>
<entry>
<title>VIM: Make starting in 'insert' mode for compose optional</title>
<updated>2014-10-21T08:24:52Z</updated>
<author>
<name>Ian Main</name>
<email>imain@stemwinder.org</email>
</author>
<published>2014-10-01T17:11:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4a1ccfedd99de3571d2630dc277ef5b80f9061f7'/>
<id>urn:sha1:4a1ccfedd99de3571d2630dc277ef5b80f9061f7</id>
<content type='text'>
This adds a variable to make starting in insert mode optional when
composing and replying to emails.  I found it unusual to be started in
insert mode so I thought I'd make it optional as others may find this as
well.

    Ian
</content>
</entry>
<entry>
<title>VIM: Use notmuch CLI for config</title>
<updated>2014-10-21T08:22:44Z</updated>
<author>
<name>Ian Main</name>
<email>imain@stemwinder.org</email>
</author>
<published>2014-10-02T23:47:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e0ce86119cbae520728c6812c021315a885f52ce'/>
<id>urn:sha1:e0ce86119cbae520728c6812c021315a885f52ce</id>
<content type='text'>
This patch switches from reading .notmuch-config directly to using
the CLI the same way that emacs does it.  It actually uses less code
and is probably less error prone.

    Ian
</content>
</entry>
<entry>
<title>vim: improve the way messages are sent</title>
<updated>2014-05-02T21:00:22Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2014-05-01T22:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cc8c213bbc9572fa96c1b384225b69136a3fd0e4'/>
<id>urn:sha1:cc8c213bbc9572fa96c1b384225b69136a3fd0e4</id>
<content type='text'>
We want the proper encoding and content-type to be set when sending the
mail, but human-readable plain-text for composing. So split the code in
two parts: the presentation and the transport conversion.

This fixes an issue while sending non-ascii mails to strict servers; the
mail needs to be encoded.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>vim: make the html handler configurable</title>
<updated>2014-05-02T20:59:58Z</updated>
<author>
<name>Paul Roberts</name>
<email>pmr@stelo.org.uk</email>
</author>
<published>2014-05-01T22:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=468deca60c062b6b3085ff1de41647f41cd6abd1'/>
<id>urn:sha1:468deca60c062b6b3085ff1de41647f41cd6abd1</id>
<content type='text'>
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
</feed>
