<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mutt-wizard.git/bin, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/'/>
<entry>
<title>-x option fixed, fix #1014</title>
<updated>2025-04-11T06:26:40+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-04-11T06:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=b7b7f21d692048f34287615312ebc9385cd3c378'/>
<id>b7b7f21d692048f34287615312ebc9385cd3c378</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>properly create imapnotify dir</title>
<updated>2025-04-11T06:09:27+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-04-11T06:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=0f9cf65e104f04ab8b17dbd80c96646332fcb9bf'/>
<id>0f9cf65e104f04ab8b17dbd80c96646332fcb9bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unary operator expected error</title>
<updated>2025-03-31T15:41:38+00:00</updated>
<author>
<name>Adrien Czerny</name>
<email>adrien.czerny@moo.com</email>
</author>
<published>2025-03-31T15:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=d0dfcc3c27547e62bd55193b91a6a84344873d2c'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fix #993"</title>
<updated>2025-03-06T18:14:59+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-06T18:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=943b45340ce6d0249e1e8fc608718a13045584d3'/>
<id>943b45340ce6d0249e1e8fc608718a13045584d3</id>
<content type='text'>
This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 883e570d6db7ba62febd97598902752a4c28d3ca.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #993</title>
<updated>2025-03-06T12:24:37+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-06T12:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=883e570d6db7ba62febd97598902752a4c28d3ca'/>
<id>883e570d6db7ba62febd97598902752a4c28d3ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more robust mbsync check, close #956</title>
<updated>2025-03-04T18:03:35+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-04T18:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=cfc06f891d54250c6025eda301ce4c5cac220255'/>
<id>cfc06f891d54250c6025eda301ce4c5cac220255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use lmdb if available, close #950</title>
<updated>2025-03-04T17:49:51+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-03-04T17:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=31589ada9260c83b4229a48e1d547e681d71e097'/>
<id>31589ada9260c83b4229a48e1d547e681d71e097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #976 from ivan-boikov/master</title>
<updated>2025-02-28T09:49:22+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=213afe1e8f84c0753d6d492c7997dce3dd87645b'/>
<id>213afe1e8f84c0753d6d492c7997dce3dd87645b</id>
<content type='text'>
No mailsync with locked GPG key in non-interactive shells</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No mailsync with locked GPG key in non-interactive shells</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2025-02-28T09:48:14+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=650794bb1d20c3f7e8d3dfc0fc9a7add8519c5f3'/>
<id>650794bb1d20c3f7e8d3dfc0fc9a7add8519c5f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1003 from staticssleever668/fix_dash_subject</title>
<updated>2025-02-28T09:35:23+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2025-02-28T09:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=05fcf7b3e113e8b3975e023217caf83007adbf01'/>
<id>05fcf7b3e113e8b3975e023217caf83007adbf01</id>
<content type='text'>
fix(mailsync): delimit notification text from flags</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(mailsync): delimit notification text from flags</pre>
</div>
</content>
</entry>
</feed>
