Ver a proveniência

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

tags/v3.3
Luke Smith há 3 anos
ascendente
cometimento
39cc3a7e37
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4C50B54A911F6252
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Ver ficheiro

@@ -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
}


Carregando…
Cancelar
Guardar