Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mailcheck: allow users to have variables in $MBLAZE/profile
Fixes issue haqistan#1 by adding a new function to query option in the user profile. Thi version is both more robust and reliable when a user uses variables (like $HOME, $BLAZE or anything else) in his profile to specify path to commands or files. With this patch, user can now have this: MailCheckIndexCommand: mairix -f $MBLAZE/mairixrc It will be automatically transformed as: mairix -f /whatever/path/to/file/mairixrc at runtime. All the options are now using getmblazeopt to be filled. This commit is replacing 517694b
- Loading branch information