Compare commits

...

3 Commits

Author SHA1 Message Date
bd7aad54b6 add foss address book 2022-09-06 10:43:47 +02:00
fe61804ca7 update astroid signature after fsfe departure 2022-09-06 10:43:36 +02:00
91b263f34a update gvim config 2022-09-06 10:42:35 +02:00
5 changed files with 9 additions and 6 deletions

View File

@@ -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",

View File

@@ -6,4 +6,3 @@ $font-sans: "Input Sans", "Roboto", sans-serif;
$font-family-default: $font-mono;
@import '/usr/share/astroid/ui/part.scss';

View File

@@ -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

View File

@@ -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"]

View File

@@ -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