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]
|
[storage contacts_remote]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "https://cloud.{{@@ mail @@}}/remote.php/dav/addressbooks/users/{{@@ username @@}}/contacts/"
|
url = "https://cloud.{{@@ mail.personal.mail @@}}/remote.php/dav/addressbooks/users/{{@@ mail.personal.user @@}}/contacts/"
|
||||||
username = "{{@@ username @@}}@{{@@ mail @@}}"
|
username = "{{@@ mail.personal.user @@}}@{{@@ mail.personal.mail @@}}"
|
||||||
password.fetch = [ "command", "_get-pass", "{{@@ mail @@}}" ]
|
password.fetch = [ "command", "_get-pass", "{{@@ mail.personal.mail @@}}" ]
|
||||||
|
|
||||||
# CALDAV
|
# CALDAV
|
||||||
[pair calendar]
|
[pair calendar]
|
||||||
|
@ -64,6 +64,6 @@ fileext = ".ics"
|
||||||
|
|
||||||
[storage calendar_remote]
|
[storage calendar_remote]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://cloud.{{@@ mail @@}}/remote.php/dav/calendars/{{@@ username @@}}/personal/"
|
url = "https://cloud.{{@@ mail.personal.mail @@}}/remote.php/dav/calendars/{{@@ mail.personal.user @@}}/personal/"
|
||||||
username = "{{@@ username @@}}@{{@@ mail @@}}"
|
username = "{{@@ mail.personal.user @@}}@{{@@ mail.personal.mail @@}}"
|
||||||
password.fetch = [ "command", "_get-pass", "{{@@ mail @@}}" ]
|
password.fetch = [ "command", "_get-pass", "{{@@ mail.personal.mail @@}}" ]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = {{@@ username @@}}
|
name = {{@@ username @@}}
|
||||||
email = {{@@ username @@}}@{{@@ mail @@}}
|
email = {{@@ mail.personal.user @@}}@{{@@ mail.personal.mail @@}}
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
|
@ -16,8 +16,8 @@ Flatten .
|
||||||
|
|
||||||
Channel {{@@ name @@}}
|
Channel {{@@ name @@}}
|
||||||
Expunge Both
|
Expunge Both
|
||||||
Master :{{@@ name @@}}-remote:
|
Far :{{@@ name @@}}-remote:
|
||||||
Slave :{{@@ name @@}}-local:
|
Near :{{@@ name @@}}-local:
|
||||||
Patterns * !"[Gmail]/All Mail"
|
Patterns * !"[Gmail]/All Mail"
|
||||||
Create Both
|
Create Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
Reference in a new issue