#3975: Not plain/text /usr/share/doc/mutt/manual.txt.gz ---------------------+---------------------- Reporter: jaalto | Owner: mutt-dev Type: defect | Status: new Priority: major | Milestone: Component: mutt | Version: Resolution: | Keywords: ---------------------+----------------------
Comment (by jaalto): None Filename 0001-Drop-overstrike-option-to-make-plain-text- manual.txt.hg.patch could not be saved, problem: [Errno 13] Permission denied: '/home/mutt/trac/files/attachments/ticket/3d0/3d0caa63710cbc835fc65e2c2dfad93384b52fb8'\{{{ Patch to fix #3975 against Mutt mercurial tree as of: 2017-09-27 7170 e98ad5446640 Make cmd_parse_fetch() more precise about setting reopen/check flags. {{{ # HG changeset patch # User jari.aa...@cante.net # Date 1506607129 -10800 # Thu Sep 28 16:58:49 2017 +0300 # Node ID f14d325a00e775ba84d73335f85e5c33fa42d44e # Parent e98ad54466409d7cd8bd75027ba0be73f7811750 Drop overstrike option to make plain/text manual.txt Remove -with_backspaces from doc/Makefile.am call and use: lynx -dump -nolist -display_charset=us-ascii manual.html diff -r e98ad5446640 -r f14d325a00e7 doc/Makefile.am --- a/doc/Makefile.am Wed Sep 27 13:45:36 2017 -0700 +++ b/doc/Makefile.am Thu Sep 28 16:58:49 2017 +0300 @@ -109,7 +109,7 @@ check: manual.txt: manual.html - -LC_ALL=C lynx -dump -nolist -with_backspaces -display_charset=us- ascii manual.html > $@ || \ + -LC_ALL=C lynx -dump -nolist -display_charset=us-ascii manual.html > $@ || \ LC_ALL=C w3m -dump manual.html > $@ || \ LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > $@ }}} }}} [attachment:"0001-Drop-overstrike-option-to-make-plain-text- manual.txt.hg.patch"] -- Ticket URL: <https://dev.mutt.org/trac/ticket/3975#comment:6> Mutt <http://www.mutt.org/> The Mutt mail user agent