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 "rejectUnauthorized": true
}, },
"username": "akasroua@disroot.org", "username": "akasroua@disroot.org",
"passwordCmd": "pass web/disroot.org", "passwordCmd": "pass mail/disroot",
"onNewMail": "mbsync disroot", "onNewMail": "mbsync disroot",
"onNewMailPost": "notmuch new", "onNewMailPost": "notmuch new",
"boxes": [ "boxes": [

View File

@ -120,7 +120,7 @@ IMAPAccount disroot
Host disroot.org Host disroot.org
User akasroua@disroot.org User akasroua@disroot.org
AuthMechs LOGIN AuthMechs LOGIN
PassCmd "pass web/disroot.org" PassCmd "pass mail/disroot"
SSLType IMAPS SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt CertificateFile /etc/ssl/certs/ca-certificates.crt
@ -171,9 +171,17 @@ Create Both
Expunge Both Expunge Both
SyncState * SyncState *
Channel sync-disroot-buying
Far :disroot-remote:"Buying"
Near :disroot-local:buying
Create Both
Expunge Both
SyncState *
Group disroot Group disroot
Channel sync-disroot-default Channel sync-disroot-default
Channel sync-disroot-sent Channel sync-disroot-sent
Channel sync-disroot-trash Channel sync-disroot-trash
Channel sync-disroot-junk Channel sync-disroot-junk
Channel sync-disroot-bookings Channel sync-disroot-bookings
Channel sync-disroot-buying

View File

@ -26,4 +26,4 @@ host disroot.org
port 587 port 587
from akasroua@disroot.org from akasroua@disroot.org
user 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,pager g noop
bind index gg first-entry bind index gg first-entry
unmailboxes * 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 gi "<change-folder>=inbox<enter>" "Go to inbox."
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent." 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 gt "<change-folder>=trash<enter>" "Go to trash."
macro index,pager gj "<change-folder>=junk<enter>" "Go to spam." 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 gb "<change-folder>=bookings<enter>" "Go to bookings."
macro index,pager gy "<change-folder>=buying<enter>" "Go to buying."
set spoolfile = "+inbox" set spoolfile = "+inbox"
set postponed = "" set postponed = ""
set trash = "+trash" set trash = "+trash"