Просмотр исходного кода

muttdir changed documentation additions

tags/v3.1
Luke 6 лет назад
Родитель
Сommit
5162056542
2 измененных файлов: 4 добавлений и 2 удалений
  1. +3
    -1
      README.md
  2. +1
    -1
      mutt_install.sh

+ 3
- 1
README.md Просмотреть файл

@@ -4,7 +4,9 @@ Mutt is one of the most rewarding programs one can use, but can be a pain in the

## Progress

The main scripts `mutt_install.sh` can create or add an account from a domain in `domain.csv` to `~/.offlineimaprc` without a problem.
* The main scripts `mutt_install.sh` can create or add an account from a domain in `domain.csv` to `~/.offlineimaprc` without a problem.
* It also creates a email-specific settings for your muttrc, which are outputed in the `accounts/` directory in your mutt directory.
* It uses your gpg encryption to store your encrypted password in `credentials/`, where there are also two scripts that allow mutt and offlineIMAP to decrypt the passwords when needed.

## YOU CAN HELP



+ 1
- 1
mutt_install.sh Просмотреть файл

@@ -1,5 +1,5 @@
#!/bin/bash
muttdir="$HOME/Repos/email-mutt-offline/"
muttdir="$HOME/.config/mutt/"
mkdir -p ~/.config/mutt/credentials

# Email for GPG


Загрузка…
Отмена
Сохранить