ソースを参照

fix #713, don't detect non-inbox as inbox

tags/v3.3
Luke Smith 3年前
コミット
39cc3a7e37
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4C50B54A911F6252
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/mw

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

@@ -236,7 +236,7 @@ getboxes() { if [ -n "${force+x}" ] ; then
*[Jj][Uu][Nn][Kk]*) formatShortcut j junk "$x" ;;
*[Aa][Rr][Cc][Hh][Ii][Vv][Ee]*) formatShortcut a archive "$x" ;;
*[Ss][Pp][Aa][Mm]*) formatShortcut S spam "$x" ;;
*[Ii][Nn][Bb][Oo][Xx]*) formatShortcut i inbox "$x"; setBox spoolfile "$x" inbox="$x" ;;
*[Ii][Nn][Bb][Oo][Xx]) formatShortcut i inbox "$x"; setBox spoolfile "$x" inbox="$x" ;;
esac
done
}


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