On Sat, Aug 10, 2019 at 02:20:32PM +0200, Oliver Graute wrote:
folder-hook ^pop 'set read_inc=1'

See <http://www.mutt.org/doc/manual/#mailbox-hook>

The ^ is being interpreted as a mailbox shortcut, not "beginning of string". Instead you can try enclosing the regexp in parenthesis:
  folder-hook (^pop) 'set read_inc=1'

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to