Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
bd7aad54b6
|
|||
|
fe61804ca7
|
|||
|
91b263f34a
|
+2
-2
@@ -133,8 +133,8 @@
|
|||||||
"save_sent_to": "\/home\/max\/Mails\/FSFE\/Sent\/cur\/",
|
"save_sent_to": "\/home\/max\/Mails\/FSFE\/Sent\/cur\/",
|
||||||
"additional_sent_tags": "",
|
"additional_sent_tags": "",
|
||||||
"save_drafts_to": "\/home\/max\/Mails\/FSFE\/Drafts\/cur\/",
|
"save_drafts_to": "\/home\/max\/Mails\/FSFE\/Drafts\/cur\/",
|
||||||
"signature_file": "signature.txt",
|
"signature_file": "",
|
||||||
"signature_file_markdown": "signature.md",
|
"signature_file_markdown": "",
|
||||||
"signature_default_on": "true",
|
"signature_default_on": "true",
|
||||||
"signature_attach": "false",
|
"signature_attach": "false",
|
||||||
"always_gpg_sign": "false",
|
"always_gpg_sign": "false",
|
||||||
|
|||||||
@@ -6,4 +6,3 @@ $font-sans: "Input Sans", "Roboto", sans-serif;
|
|||||||
$font-family-default: $font-mono;
|
$font-family-default: $font-mono;
|
||||||
|
|
||||||
@import '/usr/share/astroid/ui/part.scss';
|
@import '/usr/share/astroid/ui/part.scss';
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -4,6 +4,8 @@
|
|||||||
[addressbooks]
|
[addressbooks]
|
||||||
[[fsfe]]
|
[[fsfe]]
|
||||||
path = ~/.contacts/fsfe
|
path = ~/.contacts/fsfe
|
||||||
|
[[foss]]
|
||||||
|
path = ~/.contacts/foss
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
debug = no
|
debug = no
|
||||||
@@ -38,4 +40,3 @@ preferred_version = 3.0
|
|||||||
search_in_source_files = no
|
search_in_source_files = no
|
||||||
# skip unparsable vcard files: yes / no
|
# skip unparsable vcard files: yes / no
|
||||||
skip_unparsable = no
|
skip_unparsable = no
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ b = "fsfe_remote"
|
|||||||
# You need to run `vdirsyncer discover` if new calendars/addressbooks are added
|
# You need to run `vdirsyncer discover` if new calendars/addressbooks are added
|
||||||
# on the server.
|
# on the server.
|
||||||
|
|
||||||
collections = ["from a", "fsfe"]
|
collections = ["from a", "fsfe", "foss"]
|
||||||
|
|
||||||
# Synchronize the "display name" property into a local file (~/.contacts/displayname).
|
# Synchronize the "display name" property into a local file (~/.contacts/displayname).
|
||||||
metadata = ["displayname"]
|
metadata = ["displayname"]
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
" hide gvim elements
|
" hide gvim elements
|
||||||
set guioptions-=m "remove menu bar
|
set guioptions-=m "remove menu bar
|
||||||
set guioptions-=T "remove toolbar
|
set guioptions-=T "remove toolbar
|
||||||
|
|
||||||
|
" font
|
||||||
|
set guifont=Noto\ Mono\ 10
|
||||||
|
|||||||
Reference in New Issue
Block a user