Explorar el Código

no bin

tags/v3.1
Luke Smith hace 5 años
padre
commit
148cc7e832
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4C50B54A911F6252
Se han modificado 2 ficheros con 3 adiciones y 5 borrados
  1. +0
    -2
      bin/mw
  2. +3
    -3
      mailcap

mw → bin/mw Ver fichero

@@ -1,7 +1,5 @@
#!/bin/sh
muttdir="$HOME/.config/mutt" # Main mutt config location
bindir="$HOME/.config/mutt/bin" # Location of scripts run by mutt or the wizard
[ ! -f "$muttdir/domains.csv" ] || [ ! -d "$bindir" ] && printf "Read the README. Be sure to put the repo in the right place before running.\\n" && exit 1
[ ! -f "$HOME/.password-store/.gpg-id" ] && printf "\`pass\` must be installed and initialized to encrypt passwords.\\nBe sure it is installed and run \`pass init <yourgpgemail>\`.\\nIf you don't have a GPG public private key pair, run \`gpg --full-gen-key\` first.\\n" && exit
accdir="$muttdir/accounts" # Directory for account settings
maildir="$HOME/.local/share/mail" # Location of mail storage

bin/mailcap → mailcap Ver fichero

@@ -1,7 +1,7 @@
text/plain; vim %s ;
text/html; ~/.config/mutt/bin/openfile %s ;
text/html; openfile %s ;
text/html; w3m -I %{charset} -T text/html; copiousoutput;
image/*; ~/.config/mutt/bin/muttimage %s ; copiousoutput
image/*; muttimage %s ; copiousoutput
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; ~/.config/mutt/bin/openfile %s ;
application/pdf; openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;

Cargando…
Cancelar
Guardar