LukeSmithxyz / mutt-wizard

A system for automatically configuring mutt and isync with a simple interface and safe passwords
GNU General Public License v3.0
2.39k stars 382 forks source link

Moved passwords in pass - Now unsure how to update in mw #961

Closed ryspace closed 10 months ago

ryspace commented 10 months ago

In an attempt to have pass be better organized, I moved my email passwords to root/email/email@domain.xyz - I hadn't thought far enough ahead to realize that my neomutt setup wouldn't be able to find them.

Where do I (can I?) update my config to reflect the new location of the pass gpg files?

LukeSmithxyz commented 10 months ago

You'll need to edit the ~/.msmtprc (find the passwordeval line) to send mail, and then ~/.config/mbsync/config to be able to download and sync mail (see the PassCmd line).

ryspace commented 10 months ago

Got it. Just FYI - not sure if I have a weird config or something, but my files were ~/.mbsyncrc and ~/.config/msmtp/config - just for the sake of posterity if someone comes along later and sees this.

Thanks as always for mutt wizard and your support, Luke.