Mutt configuration
This commit is contained in:
11
.mutt/gmail-password.sh
Executable file
11
.mutt/gmail-password.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
USER=$1
|
||||
|
||||
if [ -z $USER ]; then
|
||||
USER="gutierrez.aaron.m@gmail.com"
|
||||
fi
|
||||
|
||||
PWORD=$(security find-generic-password -a "$USER" -s mutt-gmail -w)
|
||||
|
||||
echo "set imap_user=\"$USER\""
|
||||
echo "set imap_pass=\"$PWORD\""
|
||||
2
.mutt/mailcap
Normal file
2
.mutt/mailcap
Normal file
@@ -0,0 +1,2 @@
|
||||
text/html; w3m -I %{charset} -T text/html; copiousoutput;
|
||||
image/*; open %s;
|
||||
Reference in New Issue
Block a user