fix: update email config
This commit is contained in:
parent
22a94c1852
commit
9087100697
3 changed files with 9 additions and 9 deletions
|
@ -44,9 +44,9 @@ fileext = ".vcf"
|
|||
|
||||
[storage contacts_remote]
|
||||
type = "carddav"
|
||||
url = "https://cloud.{{@@ mail @@}}/remote.php/dav/addressbooks/users/{{@@ username @@}}/contacts/"
|
||||
username = "{{@@ username @@}}@{{@@ mail @@}}"
|
||||
password.fetch = [ "command", "_get-pass", "{{@@ mail @@}}" ]
|
||||
url = "https://cloud.{{@@ mail.personal.mail @@}}/remote.php/dav/addressbooks/users/{{@@ mail.personal.user @@}}/contacts/"
|
||||
username = "{{@@ mail.personal.user @@}}@{{@@ mail.personal.mail @@}}"
|
||||
password.fetch = [ "command", "_get-pass", "{{@@ mail.personal.mail @@}}" ]
|
||||
|
||||
# CALDAV
|
||||
[pair calendar]
|
||||
|
@ -64,6 +64,6 @@ fileext = ".ics"
|
|||
|
||||
[storage calendar_remote]
|
||||
type = "caldav"
|
||||
url = "https://cloud.{{@@ mail @@}}/remote.php/dav/calendars/{{@@ username @@}}/personal/"
|
||||
username = "{{@@ username @@}}@{{@@ mail @@}}"
|
||||
password.fetch = [ "command", "_get-pass", "{{@@ mail @@}}" ]
|
||||
url = "https://cloud.{{@@ mail.personal.mail @@}}/remote.php/dav/calendars/{{@@ mail.personal.user @@}}/personal/"
|
||||
username = "{{@@ mail.personal.user @@}}@{{@@ mail.personal.mail @@}}"
|
||||
password.fetch = [ "command", "_get-pass", "{{@@ mail.personal.mail @@}}" ]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[user]
|
||||
name = {{@@ username @@}}
|
||||
email = {{@@ username @@}}@{{@@ mail @@}}
|
||||
email = {{@@ mail.personal.user @@}}@{{@@ mail.personal.mail @@}}
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
@ -16,8 +16,8 @@ Flatten .
|
|||
|
||||
Channel {{@@ name @@}}
|
||||
Expunge Both
|
||||
Master :{{@@ name @@}}-remote:
|
||||
Slave :{{@@ name @@}}-local:
|
||||
Far :{{@@ name @@}}-remote:
|
||||
Near :{{@@ name @@}}-local:
|
||||
Patterns * !"[Gmail]/All Mail"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
|
Reference in a new issue