Re: mailbox shortcut '^' is unset

2019-08-11 Thread Oliver Graute
On 10/08/19, Kevin J. McCarthy wrote:
> On Sat, Aug 10, 2019 at 02:20:32PM +0200, Oliver Graute wrote:
> >folder-hook ^pop 'set read_inc=1'
> 
> See 
> 
> 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'

Thx for this hint. This solved the issue.

Best Regards,

Oliver


signature.asc
Description: PGP signature


Re: mailbox shortcut '^' is unset

2019-08-10 Thread Kevin J. McCarthy

On Sat, Aug 10, 2019 at 02:20:32PM +0200, Oliver Graute wrote:

folder-hook ^pop 'set read_inc=1'


See 

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


signature.asc
Description: PGP signature