4 Commits

Author SHA1 Message Date
Ben Grande
a76215014f
fix: mutt spoolfile set after other folder options
- Fix mutt-sorcerer printing an invalid glob
- Encrypt postponed messages
- Set different folders based on folder regexp
- Use mailboxes when offline
2025-01-09 16:25:55 +01:00
Ben Grande
d13a21a734
fix: avoid echo usage
Echo can interpret operand as an option and checking every variable to
be echoed is troublesome while with printf, if the format specifier is
present before the operand, printing as string can be enforced.
2024-08-06 18:12:46 +02:00
Ben Grande
165dd238d6
chore: copyright date 2024-01-29 16:47:13 +01:00
Ben Grande
c1987240bc
refactor: muttrc configuration source order
Script to source muttrc configuration is preferred as it can choose what
files must exist and not throw extraneous error messages on optional
files. Adding the example configuration files to slim out the readme
from the qusal project, also helps with copying the file from inside
the qube itself instead of having to copy inter-qube.
2024-01-26 22:43:46 +01:00