mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
514acaebb9
Also add missing options.
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"account": "hm@example.com",
|
|
"drop_non_existing_label": false,
|
|
"file_extension": "",
|
|
"ignore_empty_history": false,
|
|
"ignore_remote_labels": [
|
|
"CATEGORY_FORUMS",
|
|
"CATEGORY_PROMOTIONS",
|
|
"CATEGORY_UPDATES",
|
|
"CATEGORY_SOCIAL",
|
|
"CATEGORY_PERSONAL"
|
|
],
|
|
"ignore_tags": [],
|
|
"local_trash_tag": "trash",
|
|
"remove_local_messages": true,
|
|
"replace_slash_with_dot": false,
|
|
"timeout": 600
|
|
}
|