This website works better with JavaScript.
Home
Explore
Help
Sign In
adrian
/
mutt-wizard
mirror of
https://github.com/LukeSmithxyz/mutt-wizard.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
double quotes in muttrc
tags/v3.1
Luke Smith
6 years ago
parent
eaa224d010
commit
93dfd9c2e1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
credentials/getmuttpass
+ 2
- 2
credentials/getmuttpass
View File
@@ -1,5 +1,5 @@
#!/bin/bash
pass=$(gpg2 --decrypt --quiet ~/.config/mutt/credentials/$1.gpg)
pass=$(printf '%q' $pass)
echo set smtp_pass=\
'$pass\'
echo set imap_pass=\
'$pass\'
echo set smtp_pass=\
"$pass\"
echo set imap_pass=\
"$pass\"
Write
Preview
Loading…
Cancel
Save