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