Add new Disroot folders

This commit is contained in:
coolneng 2022-04-15 20:11:34 +02:00
parent 5fb7c8bda5
commit 13ba2c19ea
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 20 additions and 1 deletions

View File

@ -178,6 +178,21 @@ Create Both
Expunge Both Expunge Both
SyncState * 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 Group disroot
Channel sync-disroot-default Channel sync-disroot-default
Channel sync-disroot-sent Channel sync-disroot-sent
@ -185,3 +200,5 @@ Channel sync-disroot-trash
Channel sync-disroot-junk Channel sync-disroot-junk
Channel sync-disroot-bookings Channel sync-disroot-bookings
Channel sync-disroot-buying Channel sync-disroot-buying
Channel sync-disroot-services
Channel sync-disroot-bank

View File

@ -13,13 +13,15 @@ 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 =buying mailboxes =junk =inbox =trash =sent =bookings =buying =services =bank
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." macro index,pager gy "<change-folder>=buying<enter>" "Go to buying."
macro index,pager ge "<change-folder>=services<enter>" "Go to services."
macro index,pager ga "<change-folder>=bank<enter>" "Go to bank."
set spoolfile = "+inbox" set spoolfile = "+inbox"
set postponed = "" set postponed = ""
set trash = "+trash" set trash = "+trash"