Allow syncing of just inbox rather than all mailboxes
This commit is contained in:
parent
237b06631c
commit
c80a9ec925
4 changed files with 25 additions and 4 deletions
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue