Compare commits
No commits in common. "c1d1aee7f1b7240670392412b259fa1458261491" and "46ded5567475331bf051a6c1cbb66103e4770a0c" have entirely different histories.
c1d1aee7f1
...
46ded55674
@ -2,13 +2,18 @@
|
|||||||
# muttrc file for account gmail
|
# muttrc file for account gmail
|
||||||
set realname = "Amin Kasrou Aouam"
|
set realname = "Amin Kasrou Aouam"
|
||||||
set from = "akasroua@gmail.com"
|
set from = "akasroua@gmail.com"
|
||||||
set sendmail = "~/.config/neomutt/etc/sendmail gmail"
|
set sendmail = "./.config/neomutt/etc/sendmail gmail"
|
||||||
set folder = "~/.mail/gmail"
|
set folder = "~/.mail/gmail"
|
||||||
|
#set header_cache = ~/.config/mutt/accounts/gmail/cache/headers
|
||||||
|
#set message_cachedir = ~/.config/mutt/accounts/gmail/cache/bodies
|
||||||
|
#set certificate_file = ~/.config/mutt/accounts/gmail/certificates
|
||||||
|
#source "~/.config/mutt/credentials/getmuttpass gmail |"
|
||||||
|
|
||||||
set mbox_type = Maildir
|
set mbox_type = Maildir
|
||||||
set ssl_starttls = yes
|
set ssl_starttls = yes
|
||||||
set ssl_force_tls = yes
|
set ssl_force_tls = yes
|
||||||
|
|
||||||
|
set record = "+sent"
|
||||||
bind index,pager gg noop
|
bind index,pager gg noop
|
||||||
bind index,pager g noop
|
bind index,pager g noop
|
||||||
bind index gg first-entry
|
bind index gg first-entry
|
||||||
|
@ -2,13 +2,18 @@
|
|||||||
# muttrc file for account coolneng
|
# muttrc file for account coolneng
|
||||||
set realname = "Amin Kasrou Aouam"
|
set realname = "Amin Kasrou Aouam"
|
||||||
set from = "akasroua@correo.ugr.es"
|
set from = "akasroua@correo.ugr.es"
|
||||||
set sendmail = "~/.config/neomutt/etc/sendmail uni"
|
set sendmail = "./.config/neomutt/etc/sendmail uni"
|
||||||
set folder = "~/.mail/uni"
|
set folder = "~/.mail/uni"
|
||||||
|
#set header_cache = ~/.config/mutt/accounts/coolneng/cache/headers
|
||||||
|
#set message_cachedir = ~/.config/mutt/accounts/coolneng/cache/bodies
|
||||||
|
#set certificate_file = ~/.config/mutt/accounts/coolneng/certificates
|
||||||
|
#source "~/.config/mutt/credentials/getmuttpass coolneng |"
|
||||||
|
|
||||||
set mbox_type = Maildir
|
set mbox_type = Maildir
|
||||||
set ssl_starttls = yes
|
set ssl_starttls = yes
|
||||||
set ssl_force_tls = yes
|
set ssl_force_tls = yes
|
||||||
|
|
||||||
|
set record = "+sent"
|
||||||
bind index,pager gg noop
|
bind index,pager gg noop
|
||||||
bind index,pager g noop
|
bind index,pager g noop
|
||||||
bind index gg first-entry
|
bind index gg first-entry
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
text/html; w3m -I %{charset} -T text/html %s; copiousoutput;
|
text/html; w3m -I %{charset} -T text/html %s; copiousoutput;
|
||||||
text/* ; vim %s ; edit=vim %s ; compose=vim %s ; needsterminal
|
text/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal
|
||||||
image/*; imv %s ; copiousoutput
|
image/*; imv %s ; copiousoutput
|
||||||
application/pdf; zathura %s ;
|
application/pdf; zathura %s ;
|
||||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s ;
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s ;
|
||||||
|
@ -1,4 +1 @@
|
|||||||
{
|
{ allowUnfree = true; }
|
||||||
allowUnfree = true;
|
|
||||||
android_sdk.accept_license = true;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user