Replace UGR email with UGent
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# vim: filetype=neomuttrc
|
||||
# muttrc file for account coolneng
|
||||
set realname = "Amin Kasrou Aouam"
|
||||
set from = "akasroua@correo.ugr.es"
|
||||
set sendmail = "~/.config/neomutt/etc/sendmail uni"
|
||||
set folder = "~/.mail/uni"
|
||||
set from = "amin.kasrouaouam@ugent.be"
|
||||
set sendmail = "~/.config/neomutt/etc/sendmail ugent"
|
||||
set folder = "~/.mail/ugent"
|
||||
|
||||
set mbox_type = Maildir
|
||||
set ssl_starttls = yes
|
||||
@@ -13,12 +13,13 @@ bind index,pager gg noop
|
||||
bind index,pager g noop
|
||||
bind index gg first-entry
|
||||
unmailboxes *
|
||||
mailboxes =INBOX =trash =sent =archive
|
||||
macro index,pager gi "<change-folder>=INBOX<enter>" "Go to inbox."
|
||||
mailboxes =inbox =sent =trash =archive =junk
|
||||
macro index,pager gi "<change-folder>=inbox<enter>" "Go to inbox."
|
||||
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
|
||||
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."
|
||||
macro index,pager ga "<change-folder>=archive<enter>" "Go to archive."
|
||||
set spoolfile = "+INBOX"
|
||||
macro index,pager gj "<change-folder>=junk<enter>" "Go to junk."
|
||||
set spoolfile = "+inbox"
|
||||
set record = "+sent"
|
||||
set postponed = ""
|
||||
set trash = "+trash"
|
||||
set trash = "+deleted"
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
nix-shell -p python38 --command "python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t"
|
||||
nix-shell -p python39 --command "python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
macro index,pager i2 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/gmail.muttrc<enter><change-folder>!<enter>'
|
||||
source /home/coolneng/.config/neomutt/accounts/gmail.muttrc
|
||||
macro index,pager i1 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/uni.muttrc<enter><change-folder>!<enter>'
|
||||
source /home/coolneng/.config/neomutt/accounts/uni.muttrc
|
||||
macro index,pager i1 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/ugent.muttrc<enter><change-folder>!<enter>'
|
||||
source /home/coolneng/.config/neomutt/accounts/ugent.muttrc
|
||||
|
||||
Reference in New Issue
Block a user