aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/aerc
AgeCommit message (Collapse)Author
2024-03-10Separate home service into PIM, dev env and graphical partsTimo Wilken
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
2024-03-08Use upstream aerc catppuccin themeTimo Wilken
2023-09-04Bind :sign and :encrypt keys for aercTimo Wilken
2023-06-30Modernise aerc config for 0.15.0+Timo Wilken
Some config settings were deprecated and/or changed.
2023-06-11Remove deleted timo@wilkenfamily.de mailboxTimo Wilken
2023-06-07Fix invocation of imv command by aercTimo Wilken
This way, it's invoked only when the user presses "O" instead of when switching to the image attachment.
2023-06-07Fix aerc deletion keybindsTimo Wilken
"D" should mean "move to bin" in view mode as well.
2023-06-05Update work mail config to match home configTimo Wilken
2023-06-03Add aerc keybinds and archive foldersTimo Wilken
2023-05-28Add timo@wilkenfamily.de email accountTimo Wilken
2023-05-25Set up GPG mail signing and encryptionTimo Wilken
2023-05-25Enable GPG signing for mailTimo Wilken
2023-04-21Let aerc handle XOAUTH itselfTimo Wilken
This should be more reliable than using mutt_oauth2 and fighting aerc's caching of the passphrase. This also fixes sending emails from the Cantab and Outlook accounts.
2023-04-21Fix aerc ExOl SMTP setupTimo Wilken
Apparently, smtp-starttls=true is not recognised; use =yes instead.
2023-04-21Merge diverged work and home branchesTimo Wilken
This took some work, particularly when re-merging the diverged OpenSSH configs and duplicate home services between lap.scm/home.scm and cern.scm.
2023-04-20Split work and home aerc configs apartTimo Wilken
2023-04-18Fix sending ExOl mailTimo Wilken
2023-04-14Improve aerc address displayTimo Wilken
2023-04-07Update CERN mail config for ExOlTimo Wilken
2023-04-03Use aerc's native XOAUTH2 supportTimo Wilken
To avoid jank when refreshing access tokens, let aerc do it itself rather than shelling out to mutt_oauth2.py.
2023-04-03Use imv for viewing images in mailsTimo Wilken
This avoids messing up aerc's layout.
2023-03-29Fix encryption command for mutt_oauth2Timo Wilken
2023-03-29Move to evil, evil ExOl for work mailTimo Wilken
2023-03-04Delete all but CERN account for aercTimo Wilken
2023-03-04Fix sent folder for CERN mailTimo Wilken
2023-03-04Add CERN mail aliasTimo Wilken
2023-03-04Simplify aerc index-formatTimo Wilken
2023-02-16Specify custom background for non-default casesTimo Wilken
If this is not done, aerc uses the terminal's default background colour instead of the default case's.
2023-02-15Toggle mail flags instead of settingTimo Wilken
2023-02-15Use aerc for mail by defaultTimo Wilken
But keep neomutt installed for now, just in case.