Fix IMAP checking with gmail account
This commit is contained in:
@ -145,16 +145,31 @@ IMAPStore 15five-remote
|
|||||||
Account 15five
|
Account 15five
|
||||||
|
|
||||||
MaildirStore 15five-local
|
MaildirStore 15five-local
|
||||||
|
SubFolders Legacy
|
||||||
Path ~/Mail/colin.powell@15five.com
|
Path ~/Mail/colin.powell@15five.com
|
||||||
Inbox ~/Mail/colin.powell@15five.com/Inbox
|
Inbox ~/Mail/colin.powell@15five.com/Inbox
|
||||||
|
|
||||||
Channel 15five-folders
|
Channel 15five-default
|
||||||
Master :15five-remote:
|
Master :15five-remote:
|
||||||
Slave :15five-local:
|
Slave :15five-local:
|
||||||
Patterns "\[Google Mail\]/All Mail" "\[Google Mail\]/Drafts" "\[Google Mail\]/Sent Mail"
|
Patterns * ![Gmail]*
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
|
||||||
SyncState *
|
SyncState *
|
||||||
|
Sync All
|
||||||
|
|
||||||
|
Channel 15five-sent
|
||||||
|
Master :15five-remote:"[Gmail]/Sent Mail"
|
||||||
|
Slave :15five-local:sent
|
||||||
|
Create Slave
|
||||||
|
Sync Pull
|
||||||
|
|
||||||
|
Channel 15five-trash
|
||||||
|
Master :15five-remote:"[Gmail]/Trash"
|
||||||
|
Slave :15five-local:trash
|
||||||
|
Create Slave
|
||||||
|
Sync Pull
|
||||||
|
|
||||||
Group 15five
|
Group 15five
|
||||||
Channel 15five-folders
|
Channel 15five-default
|
||||||
|
Channel 15five-sent
|
||||||
|
Channel 15five-trash
|
||||||
|
|||||||
@ -5,9 +5,9 @@ RefuseManualStop=no
|
|||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
Persistent=false
|
Persistent=false
|
||||||
OnBootSec=5min
|
OnBootSec=3min
|
||||||
OnUnitActiveSec=5min
|
OnUnitActiveSec=3min
|
||||||
Unite=checkmail.service
|
Unit=checkmail.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|||||||
Reference in New Issue
Block a user