diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-03-25 14:10:57 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-25 14:10:57 -0400 |
commit | b2f58a61f7f6156e6a5b5c2de1c9b98fa28a3603 (patch) | |
tree | 618a952e257de1891ac85bedbd9c03c8607867bc /README.md | |
parent | 5553cbc73315ce7718de61199b3d62bd2bb3b7c2 (diff) |
~/.offlineimap note in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ mutt-wizard is configured by default for you to use other useful tools, but thes - More elegant attachment handling. Image/video/pdf attachments without relying on the neomutt instance. - abook integration by default. - The messy template files have been removed and are now a part of the script itself. -- Optimal XDG standards compliance, moving offlineimap and msmtp configs to `~/.config/` and moving mail to `~/.local/share/mail/`. +- Optimal XDG standards compliance, moving offlineimap and msmtp configs to `~/.config/` and moving mail to `~/.local/share/mail/`. offlineimap still uses home for its cache though. - `accounts/` hold account data and `bin/` holds script run by or for mutt. All other directories have been disintegrated. - Better handling of different gpg versions. - Script is POSIX sh compliance. |