<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mutt-wizard.git/Makefile, 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>cleanup Makefile</title>
<updated>2023-12-28T21:00:37+00:00</updated>
<author>
<name>Randy Palamar</name>
<email>randy@rnpnr.xyz</email>
</author>
<published>2023-12-28T20:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=77647d101d445331cdf0544ec18f4517031993d2'/>
<id>77647d101d445331cdf0544ec18f4517031993d2</id>
<content type='text'>
* OS variable was unused
* ifndef section is not needed since
  "make PREFIX=... MANPREFIX=..." overwrites
  whatever is set there
* notdir is a GNU specific function (not POSIX) and doesn't do
  anything in this case
* "sed -i" is not POSIX and pointless if pipes are used correctly
* the "if" block can be removed since "sed" can also be used to
  copy files to the destination.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* OS variable was unused
* ifndef section is not needed since
  "make PREFIX=... MANPREFIX=..." overwrites
  whatever is set there
* notdir is a GNU specific function (not POSIX) and doesn't do
  anything in this case
* "sed -i" is not POSIX and pointless if pipes are used correctly
* the "if" block can be removed since "sed" can also be used to
  copy files to the destination.
</pre>
</div>
</content>
</entry>
<entry>
<title>actually install zsh completion</title>
<updated>2023-03-10T15:14:36+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2023-03-10T15:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=a4e90d2c6f7d92f6c72fbbfcf377ab9d1829996e'/>
<id>a4e90d2c6f7d92f6c72fbbfcf377ab9d1829996e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use template files</title>
<updated>2023-02-13T22:24:03+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2023-02-13T22:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=37ba3b7b8d6c7e092e1744bf596bb89087d0e7be'/>
<id>37ba3b7b8d6c7e092e1744bf596bb89087d0e7be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openfile to lib</title>
<updated>2022-04-30T13:57:57+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2022-04-30T13:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=4911a7eff3471a144f7ea590bf6936cbd51d5689'/>
<id>4911a7eff3471a144f7ea590bf6936cbd51d5689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mailsync manual per debian requirements</title>
<updated>2022-04-29T19:11:16+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2022-04-29T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=5ae4758790603dc28a3a1bf8c21a991850b892ab'/>
<id>5ae4758790603dc28a3a1bf8c21a991850b892ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openfile moved to lib, not for sole running</title>
<updated>2022-04-29T18:49:11+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2022-04-29T18:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=480fc82f9b7f222c5fdf5da43e22a1518899aa8f'/>
<id>480fc82f9b7f222c5fdf5da43e22a1518899aa8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hardcode mailbox names. don't remake shortcuts.</title>
<updated>2021-09-24T02:18:54+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-09-24T02:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=bd0075898ae441bb5e59f83d8b34df68b55aafb3'/>
<id>bd0075898ae441bb5e59f83d8b34df68b55aafb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #691, fix #689, fix #690</title>
<updated>2021-09-23T17:06:17+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-09-23T17:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=e8458ace20a1e553df1c6249b9ef27234dd2aafd'/>
<id>e8458ace20a1e553df1c6249b9ef27234dd2aafd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>close #705 and avoid loops</title>
<updated>2021-05-04T14:45:42+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-05-04T14:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=f7c317169f79497f5910f21dfeb181d6616a5be3'/>
<id>f7c317169f79497f5910f21dfeb181d6616a5be3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>makefile fix</title>
<updated>2021-01-01T18:32:41+00:00</updated>
<author>
<name>Luke Smith</name>
<email>luke@lukesmith.xyz</email>
</author>
<published>2021-01-01T18:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/mutt-wizard.git/commit/?id=22acbeb3e5146ae9d04398169b4fb4aa57587804'/>
<id>22acbeb3e5146ae9d04398169b4fb4aa57587804</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
