Нема описа

vaeringjar eadc2f068c Add some colours. пре 3 година
etc eadc2f068c Add some colours. пре 3 година
.gitignore e0aa9f23fa init пре 3 година
README.org eadc2f068c Add some colours. пре 3 година
configure 4007c16f57 Fix the home dir. пре 3 година
muttrc eadc2f068c Add some colours. пре 3 година

README.org

About

My WIP for managing multiple email accounts with mutt. Put your accounts in ~/.mutt/var/ACCOUNT/config. It uses the configure script for hot reloading the configs, which might change later.

You can do something like this to backup your current settings and start using this, and then change the config file to match your settings:


cd
mv .mutt .mutt_backup
git clone https://notabug.org/vaeringjar/dotmuttfiles.git .mutt
cd .mutt

mkdir -p var/your@email.address \
    && cp -r \
        etc/example@account.config/* \
        var/your@email.address

License

Copyright 2021 vaeringjar.

Distributed under the AGPLv3+ or CC-BY-SA 4.0.

Acknowledgements

  • https://github.com/clarete/muttrc.git
  • https://pbrisbin.com/posts/two_accounts_in_mutt/
  • https://wiki.archlinux.org/index.php/Mutt
  • https://web.archive.org/web/20200224140135/http://www.davep.org/mutt/muttrc/

Roadmap

  • https://pbrisbin.com/posts/two_accounts_in_mutt/
  • Take a better look at this one. ^
  • https://github.com/altercation/mutt-colors-solarized
  • Perhaps allow cycling colors with these ^.
  • Move identity parts of gpg into the config.
  • Add the cyberpunk theme.
  • Add a config init so completely empty dot files can work.