LukeSmithxyz / voidrice

My dotfiles (deployed by LARBS)
GNU General Public License v3.0
4.26k stars 1.22k forks source link

muttwizard cron doesnt work with larbs #1404

Open ewof opened 4 months ago

ewof commented 4 months ago

larbs sets the relevant env vars (PASSWORD_STORE_DIR and such) with XDG_DATA_DIR and mailsync doesnt look for that it's a one line fix in mailsync make line 24 "^\s*\(export \)\?\(XDG_DATA_HOME\|MBSYNCRC\|PASSWORD_STORE_DIR\|NOTMUCH_CONFIG\|GNUPGHOME\)=" \ (just adding XDG_DATA_HOME\ before the MBSYNCRC) i wanted to make the issue in mutt-wizard but maybe you want to change them here idk, last time mutt-wizard was touched was 8 months ago