mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-04 07:47:45 +02:00
reformatting rest
This commit is contained in:
parent
e390aec05f
commit
b7a478fd41
@ -13,27 +13,27 @@ To sync the data using CardDAV you'll need `vdirsyncer` aswell.
|
|||||||
|
|
||||||
- Edit the `~/.config/vdirsyncer/config`.
|
- Edit the `~/.config/vdirsyncer/config`.
|
||||||
- Insert the following lines:
|
- Insert the following lines:
|
||||||
```
|
```
|
||||||
[general]
|
[general]
|
||||||
status_path = "~/.cache/vdirsyncer/status"
|
status_path = "~/.cache/vdirsyncer/status"
|
||||||
|
|
||||||
[pair private_contacts]
|
[pair private_contacts]
|
||||||
a = "private_contacts_local"
|
a = "private_contacts_local"
|
||||||
b = "private_contacts_remote"
|
b = "private_contacts_remote"
|
||||||
collections = ["from a", "from b"]
|
collections = ["from a", "from b"]
|
||||||
|
|
||||||
[storage private_contacts_local]
|
[storage private_contacts_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
path = "~/.local/share/pim/contacts"
|
path = "~/.local/share/pim/contacts"
|
||||||
fileext = ".vcf"
|
fileext = ".vcf"
|
||||||
|
|
||||||
[storage private_contacts_remote]
|
[storage private_contacts_remote]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "https://<url>"
|
url = "https://<url>"
|
||||||
username = "<username>"
|
username = "<username>"
|
||||||
password = "<password>"
|
password = "<password>"
|
||||||
auth = "basic"
|
auth = "basic"
|
||||||
```
|
```
|
||||||
- `vdirsyncer discover && vdirsyncer metasync` - Initialize vdirsyncer
|
- `vdirsyncer discover && vdirsyncer metasync` - Initialize vdirsyncer
|
||||||
- `vdirsyncer sync` - Synchronize the addressbook (put this into a crontab to update periodically)
|
- `vdirsyncer sync` - Synchronize the addressbook (put this into a crontab to update periodically)
|
||||||
- Add and configure a config for khard
|
- Add and configure a config for khard
|
||||||
|
@ -32,14 +32,14 @@ After installation you're able to use the following commands, that will guide yo
|
|||||||
|
|
||||||
- Edit `~/.config/mutt/muttrc`
|
- Edit `~/.config/mutt/muttrc`
|
||||||
- Append the following lines.
|
- Append the following lines.
|
||||||
```
|
```
|
||||||
set query_command= "khard email --parsable --search-in-source-files %s"
|
set query_command= "khard email --parsable --search-in-source-files %s"
|
||||||
bind editor <Tab> complete-query
|
bind editor <Tab> complete-query
|
||||||
bind editor ^T complete
|
bind editor ^T complete
|
||||||
macro index,pager A \
|
macro index,pager A \
|
||||||
"<pipe message>khard add-email<return>" \
|
"<pipe message>khard add-email<return>" \
|
||||||
"add the sender email address to khard"
|
"add the sender email address to khard"
|
||||||
```
|
```
|
||||||
- You should now be able to tab-complete email-addresses in neomutt
|
- You should now be able to tab-complete email-addresses in neomutt
|
||||||
- You can also add new ones by pressing A
|
- You can also add new ones by pressing A
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user