ソースを参照

Create isync config folder if not present

pull/480/head
thehnm 4年前
コミット
9027c151c2
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      bin/mw

+ 1
- 0
bin/mw ファイルの表示

@@ -16,6 +16,7 @@ maildir="$HOME/.local/share/mail" # Location of mail storage
namere="^[a-z_][a-z0-9_-]*$" # Regex to ensure viable username
emailre=".\+@.\+\\..\+" # Regex to confirm valid email address
muttshare="$prefix/share/mutt-wizard"
[ -d "$HOME/.config/isync" ] && mkdir -p $HOME/.config/isync
mbsyncrc="$HOME/.config/isync/mbsyncrc"
mwconfig="$muttshare/mutt-wizard.muttrc"
cachedir="$HOME/.cache/mutt-wizard"


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