<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mutt-wizard/bin/mailsync, branch master</title>
<subtitle>[MIRROR] mutt-wizard by Luke Smith</subtitle>
<id>https://git.zelu.dev/mutt-wizard/atom?h=master</id>
<link rel='self' href='https://git.zelu.dev/mutt-wizard/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/'/>
<updated>2026-06-30T03:14:04Z</updated>
<entry>
<title>Merge pull request #1028 from jlucas8/error-handling</title>
<updated>2026-06-30T03:14:04Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2026-06-30T03:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=1b98bbc3be3252b1e37b86434ee9c209b8b4165f'/>
<id>urn:sha1:1b98bbc3be3252b1e37b86434ee9c209b8b4165f</id>
<content type='text'>
Handle sync errors (set exit code accordingly)</content>
</entry>
<entry>
<title>Replace head -n-1 with POSIX-compatible sed '$d'</title>
<updated>2025-11-03T17:06:29Z</updated>
<author>
<name>Erik Cervin-Edin</name>
<email>erik.cervin-edin@einride.tech</email>
</author>
<published>2025-11-03T16:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=3a36c660e17df6296b8f042772780764f0e9a7d2'/>
<id>urn:sha1:3a36c660e17df6296b8f042772780764f0e9a7d2</id>
<content type='text'>
The GNU-specific head -n-1 syntax causes errors on macOS/BSD systems.
Replaced with sed '$d' which is POSIX-compatible and achieves the same
result of removing the last line.
</content>
</entry>
<entry>
<title>handle sync errors</title>
<updated>2025-10-07T22:07:14Z</updated>
<author>
<name>João Lucas</name>
<email>jlucas@disroot.org</email>
</author>
<published>2025-10-07T22:07:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=3dc1ee678bd2631e23c93b5777cdfafb28da8f34'/>
<id>urn:sha1:3dc1ee678bd2631e23c93b5777cdfafb28da8f34</id>
<content type='text'>
- syncandnotify() aborts early if mbsync or mpop fails
- mailsync aborts early (exit code 1, before notmuch) if all syncs fail
</content>
</entry>
<entry>
<title>Merge pull request #976 from ivan-boikov/master</title>
<updated>2025-02-28T09:49:22Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:49:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=213afe1e8f84c0753d6d492c7997dce3dd87645b'/>
<id>urn:sha1:213afe1e8f84c0753d6d492c7997dce3dd87645b</id>
<content type='text'>
No mailsync with locked GPG key in non-interactive shells</content>
</entry>
<entry>
<title>Merge pull request #1003 from staticssleever668/fix_dash_subject</title>
<updated>2025-02-28T09:35:23Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:35:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=05fcf7b3e113e8b3975e023217caf83007adbf01'/>
<id>urn:sha1:05fcf7b3e113e8b3975e023217caf83007adbf01</id>
<content type='text'>
fix(mailsync): delimit notification text from flags</content>
</entry>
<entry>
<title>Merge branch 'master' into patch-1</title>
<updated>2025-02-28T09:34:51Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:34:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=ed946ef98beead0c0163cbe8568daa24b3ee68b0'/>
<id>urn:sha1:ed946ef98beead0c0163cbe8568daa24b3ee68b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #999 from jdujava/fix-multiline-subjects</title>
<updated>2025-02-28T09:31:28Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=ea8fef34387ca49765a76114e23098296dae2ac1'/>
<id>urn:sha1:ea8fef34387ca49765a76114e23098296dae2ac1</id>
<content type='text'>
Fix notifications for mails with multiline subject</content>
</entry>
<entry>
<title>fix(mailsync): delimit notification text from flags</title>
<updated>2024-09-18T19:35:49Z</updated>
<author>
<name>Yaroslav Chvanov</name>
<email>yaroslav.chvanov@gmail.com</email>
</author>
<published>2024-09-18T19:29:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=824feedc6889ae9630891c9b75e83b5387896838'/>
<id>urn:sha1:824feedc6889ae9630891c9b75e83b5387896838</id>
<content type='text'>
Fixes text being interpreted as flags when it starts with a dash.
Try sending yourself a letter with subject starting with '-'.
E.g. if subject is '-10%' fixes error:
&gt; Unknown option -10%
</content>
</entry>
<entry>
<title>Fix usages of mail/mails</title>
<updated>2024-09-02T11:01:46Z</updated>
<author>
<name>Jonas Dujava</name>
<email>jonas.dujava@gmail.com</email>
</author>
<published>2024-09-02T11:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=8e35e474c585adb428a88ff6da5e89754c49a448'/>
<id>urn:sha1:8e35e474c585adb428a88ff6da5e89754c49a448</id>
<content type='text'>
Signed-off-by: Jonas Dujava &lt;jonas.dujava@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix notifications for mails with multiline subject</title>
<updated>2024-09-02T10:50:37Z</updated>
<author>
<name>Jonas Dujava</name>
<email>jonas.dujava@gmail.com</email>
</author>
<published>2024-09-02T10:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=43eceb55364dc0e6b1bf35ff461f7c2554ff8e8e'/>
<id>urn:sha1:43eceb55364dc0e6b1bf35ff461f7c2554ff8e8e</id>
<content type='text'>
Signed-off-by: Jonas Dujava &lt;jonas.dujava@gmail.com&gt;
</content>
</entry>
</feed>
