From 4242a01983eb57ac44d5fcfbda75339d486ea4f1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 27 May 2025 11:13:06 +0530 Subject: Refactor email setup + add email sender to notification --- modules/email/aerc.conf | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 modules/email/aerc.conf (limited to 'modules/email/aerc.conf') diff --git a/modules/email/aerc.conf b/modules/email/aerc.conf deleted file mode 100644 index 5585d25..0000000 --- a/modules/email/aerc.conf +++ /dev/null @@ -1,26 +0,0 @@ -[general] -enable-osc8 = true -unsafe-accounts-conf = true - -[ui] -auto-mark-read = true - -[viewer] -parse-http-links = true - -[compose] -editor = nvim -file-picker-cmd = lf -selection-path=%f -empty-subject-warning = true -no-attachment-warning = ^[^>]*attach(ed|ment) - -[filters] -text/plain=bat -f --paging=never --file-name="$AERC_SUBJECT ($AERC_FROM)" --style=header,grid -text/html=! w3m -I UTF-8 -T text/html -text/*=bat -fP --file-name="$AERC_FILENAME" --style=plain -application/pdf=pdftotext - - - -[openers] -image/*=sxiv {} -application/pdf=zathura {} - -- cgit v1.3.1