nothing..
This commit is contained in:
parent
65ae518888
commit
32cebf7f55
4 changed files with 24 additions and 24 deletions
2
bashrc
2
bashrc
|
@ -118,6 +118,8 @@ alias ssh='ssh-add -l >/dev/null || ssh-add ~/.ssh/id_rsa.auth && unalias ssh; s
|
||||||
alias upkey='gpg --keyserver subkeys.pgp.net --send-key 6F36914A'
|
alias upkey='gpg --keyserver subkeys.pgp.net --send-key 6F36914A'
|
||||||
alias shm='cd /dev/shm'
|
alias shm='cd /dev/shm'
|
||||||
|
|
||||||
|
alias ip6='ip -6'
|
||||||
|
|
||||||
#MONITOR_PATH=~/Programmation/Utils/monitor.sh
|
#MONITOR_PATH=~/Programmation/Utils/monitor.sh
|
||||||
#alias dual='$MONITOR_PATH dual'
|
#alias dual='$MONITOR_PATH dual'
|
||||||
#alias laptop='$MONITOR_PATH laptop'
|
#alias laptop='$MONITOR_PATH laptop'
|
||||||
|
|
1
mailcap
1
mailcap
|
@ -1,3 +1,4 @@
|
||||||
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
|
audio/*; vlc %s
|
||||||
|
application/pdf; evince %s
|
||||||
|
|
40
mutt/muttrc
40
mutt/muttrc
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
############################
|
############################
|
||||||
##### ATTENTION - /!\ ######
|
##### ATTENTION - /!\ ######
|
||||||
# Fichier sur git, #
|
# Fichier sur git, #
|
||||||
|
@ -9,13 +7,22 @@
|
||||||
############################
|
############################
|
||||||
|
|
||||||
|
|
||||||
set imap_user = "frank_mail"
|
|
||||||
|
|
||||||
# Keep IMAP connection alive by polling intermittently (time in seconds).
|
|
||||||
set imap_keepalive = 300
|
|
||||||
set smtp_url = "smtp://frank_mail@villaro-dixon.eu:587/"
|
|
||||||
set from = "Frank@Villaro-Dixon.eu"
|
set from = "Frank@Villaro-Dixon.eu"
|
||||||
set realname = "Frank Villaro-Dixon"
|
set realname = "Frank Villaro-Dixon"
|
||||||
|
set smtp_url = "smtp://frank_mail@villaro-dixon.eu:587/"
|
||||||
|
|
||||||
|
set imap_user = "frank_mail"
|
||||||
|
set folder = "imaps://villaro-dixon.eu:993"
|
||||||
|
# Keep IMAP connection alive by polling intermittently (time in seconds).
|
||||||
|
set imap_keepalive = 300
|
||||||
|
set spoolfile = "+INBOX"
|
||||||
|
mailboxes =INBOX =UNIGE =SPAM =BITFLIP
|
||||||
|
#Bien ajouter le "+" devant !!!
|
||||||
|
set postponed = "+Drafts"
|
||||||
|
# Where to save sent messages ?
|
||||||
|
set record = "+Sent"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##Passwords:
|
##Passwords:
|
||||||
####source "gpg -d ~/.mutt/passwords.gpg |"
|
####source "gpg -d ~/.mutt/passwords.gpg |"
|
||||||
|
@ -25,17 +32,6 @@ source "~/.mutt/unlock-pass.sh |"
|
||||||
#set editor = "vim"
|
#set editor = "vim"
|
||||||
set editor="$HOME/.mutt/killsig %s; /usr/bin/vim %s"
|
set editor="$HOME/.mutt/killsig %s; /usr/bin/vim %s"
|
||||||
|
|
||||||
# Basic config, you can leave this as is
|
|
||||||
set folder = "imaps://villaro-dixon.eu:993"
|
|
||||||
set spoolfile = "+INBOX"
|
|
||||||
mailboxes =INBOX =UNIGE =SPAM =BITFLIP
|
|
||||||
|
|
||||||
#Bien ajouter le "+" devant !!!
|
|
||||||
set postponed = "+Drafts"
|
|
||||||
# Where to save sent messages ?
|
|
||||||
|
|
||||||
set record = "+Sent"
|
|
||||||
|
|
||||||
set imap_check_subscribed
|
set imap_check_subscribed
|
||||||
|
|
||||||
# Allow Mutt to open new imap connection automatically.
|
# Allow Mutt to open new imap connection automatically.
|
||||||
|
@ -44,6 +40,7 @@ set hostname = villaro-dixon.eu
|
||||||
#how often to check
|
#how often to check
|
||||||
set mail_check = 120
|
set mail_check = 120
|
||||||
bind index "^" imap-fetch-mail
|
bind index "^" imap-fetch-mail
|
||||||
|
unset mark_old #Do not mark new messages as old after closing mutt
|
||||||
set beep_new
|
set beep_new
|
||||||
|
|
||||||
set timeout = 300
|
set timeout = 300
|
||||||
|
@ -55,6 +52,7 @@ set include
|
||||||
set sort = 'threads'
|
set sort = 'threads'
|
||||||
set sort_aux = 'reverse-last-date-received'
|
set sort_aux = 'reverse-last-date-received'
|
||||||
set auto_tag = yes
|
set auto_tag = yes
|
||||||
|
set abort_unmodified=ask-yes #réponse non modifiée
|
||||||
|
|
||||||
ignore "Authentication-Results:"
|
ignore "Authentication-Results:"
|
||||||
ignore "DomainKey-Signature:"
|
ignore "DomainKey-Signature:"
|
||||||
|
@ -83,18 +81,12 @@ source ~/.mutt/crypto
|
||||||
|
|
||||||
|
|
||||||
# LISTE DE CONTACTS
|
# LISTE DE CONTACTS
|
||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
set alias_file=~/.mutt/alias
|
set alias_file=~/.mutt/alias
|
||||||
set sort_alias = alias
|
set sort_alias = alias
|
||||||
set reverse_alias = yes
|
set reverse_alias = yes
|
||||||
source $alias_file
|
source $alias_file
|
||||||
|
|
||||||
#ou abook XOR
|
|
||||||
#set query_command= "abook --mutt-query '%s'"
|
|
||||||
#macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
|
|
||||||
#bind editor <Tab> complete-query
|
|
||||||
|
|
||||||
set date_format="%d-%m-%y %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"
|
||||||
|
|
||||||
|
|
|
@ -30,3 +30,8 @@ host intersect
|
||||||
host chuck
|
host chuck
|
||||||
port 1337
|
port 1337
|
||||||
|
|
||||||
|
host pc69240
|
||||||
|
hostname 2001:620:600:4400:214:4fff:fea8:6d3c
|
||||||
|
|
||||||
|
host cuilxa
|
||||||
|
hostname cuilxa.unige.ch
|
||||||
|
|
Loading…
Reference in a new issue