Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: mailpath issues



On Mar 29,  2:29am, Nikolai Weibull wrote:
}
}   mailpath=(~/.maildir)
}   for p in $mailpath; do
}     for subp in $p/.*(/); do
}       mailpath+=$subp
}     done
}   done

mailpath=(~/.maildir ~/.maildir/**/.*(/D))

or

mailpath=( ~/.maildir/**/cur/.(/D:h:h) )



Messages sorted by: Reverse Date, Date, Thread, Author