From 946b7425dec6b3a97abdd631f1c00f7f4ca79a4f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 14 Aug 2019 23:45:13 -0700 Subject: Fix (automatic) syncing of email - Load the necessary environment variables from ‘gnome-keyring-daemon’ when loading fish. - Don’t sync the Archive directory from ryuslash.org, it’s too big and mbsync seems to get really confused about it. - Disable old email accounts from syncing with mbsync. - Fix the ‘get-mail-password’ and ‘set-mail-password’ scripts. - Use ‘secretstorage’ instead of ‘keyring’, this appears to be newer and easier to use. --- fish/.config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fish/.config') diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 1a47d8d..270b456 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -9,3 +9,7 @@ set -x EDITOR emacsclient set -x DOTNET_CLI_TELEMETRY_OPTOUT true kitty + complete setup fish | source + +if test -n "$DESKTOP_SESSION" + set (gnome-keyring-daemon --start | string split "=") +end -- cgit v1.2.3-54-g00ecf