<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mutt-wizard/bin/mw, 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-07-18T11:18:26Z</updated>
<entry>
<title>Added --proxy to curl and updated the help info and the man page to display the practical use</title>
<updated>2026-07-18T11:18:26Z</updated>
<author>
<name>mojtabavahidinasab</name>
<email>mojtabavahidinasab@grrlz.net</email>
</author>
<published>2026-07-18T11:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=ade5d0cd7f991556287402cd492c00464e4d1c97'/>
<id>urn:sha1:ade5d0cd7f991556287402cd492c00464e4d1c97</id>
<content type='text'>
of proxy
</content>
</entry>
<entry>
<title>Fix .conf to .yaml in goimapnotify config file</title>
<updated>2025-07-02T21:07:34Z</updated>
<author>
<name>Carlos Lobo</name>
<email>86011416+CarlosLoboxyz@users.noreply.github.com</email>
</author>
<published>2025-07-02T21:07:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=d943b92fa9a683b09c18f130e99af34ab51c3c3a'/>
<id>urn:sha1:d943b92fa9a683b09c18f130e99af34ab51c3c3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-x option fixed, fix #1014</title>
<updated>2025-04-11T06:26:40Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-04-11T06:26:40Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=b7b7f21d692048f34287615312ebc9385cd3c378'/>
<id>urn:sha1:b7b7f21d692048f34287615312ebc9385cd3c378</id>
<content type='text'>
</content>
</entry>
<entry>
<title>properly create imapnotify dir</title>
<updated>2025-04-11T06:09:27Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-04-11T06:09:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=0f9cf65e104f04ab8b17dbd80c96646332fcb9bf'/>
<id>urn:sha1:0f9cf65e104f04ab8b17dbd80c96646332fcb9bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unary operator expected error</title>
<updated>2025-03-31T15:41:38Z</updated>
<author>
<name>Adrien Czerny</name>
<email>adrien.czerny@moo.com</email>
</author>
<published>2025-03-31T15:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=d0dfcc3c27547e62bd55193b91a6a84344873d2c'/>
<id>urn:sha1:d0dfcc3c27547e62bd55193b91a6a84344873d2c</id>
<content type='text'>
On my system running any `mw` command after a fresh install from the AUR, I get:

```
/usr/bin/mw: line 37: [: 1.5: unary operator expected
```

Now the script doesn't error per-se but it does set the `master` and `slave`
variables to wrong values. I'm also not sure how this wasn't raised before;
maybe that's a new bash version thing? I'm on 5.2.37.

Anyway I faffed around trying to fix this, in particular with the `-gt` operator
but it turned out that properly comparing float numbers is a pain in the butt in
bash. I found solutions using `bc` which I thought were weird.

To keep things simple I ended up doing a little substitution on the dot `.`
character and turned these nasty floats into integers, along with using the
`-gt` operator which did the trick on my system. May be unorthodox so feedback
is more than welcome.

Thank you for the great software by the way, lots of gratitude for your work.
</content>
</entry>
<entry>
<title>Revert "fix #993"</title>
<updated>2025-03-06T18:14:59Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-06T18:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=943b45340ce6d0249e1e8fc608718a13045584d3'/>
<id>urn:sha1:943b45340ce6d0249e1e8fc608718a13045584d3</id>
<content type='text'>
This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca.
</content>
</entry>
<entry>
<title>fix #993</title>
<updated>2025-03-06T12:24:37Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-06T12:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=883e570d6db7ba62febd97598902752a4c28d3ca'/>
<id>urn:sha1:883e570d6db7ba62febd97598902752a4c28d3ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more robust mbsync check, close #956</title>
<updated>2025-03-04T18:03:35Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-04T18:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=cfc06f891d54250c6025eda301ce4c5cac220255'/>
<id>urn:sha1:cfc06f891d54250c6025eda301ce4c5cac220255</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use lmdb if available, close #950</title>
<updated>2025-03-04T17:49:51Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-04T17:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=31589ada9260c83b4229a48e1d547e681d71e097'/>
<id>urn:sha1:31589ada9260c83b4229a48e1d547e681d71e097</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2025-02-28T09:48:14Z</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zelu.dev/mutt-wizard/commit/?id=650794bb1d20c3f7e8d3dfc0fc9a7add8519c5f3'/>
<id>urn:sha1:650794bb1d20c3f7e8d3dfc0fc9a7add8519c5f3</id>
<content type='text'>
</content>
</entry>
</feed>
