Compare commits
No commits in common. "71b445e8b80f630128db984085283cbc8c22802a" and "696e41cb08904fe492b2e29dd338eac1fd411d4d" have entirely different histories.
71b445e8b8
...
696e41cb08
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"host": "disroot.org",
|
|
||||||
"port": 993,
|
|
||||||
"tls": true,
|
|
||||||
"tlsOptions": {
|
|
||||||
"rejectUnauthorized": true
|
|
||||||
},
|
|
||||||
"username": "akasroua@disroot.org",
|
|
||||||
"passwordCmd": "pass web/disroot.org",
|
|
||||||
"onNewMail": "mbsync disroot",
|
|
||||||
"onNewMailPost": "notmuch new",
|
|
||||||
"boxes": [
|
|
||||||
"INBOX"
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -115,65 +115,3 @@ Channel ugent-sent
|
||||||
Channel ugent-trash
|
Channel ugent-trash
|
||||||
Channel ugent-archive
|
Channel ugent-archive
|
||||||
Channel ugent-junk
|
Channel ugent-junk
|
||||||
|
|
||||||
IMAPAccount disroot
|
|
||||||
Host disroot.org
|
|
||||||
User akasroua@disroot.org
|
|
||||||
AuthMechs LOGIN
|
|
||||||
PassCmd "pass web/disroot.org"
|
|
||||||
SSLType IMAPS
|
|
||||||
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
||||||
|
|
||||||
IMAPStore disroot-remote
|
|
||||||
Account disroot
|
|
||||||
|
|
||||||
MaildirStore disroot-local
|
|
||||||
Subfolders Verbatim
|
|
||||||
# The trailing "/" is important
|
|
||||||
Path ~/.mail/disroot/
|
|
||||||
Inbox ~/.mail/disroot/inbox/
|
|
||||||
|
|
||||||
Channel sync-disroot-default
|
|
||||||
Far :disroot-remote:
|
|
||||||
Near :disroot-local:
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
Channel sync-disroot-sent
|
|
||||||
Far :disroot-remote:"Sent"
|
|
||||||
Near :disroot-local:sent
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
Channel sync-disroot-trash
|
|
||||||
Far :disroot-remote:"Trash"
|
|
||||||
Near :disroot-local:trash
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
|
|
||||||
Channel sync-disroot-junk
|
|
||||||
Far :disroot-remote:"Junk"
|
|
||||||
Near :disroot-local:junk
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
Channel sync-disroot-bookings
|
|
||||||
Far :disroot-remote:"Bookings"
|
|
||||||
Near :disroot-local:bookings
|
|
||||||
Create Both
|
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
|
||||||
|
|
||||||
Group disroot
|
|
||||||
Channel sync-disroot-default
|
|
||||||
Channel sync-disroot-sent
|
|
||||||
Channel sync-disroot-trash
|
|
||||||
Channel sync-disroot-junk
|
|
||||||
Channel sync-disroot-bookings
|
|
||||||
|
|
|
@ -20,10 +20,3 @@ port 587
|
||||||
from amin.kasrouaouam@ugent.be
|
from amin.kasrouaouam@ugent.be
|
||||||
user amin.kasrouaouam@ugent.be
|
user amin.kasrouaouam@ugent.be
|
||||||
passwordeval "/home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile"
|
passwordeval "/home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile"
|
||||||
|
|
||||||
account disroot
|
|
||||||
host disroot.org
|
|
||||||
port 587
|
|
||||||
from akasroua@disroot.org
|
|
||||||
user akasroua@disroot.org
|
|
||||||
passwordeval "pass web/disroot.org"
|
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
# vim: filetype=neomuttrc
|
|
||||||
# muttrc file for account disroot
|
|
||||||
set realname = "Amin Kasrou Aouam"
|
|
||||||
set from = "akasroua@disroot.org"
|
|
||||||
set sendmail = "~/.config/neomutt/etc/sendmail disroot"
|
|
||||||
set folder = "~/.mail/disroot"
|
|
||||||
|
|
||||||
set mbox_type = Maildir
|
|
||||||
set ssl_starttls = yes
|
|
||||||
set ssl_force_tls = yes
|
|
||||||
|
|
||||||
bind index,pager gg noop
|
|
||||||
bind index,pager g noop
|
|
||||||
bind index gg first-entry
|
|
||||||
unmailboxes *
|
|
||||||
mailboxes =junk =inbox =trash =sent =bookings
|
|
||||||
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 gj "<change-folder>=junk<enter>" "Go to spam."
|
|
||||||
macro index,pager gb "<change-folder>=bookings<enter>" "Go to bookings."
|
|
||||||
set spoolfile = "+inbox"
|
|
||||||
set postponed = ""
|
|
||||||
set trash = "+trash"
|
|
|
@ -1,5 +1,3 @@
|
||||||
macro index,pager i3 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/disroot.muttrc<enter><change-folder>!<enter>'
|
|
||||||
source /home/coolneng/.config/neomutt/accounts/disroot.muttrc
|
|
||||||
macro index,pager i2 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/gmail.muttrc<enter><change-folder>!<enter>'
|
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
|
source /home/coolneng/.config/neomutt/accounts/gmail.muttrc
|
||||||
macro index,pager i1 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/ugent.muttrc<enter><change-folder>!<enter>'
|
macro index,pager i1 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/ugent.muttrc<enter><change-folder>!<enter>'
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%a %d %b %H:%M}",
|
"format": "{:%a %d %b %H:%M}",
|
||||||
"format-alt": "{:%d-%m-%Y}"
|
"format-alt": "{:%Y-%m-%d}"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"bat": "BAT0",
|
"bat": "BAT0",
|
||||||
|
|
Loading…
Reference in New Issue