From cf5575b311bff6f952a45f5eab9f68630f829e83 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 13 Apr 2022 14:56:03 +0200 Subject: [PATCH] Add new Disroot folder and change password --- goimapnotify/.config/goimapnotify/disroot.conf | 2 +- mbsync/.mbsyncrc | 10 +++++++++- msmtp/.msmtprc | 2 +- neomutt/.config/neomutt/accounts/disroot.muttrc | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/goimapnotify/.config/goimapnotify/disroot.conf b/goimapnotify/.config/goimapnotify/disroot.conf index aad9f96..3089c22 100644 --- a/goimapnotify/.config/goimapnotify/disroot.conf +++ b/goimapnotify/.config/goimapnotify/disroot.conf @@ -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": [ diff --git a/mbsync/.mbsyncrc b/mbsync/.mbsyncrc index d1e0d42..d532609 100644 --- a/mbsync/.mbsyncrc +++ b/mbsync/.mbsyncrc @@ -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 diff --git a/msmtp/.msmtprc b/msmtp/.msmtprc index 2cdee33..d145f87 100644 --- a/msmtp/.msmtprc +++ b/msmtp/.msmtprc @@ -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" diff --git a/neomutt/.config/neomutt/accounts/disroot.muttrc b/neomutt/.config/neomutt/accounts/disroot.muttrc index fa487d7..484db39 100644 --- a/neomutt/.config/neomutt/accounts/disroot.muttrc +++ b/neomutt/.config/neomutt/accounts/disroot.muttrc @@ -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 "=inbox" "Go to inbox." macro index,pager gs "=sent" "Go to sent." macro index,pager gt "=trash" "Go to trash." macro index,pager gj "=junk" "Go to spam." macro index,pager gb "=bookings" "Go to bookings." +macro index,pager gy "=buying" "Go to buying." set spoolfile = "+inbox" set postponed = "" set trash = "+trash"