ENH make isync woke
This commit is contained in:
parent
07f26c1d8d
commit
8ba6a0b94c
|
@ -85,17 +85,17 @@ Path /mnt/data/Mail/gmail/
|
||||||
Inbox /mnt/data/Mail/gmail/inbox
|
Inbox /mnt/data/Mail/gmail/inbox
|
||||||
|
|
||||||
Channel gmail-inbox
|
Channel gmail-inbox
|
||||||
Master :gmail-remote:"INBOX"
|
Far :gmail-remote:"INBOX"
|
||||||
Slave :gmail-local:"inbox"
|
Near :gmail-local:"inbox"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Master
|
Expunge Far
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel gmail-all
|
Channel gmail-all
|
||||||
Master :gmail-remote:"rxv"
|
Far :gmail-remote:"rxv"
|
||||||
Slave :gmail-local:"archive"
|
Near :gmail-local:"archive"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Slave
|
Expunge Near
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Group gmail
|
Group gmail
|
||||||
|
@ -128,22 +128,22 @@ Path /mnt/data/Mail/gatech/
|
||||||
Inbox /mnt/data/Mail/gatech/inbox
|
Inbox /mnt/data/Mail/gatech/inbox
|
||||||
|
|
||||||
Channel gatech-inbox
|
Channel gatech-inbox
|
||||||
Master :gatech-remote:"Inbox"
|
Far :gatech-remote:"INBOX"
|
||||||
Slave :gatech-local:"inbox"
|
Near :gatech-local:"inbox"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel gatech-sent
|
Channel gatech-sent
|
||||||
Master :gatech-remote:"Sent Items"
|
Far :gatech-remote:"Sent Items"
|
||||||
Slave :gatech-local:"sent"
|
Near :gatech-local:"sent"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel gatech-archive
|
Channel gatech-archive
|
||||||
Master :gatech-remote:"Archive"
|
Far :gatech-remote:"Archive"
|
||||||
Slave :gatech-local:"archive"
|
Near :gatech-local:"archive"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
@ -176,22 +176,22 @@ Path /mnt/data/Mail/emory/
|
||||||
Inbox /mnt/data/Mail/emory/inbox
|
Inbox /mnt/data/Mail/emory/inbox
|
||||||
|
|
||||||
Channel emory-inbox
|
Channel emory-inbox
|
||||||
Master :emory-remote:"Inbox"
|
Far :emory-remote:"INBOX"
|
||||||
Slave :emory-local:"inbox"
|
Near :emory-local:"inbox"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel emory-sent
|
Channel emory-sent
|
||||||
Master :emory-remote:"Sent Items"
|
Far :emory-remote:"Sent Items"
|
||||||
Slave :emory-local:"sent"
|
Near :emory-local:"sent"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel emory-archive
|
Channel emory-archive
|
||||||
Master :emory-remote:"Archive"
|
Far :emory-remote:"Archive"
|
||||||
Slave :emory-local:"archive"
|
Near :emory-local:"archive"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
@ -202,10 +202,9 @@ Channel emory-sent
|
||||||
Channel emory-archive
|
Channel emory-archive
|
||||||
|
|
||||||
##
|
##
|
||||||
## test email server
|
## private email server
|
||||||
##
|
##
|
||||||
|
|
||||||
## to eventually be my primary email server
|
|
||||||
IMAPAccount yavin4
|
IMAPAccount yavin4
|
||||||
Host portnoy4prez.yavin4.ch
|
Host portnoy4prez.yavin4.ch
|
||||||
User ndwar@yavin4.ch
|
User ndwar@yavin4.ch
|
||||||
|
@ -223,22 +222,22 @@ Path /mnt/data/Mail/yavin4/
|
||||||
Inbox /mnt/data/Mail/yavin4/inbox
|
Inbox /mnt/data/Mail/yavin4/inbox
|
||||||
|
|
||||||
Channel yavin4-inbox
|
Channel yavin4-inbox
|
||||||
Master :yavin4-remote:"INBOX"
|
Far :yavin4-remote:"INBOX"
|
||||||
Slave :yavin4-local:"inbox"
|
Near :yavin4-local:"inbox"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel yavin4-sent
|
Channel yavin4-sent
|
||||||
Master :yavin4-remote:"Sent"
|
Far :yavin4-remote:"Sent"
|
||||||
Slave :yavin4-local:"sent"
|
Near :yavin4-local:"sent"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel yavin4-archive
|
Channel yavin4-archive
|
||||||
Master :yavin4-remote:"Archive"
|
Far :yavin4-remote:"Archive"
|
||||||
Slave :yavin4-local:"archive"
|
Near :yavin4-local:"archive"
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
Loading…
Reference in New Issue