Some simple mapping (inbox, sent, trash, archive, drafts) to the Personal map file, with the option to extend for private mappings with dotter.
29 lines
665 B
TOML
29 lines
665 B
TOML
includes = []
|
|
packages = ["workstation"]
|
|
|
|
[files]
|
|
|
|
[variables]
|
|
|
|
multimedia_beets_musicbrainz_user = ""
|
|
multimedia_beets_musicbrainz_pass = ""
|
|
multimedia_mopidy_subidy_url = ""
|
|
multimedia_mopidy_subidy_user = ""
|
|
multimedia_mopidy_subidy_pass = ""
|
|
|
|
cred_llm_groq_api_key = ""
|
|
cred_llm_gh_copilot_token = ""
|
|
cred_llm_anthropic_api_key = ""
|
|
cred_llm_gemini_api_key = ""
|
|
|
|
mail_personal_host = ""
|
|
mail_personal_username_cmd = ""
|
|
mail_personal_password_cmd = ""
|
|
|
|
mail_notmuch_name = ""
|
|
mail_notmuch_primary_email = ""
|
|
mail_notmuch_other_email = ""
|
|
|
|
mail_aerc_from_email = ""
|
|
mail_aerc_aliases_email = ""
|
|
mail_aerc_notmuch_label_map = ["list = tag:list and not tag:trash"]
|