[MacPorts] #59707: neomutt @20191111_0+gdbm+idn+mutt does not read header cache properly

MacPorts noreply at macports.org
Sat Aug 8 02:48:17 UTC 2020


#59707: neomutt @20191111_0+gdbm+idn+mutt does not read header cache properly
----------------------+------------------------
  Reporter:  arappe   |      Owner:  lbschenkel
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.6.2
Resolution:           |   Keywords:
      Port:  neomutt  |
----------------------+------------------------

Comment (by arappe):

 Dear Leonardo,
 I now find that the latest version works as advertised, providing header
 and body caching.
   neomutt @20200626_1+gdbm+gpgme+idn+mutt (active)
 I changed the cache configuration statements in .muttrc to exactly match
 the working ones (gmail and INBOX subdirectory).
 Here are my only changes to .muttrc:

 diff .muttrc_new .muttrc_old

 =================================================

 25,27c25,27


 < set header_cache=~/.mutt/cache/headers

 < set message_cachedir=~/.mutt/cache/bodies

 < set certificate_file=~/.mutt/certificates

 ---

 > set header_cache=~/.mutt-hcache/cache/headers

 > #set message_cachedir=~/.mutt-hcache/cache/bodies

 > set certificate_file=~/.mutt-hcache/certificates

 86c86

 < set index_format="%4c %6C %Z %d %-20.20F %s"

 ---

 > set index_format="%c %3C %Z %d %-20.20F %s"

 272c272


 < # set header_cache="~/.muttheaders3"

 ---

 > set header_cache="~/.muttheaders3"

 275,276d274

 <

 < mailboxes       = +INBOX

 =================================================

 Previously the header caching was going to .muttheaders3 and I wasn't
 doing body caching.
 I'm not sure what was wrong with the old config file. But these small
 changes got me back to work.
 Thank you for your help and interest!

 Andrew

-- 
Ticket URL: <https://trac.macports.org/ticket/59707#comment:8>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list