From 13ba2c19eac05bb8e27bf118346715e117428db8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 15 Apr 2022 20:11:34 +0200 Subject: [PATCH] Add new Disroot folders --- mbsync/.mbsyncrc | 17 +++++++++++++++++ neomutt/.config/neomutt/accounts/disroot.muttrc | 4 +++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/mbsync/.mbsyncrc b/mbsync/.mbsyncrc index d532609..a47483a 100644 --- a/mbsync/.mbsyncrc +++ b/mbsync/.mbsyncrc @@ -178,6 +178,21 @@ Create Both Expunge Both SyncState * + +Channel sync-disroot-services +Far :disroot-remote:"Services" +Near :disroot-local:services +Create Both +Expunge Both +SyncState * + +Channel sync-disroot-bank +Far :disroot-remote:"Bank" +Near :disroot-local:bank +Create Both +Expunge Both +SyncState * + Group disroot Channel sync-disroot-default Channel sync-disroot-sent @@ -185,3 +200,5 @@ Channel sync-disroot-trash Channel sync-disroot-junk Channel sync-disroot-bookings Channel sync-disroot-buying +Channel sync-disroot-services +Channel sync-disroot-bank diff --git a/neomutt/.config/neomutt/accounts/disroot.muttrc b/neomutt/.config/neomutt/accounts/disroot.muttrc index 484db39..f335862 100644 --- a/neomutt/.config/neomutt/accounts/disroot.muttrc +++ b/neomutt/.config/neomutt/accounts/disroot.muttrc @@ -13,13 +13,15 @@ bind index,pager gg noop bind index,pager g noop bind index gg first-entry unmailboxes * -mailboxes =junk =inbox =trash =sent =bookings =buying +mailboxes =junk =inbox =trash =sent =bookings =buying =services =bank 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." +macro index,pager ge "=services" "Go to services." +macro index,pager ga "=bank" "Go to bank." set spoolfile = "+inbox" set postponed = "" set trash = "+trash"