Add new Disroot folder and change password

This commit is contained in:
coolneng 2022-04-13 14:56:03 +02:00
parent 6e030a60ec
commit cf5575b311
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
4 changed files with 13 additions and 4 deletions

View File

@ -6,7 +6,7 @@
"rejectUnauthorized": true
},
"username": "akasroua@disroot.org",
"passwordCmd": "pass web/disroot.org",
"passwordCmd": "pass mail/disroot",
"onNewMail": "mbsync disroot",
"onNewMailPost": "notmuch new",
"boxes": [

View File

@ -120,7 +120,7 @@ IMAPAccount disroot
Host disroot.org
User akasroua@disroot.org
AuthMechs LOGIN
PassCmd "pass web/disroot.org"
PassCmd "pass mail/disroot"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
@ -171,9 +171,17 @@ Create Both
Expunge Both
SyncState *
Channel sync-disroot-buying
Far :disroot-remote:"Buying"
Near :disroot-local:buying
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
Channel sync-disroot-buying

View File

@ -26,4 +26,4 @@ host disroot.org
port 587
from akasroua@disroot.org
user akasroua@disroot.org
passwordeval "pass web/disroot.org"
passwordeval "pass mail/disroot"

View File

@ -13,12 +13,13 @@ bind index,pager gg noop
bind index,pager g noop
bind index gg first-entry
unmailboxes *
mailboxes =junk =inbox =trash =sent =bookings
mailboxes =junk =inbox =trash =sent =bookings =buying
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."
macro index,pager gy "<change-folder>=buying<enter>" "Go to buying."
set spoolfile = "+inbox"
set postponed = ""
set trash = "+trash"