ソースを参照

double quotes in muttrc

tags/v3.1
Luke Smith 6年前
コミット
93dfd9c2e1
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      credentials/getmuttpass

+ 2
- 2
credentials/getmuttpass ファイルの表示

@@ -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\"

読み込み中…
キャンセル
保存