is it possible to go to the folders via the sidebar?

Cameron Simpson cs at cskk.id.au
Thu Oct 29 05:24:49 UTC 2020


On 29Oct2020 16:21, Cameron Simpson <cs at cskk.id.au> wrote:
>Also, being a shell script makes it easier to clean up the paths too:
>
>    #!/bin/sh
>    cd "$HOME/Maildir"
>    find * -type d \( \( -name tmp -o -name new -o -name cur \) -prune \) -o -exec ismaildir {} ';' -print
>
>No stripping, just cd to the top directory and print relative paths.

Just to followup to myself, you probably them only need to pipe that 
through:

    sed 's/^/=/'

to put the required prefix on the front.

Cheers,
Cameron Simpson <cs at cskk.id.au>


More information about the Mutt-users mailing list