mutt, spells and xinitrc keymap

This commit is contained in:
Frank Villaro-Dixon 2013-08-16 01:05:57 +02:00
parent a83dc5535b
commit f48466ca4a
8 changed files with 19 additions and 1 deletions

View file

@ -1,2 +1,3 @@
image/*; eog %s image/*; eog %s
text/html; lynx -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput text/html; lynx -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput
audio/*; vlc %s

View file

@ -40,4 +40,7 @@ set crypt_replysign
# automatically verify the sign of a message when opened # automatically verify the sign of a message when opened
set crypt_verify_sig=yes set crypt_verify_sig=yes
#For enigmail, or mails who don't have PGP/MIME header
message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' "exec check-traditional-pgp"
# vim: filetype=muttrc # vim: filetype=muttrc

View file

@ -94,7 +94,7 @@ source $alias_file
#macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook" #macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
#bind editor <Tab> complete-query #bind editor <Tab> complete-query
set date_format="%y-%m-%d %T" set date_format="%d-%m-%y %T"
set index_format="%2C | %Z [%d] %-30.30F (%-4.4c) %s" set index_format="%2C | %Z [%d] %-30.30F (%-4.4c) %s"
set sleep_time=0 set sleep_time=0

View file

@ -3,3 +3,5 @@ nocompatible
Villaro Villaro
UTC UTC
init init
i
printf

Binary file not shown.

View file

@ -6,3 +6,12 @@ F36914A
Enercoop Enercoop
exams exams
proba proba
stranger
should
to
read
our
them
encrypt
alu
EDF

Binary file not shown.

View file

@ -22,6 +22,9 @@ $OCTOPUS init-all
#Java #Java
wmname LG3D wmname LG3D
#Keyboard setup +compose key for "ǒ" for esperanto
setxkbmap -model pc104 -layout ch -variant fr -option compose:lwin
while true; do while true; do
$OCTOPUS refresh $OCTOPUS refresh
sleep 50 sleep 50