# separator = /
# }
-# mail_plugins = $mail_plugins fts fts_lucene
+mail_plugins = $mail_plugins fts fts_lucene
-# plugin {
-# fts = lucene
-# fts_lucene = whitespace_chars=@.
-# fts_autoindex = yes
-# }
+plugin {
+ fts = lucene
+ fts_lucene = whitespace_chars=@.
+ fts_autoindex = yes
+}
#+end_src
** Dunst
# Global defaults
CopyArrivalDate yes
Create Both
+Expunge Both
######
IMAPAccount amin
account gnu
host fencepost.gnu.org
# use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
-tls_fingerprint 34:60:91:B5:71:5B:76:87:50:F3:83:13:26:0F:EE:75:42:83:93:9A:E2:AF:1E:87:72:02:C9:61:CE:28:1B:8E
+tls_fingerprint 93:59:52:1D:A6:95:13:31:7C:81:ED:DB:A5:BA:B5:2B:C8:BC:38:3E:71:A5:DF:8C:80:46:C1:E0:5D:2D:F4:E3
tls_starttls on
from bandali@gnu.org
user bandali
#+begin_src bash
cur=$(light -G)
val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 12)
-light -S $val
+[ -n "$val" ] && light -S $val
#+end_src
** s (run sway)