<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guile-email, branch v0.3.1</title>
<subtitle>Guile email parser</subtitle>
<id>http://git.systemreboot.net/guile-email/atom?h=v0.3.1</id>
<link rel='self' href='http://git.systemreboot.net/guile-email/atom?h=v0.3.1'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/'/>
<updated>2023-09-03T23:30:32+00:00</updated>
<entry>
<title>Release version 0.3.1.</title>
<updated>2023-09-03T23:30:32+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-09-03T23:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=3dbc5bced7d323cdd7a531ae46507cc9738662c7'/>
<id>urn:sha1:3dbc5bced7d323cdd7a531ae46507cc9738662c7</id>
<content type='text'>
* NEWS: Update.
* website/releases/guile-email-0.3.1.tar.lz,
website/releases/guile-email-0.3.1.tar.lz.asc: New files.
</content>
</entry>
<entry>
<title>email: Tolerate parentheses in display names.</title>
<updated>2023-09-03T17:01:05+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-09-03T17:01:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=900f720a7a0893f37f8c6b328f183e43086c1e52'/>
<id>urn:sha1:900f720a7a0893f37f8c6b328f183e43086c1e52</id>
<content type='text'>
* email/email.scm (define-atom-pattern): Support customization of the
atext pattern as well.
(define-phrase-pattern): New macro.
(obs-phrase): Define using define-phrase-pattern.
(liberal-atext, liberal-cfws-captured-atom,
liberal-cfws-captured-word, liberal-phrase): New patterns.
(display-name): Use liberal-phrase instead of phrase.
* tests/email.scm ("tolerate email addresses with parentheses in
name"): New test.
</content>
</entry>
<entry>
<title>Make repository a guix channel.</title>
<updated>2023-07-06T21:17:45+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-07-06T21:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=0701c48d1eb43fb09b0f9a465a8d805df3ec161b'/>
<id>urn:sha1:0701c48d1eb43fb09b0f9a465a8d805df3ec161b</id>
<content type='text'>
* .guix-authorizations, .guix-channel: New files.
* guix.scm: Convert to a symlink pointing to
.guix/guile-email-package.scm. Move original there.
* .guix/guile-email-package.scm: Convert into a module with public
packages.
</content>
</entry>
<entry>
<title>README: Thank Aleix Conchillo Flaqué for packaging.</title>
<updated>2023-01-21T01:56:21+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-21T01:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=7a5914b5f75095b8b80658633a35d77d085a8947'/>
<id>urn:sha1:7a5914b5f75095b8b80658633a35d77d085a8947</id>
<content type='text'>
* README.org (Contributors): Add Aleix Conchillo Flaqué.
</content>
</entry>
<entry>
<title>Makefile: Use install instead of cp and mkdir.</title>
<updated>2023-01-21T01:56:11+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-21T01:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=d0efe6b9363a1e704fb354a75d76b7f0f9130dc1'/>
<id>urn:sha1:d0efe6b9363a1e704fb354a75d76b7f0f9130dc1</id>
<content type='text'>
The cp on macOS does not support the --parents flag. Also, install
correctly replaces files when they already exist.

* Makefile (install): Use install instead of cp and mkdir.

Reported-by: Aleix Conchillo Flaqué &lt;aconchillo@gmail.com&gt;
</content>
</entry>
<entry>
<title>website: Add guile-email-0.3.0 release tarballs.</title>
<updated>2023-01-16T00:49:08+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-16T00:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=0b8980fea1d3e7612f1b4a6358744ca6449ed87f'/>
<id>urn:sha1:0b8980fea1d3e7612f1b4a6358744ca6449ed87f</id>
<content type='text'>
* website/releases/guile-email-0.3.0.tar.lz,
website/releases/guile-email-0.3.0.tar.lz.asc: New files.
</content>
</entry>
<entry>
<title>Revert "README: Declare that releases are only tagged in git from now on."</title>
<updated>2023-01-16T00:48:25+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-16T00:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=165391cc0ad8c084c2d97440ec9e7a8d1115e61c'/>
<id>urn:sha1:165391cc0ad8c084c2d97440ec9e7a8d1115e61c</id>
<content type='text'>
This reverts commit 5cc34d6be3daada501ff952fc9edf1ac04d9c24a. We go
back to releasing tarballs since tarballs are still important for
package managers other than Guix. e.g., homebrew.
</content>
</entry>
<entry>
<title>gitignore: Do not ignore release tarballs.</title>
<updated>2023-01-16T00:48:06+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-16T00:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=b75efd2910bed27536a60d4cea8eb079d1ca90d4'/>
<id>urn:sha1:b75efd2910bed27536a60d4cea8eb079d1ca90d4</id>
<content type='text'>
* .gitignore: Remove website. Add website/index.html and
website/manual.
</content>
</entry>
<entry>
<title>Makefile: Add release tarball generation rules.</title>
<updated>2023-01-16T00:36:09+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-11T23:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=595fe32e7680e75bca74addff27471138cfeb139'/>
<id>urn:sha1:595fe32e7680e75bca74addff27471138cfeb139</id>
<content type='text'>
* Makefile (version, GIT, GPG, LZIP, distribute_files, dist_archive):
New variables.
(dist, $(dist_archive), %.asc): New rules.
(.PHONY): Add dist.
</content>
</entry>
<entry>
<title>README: Declare that releases are only tagged in git from now on.</title>
<updated>2023-01-06T18:22:15+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2023-01-06T18:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/guile-email/commit/?id=5cc34d6be3daada501ff952fc9edf1ac04d9c24a'/>
<id>urn:sha1:5cc34d6be3daada501ff952fc9edf1ac04d9c24a</id>
<content type='text'>
* README.org (Download): Declare that releases are only tagged in git
from now on.
* build-aux/build-website.el (org-dblock-write:releases): Exclude
releases after and including v0.3.0.
</content>
</entry>
</feed>
