move astroid config to separate folder
This commit is contained in:
125
astroid/config
Normal file
125
astroid/config
Normal file
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"astroid": {
|
||||
"config": {
|
||||
"version": "7"
|
||||
},
|
||||
"notmuch_config": "\/home\/max\/.notmuch-config",
|
||||
"debug": {
|
||||
"dryrun_sending": "false"
|
||||
},
|
||||
"hints": {
|
||||
"level": "0"
|
||||
}
|
||||
},
|
||||
"thread_index": {
|
||||
"page_jump_rows": "6",
|
||||
"sort_order": "newest",
|
||||
"thread_load_step": "250",
|
||||
"cell": {
|
||||
"font_description": "default",
|
||||
"line_spacing": "2",
|
||||
"date_length": "12",
|
||||
"message_count_length": "4",
|
||||
"authors_length": "20",
|
||||
"subject_color": "#807d74",
|
||||
"subject_color_selected": "#000000",
|
||||
"background_color_selected": "",
|
||||
"tags_length": "80",
|
||||
"tags_upper_color": "#e5e5e5",
|
||||
"tags_lower_color": "#333333",
|
||||
"tags_alpha": "0.5",
|
||||
"hidden_tags": "attachment,unread,flagged,sent,signed,replied,encrypted,del"
|
||||
}
|
||||
},
|
||||
"general": {
|
||||
"time": {
|
||||
"clock_format": "year",
|
||||
"same_year": "%d.%m. %H:%M",
|
||||
"diff_year": "%x"
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
"cmd": "gvim +6 -f -c 'set ft=mail' '+set fileencoding=utf-8' '+set ff=unix' '+set enc=utf-8' %1",
|
||||
"external_editor": "true",
|
||||
"charset": "utf-8",
|
||||
"save_draft_on_force_quit": "true",
|
||||
"attachment_words": "attach,anbei,anhang,angehängt",
|
||||
"attachment_directory": "~"
|
||||
},
|
||||
"mail": {
|
||||
"reply": {
|
||||
"quote_line": "# %1 [%Y-%m-%d %H:%M %z]:",
|
||||
"mailinglist_reply_to_sender": "false"
|
||||
},
|
||||
"forward": {
|
||||
"quote_line": "# %1 [%Y-%m-%d %H:%M %z]:",
|
||||
"disposition": "attachment"
|
||||
},
|
||||
"sent_tags": "sent",
|
||||
"message_id_fqdn": "fsfe.org",
|
||||
"message_id_user": "max.mehl",
|
||||
"user_agent": "astroid",
|
||||
"send_delay": "2"
|
||||
},
|
||||
"poll": {
|
||||
"interval": "240"
|
||||
},
|
||||
"attachment": {
|
||||
"external_open_cmd": "xdg-open"
|
||||
},
|
||||
"thread_view": {
|
||||
"open_html_part_external": "false",
|
||||
"open_external_link": "xdg-open",
|
||||
"default_save_directory": "~",
|
||||
"indent_messages": "true",
|
||||
"code_prettify": {
|
||||
"enable": "false",
|
||||
"for_tags": "",
|
||||
"code_tag": "```",
|
||||
"enable_for_patches": "true"
|
||||
},
|
||||
"gravatar": {
|
||||
"enable": "false"
|
||||
},
|
||||
"mark_unread_delay": "0.5",
|
||||
"expand_flagged": "true",
|
||||
"mathjax": {
|
||||
"enable": "false",
|
||||
"uri_prefix": "https:\/\/cdn.mathjax.org\/mathjax\/2.6-latest\/",
|
||||
"for_tags": ""
|
||||
}
|
||||
},
|
||||
"crypto": {
|
||||
"gpg": {
|
||||
"path": "gpg2",
|
||||
"always_trust": "true",
|
||||
"auto_key_retrieve": "false"
|
||||
}
|
||||
},
|
||||
"saved_searches": {
|
||||
"show_on_startup": "true",
|
||||
"save_history": "true",
|
||||
"history_lines_to_show": "15",
|
||||
"history_lines": "1000"
|
||||
},
|
||||
"accounts": {
|
||||
"FSFE": {
|
||||
"name": "Max Mehl",
|
||||
"email": "max.mehl@fsfe.org",
|
||||
"gpgkey": "0x371E2E92",
|
||||
"sendmail": "msmtp-handler.sh -t --read-envelope-from -a fsfe",
|
||||
"default": "true",
|
||||
"save_sent": "true",
|
||||
"save_sent_to": "\/home\/max\/Mails\/FSFE\/Sent\/cur\/",
|
||||
"additional_sent_tags": "",
|
||||
"save_drafts_to": "\/home\/max\/Mails\/FSFE\/Drafts\/cur\/",
|
||||
"signature_file": "signature.txt",
|
||||
"signature_default_on": "true",
|
||||
"signature_attach": "false",
|
||||
"always_gpg_sign": "false"
|
||||
}
|
||||
},
|
||||
"startup": {
|
||||
"queries": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user