Allow syncing of just inbox rather than all mailboxes

This commit is contained in:
Jonathan Hodgson 2020-09-19 11:09:20 +01:00
parent 237b06631c
commit c80a9ec925
4 changed files with 25 additions and 4 deletions

View file

@ -20,7 +20,7 @@ Subfolders Verbatim
Path ~/.mail/work/
Inbox ~/.mail/work/Inbox
Channel work
Channel work-all
Master :work-remote:
Slave :work-local:
# Include everything, except Sync Issues
@ -29,3 +29,13 @@ Patterns * !'Sync Issues' !'Sync Issues/*'
Create Both
# Save the synchronization state files in the relevant directory
SyncState *
Channel work-inbox
Master :work-remote:
Slave :work-local:
# Only sync Inbox
Patterns Inbox Sent
# Automatically create missing mailboxes, both locally and on the server
Create Both
# Save the synchronization state files in the relevant directory
SyncState *

Binary file not shown.