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

Re: new completion modifications



> 
> maildirectory=~/rootOfYourMHfolderTree
> 
> That should probably be converted to use a zstyle.

This doesn't seem to work.  I put:

[[ -d $HOME/Mail ]] && maildirectory=$HOME/Mail

in my .zshrc, before I do compinit, so _mutt and _mailboxes should have
it defined.

% echo $maildirectory
/home/slipcon/Mail
% mutt -f +inb<tab>
(nothing happens)
% scan +inb<tab>
(completes to +inbox/)


Any ideas?
Thanks for the help,

Scott 




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