From 9af4536e43664c2fb3ada76400857cc5bd048206 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:22:13 +0400 Subject: [PATCH] config/emacs: offlineimap attempt to fix weird bullshit error --- config/emacs/.offlineimaprc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/emacs/.offlineimaprc b/config/emacs/.offlineimaprc index c8657e20..1f9e6117 100644 --- a/config/emacs/.offlineimaprc +++ b/config/emacs/.offlineimaprc @@ -16,4 +16,5 @@ ssl = no remotehost = 127.0.0.1 remoteport = 1143 remoteusereval = get_user("Proton\ Account") -remotepasseval = hydroxide("/home/sako/.hydroxide-bridge-pass") \ No newline at end of file +remotepasseval = hydroxide("/home/sako/.hydroxide-bridge-pass") +folderfilter = lambda foldername: foldername in [ "All Mail", "Archive", "Drafts", "INBOX", "Sent", "Spam", "Starred", "Trash" ] \ No newline at end of file