@stuartcw
By the way, in the interest of learning and spreading interactions and stuff, what did you do to get that #code #snippet appear in a code-like #typeface? Triple #backticks or something?
I've been wondering about that, as well as any simple #formatting (em, strong [italic, bold]) #markup on #Maatodon.. 🤔
#code #snippet #typeface #backticks #formatting #markup #maatodon
@Photor I am using #neomutt as well, storing passwords in #KDE's #kwallet. The approach works as follows: Neomutt's config options 'imap_pass' or 'smtp_pass' allow to specify executables inside #backticks (command substitution like in Bash), expecting the program or script to provide the #password on stdout. In my case, I am using a #Bash script that does some #DBus invocation to access kwallet and to extract the requested password.
#dbus #Bash #Password #backticks #kwallet #KDE #neomutt