mblaze: clean up README

This commit is contained in:
John McQuah 2024-09-17 11:26:33 +00:00
parent 8c3726c15f
commit e5dfbdb25c
3 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxHNDp5cIq3z0Hq05b/H23PsaPom2rEXh6YDamOCgCrH2fg52Q7S5kKmGRYF9w9aF2sJXZ55WCaIW/B28wBenJAo=
RWTTPlFarK9CxI+q0qAm9P1pGHr0gKS7gpu2MQgA+5oZvnIZYw2erLuT37MXhj53dMUuXnqTfbJh5RWmR6bL2G3RwveBqsuCAA0=
SHA256 (Pkgfile) = c4b5420cea23e80cf8155289ce3b35b199a1a9b939e9c7c92c2eba3e8fefddbf
SHA256 (.footprint) = 6fc746ca88bb316e98fd2525578806717913e4d9da14730deb9b20e4d6bb93ca
SHA256 (mblaze-1.3.tar.gz) = db2c7bdc37eb2f6ac07263232b1d70d733edfa709cdef87db63aaec4fe64da3c
SHA256 (mcom.patch) = 685d3f6209227a88f50610d92cb52c1e5c16bd7db964c9067c367aa8374e9273
SHA256 (mcom.patch) = 268e180749d82e141b91bb06fbc5d8a647e302a6f304431e59391e1bdbbe46ab
SHA256 (mdeliver.patch) = a39d6ec139f5a7401a44eedd7c616bcfec22bfa4bb70ae2e79a79655338132ea
SHA256 (mmime.patch) = ea2c9fcade620ac7dad144f40554d455e0961168a3b193d97241e62e4df9f5dc
SHA256 (mdelete.1) = 3cf71d8227dbefe66273d5caf4096a271b10c81f81775b42d707ab93aa8a36c3

View File

@ -1,8 +1,8 @@
If you use the patched mmime to generate format=flowed emails, the
following code added to ~/.vimrc will give you a quick visual check that
the trailing whitespace is in the right place. Adjust the last two
autocommands if you configured a different maildir for drafts of outgoing
messages.
Set LANG to something other than "en_*" if you want to keep the original
design, quoted-printable encoding, instead of this repository's preference,
format=flowed. The patched mmime.c is best accompanied by adjustments in
your editor to ensure that trailing whitespace is in the right place. For
example, in ~/.vimrc:
function! FixIndented()
" remove spaces at end of indented lines

View File

@ -22,7 +22,7 @@
fi
+ outbox=$(mhdr -h outbox "$MBLAZE/profile" | sed "s:^~/:$HOME/:")
+ anyout=$(basename $outbox)
+ if [ -n "$(dirname "$draft" | grep -q "$anyout/cur$")" ]; then
+ if [ -n "$(dirname "$draft" | grep "$anyout/cur$")" ]; then
+ newdraft=$(true | mdeliver -v -c -XD "$outbox")
+ if [ -z "$newdraft" ]; then
+ printf '%s\n' "$0: failed to load draft for editing." 1>&2