diff options
| author | EuAndreh <eu@euandre.org> | 2022-11-12 16:05:32 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-11-12 16:05:32 -0300 |
| commit | 3dcbe37baab74e089dee6f93d74a8824f5591478 (patch) | |
| tree | 64a8fc3d24b246c5d2018feda924d0f106e147cb /etc | |
| parent | bin/bins: Add -F option (diff) | |
| download | dotfiles-3dcbe37baab74e089dee6f93d74a8824f5591478.tar.gz dotfiles-3dcbe37baab74e089dee6f93d74a8824f5591478.tar.xz | |
Revert "Move email, IRC and Atom into Thunderbird"
This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251.
I'm still using msmtpq for git-send-email. So I'll have to work that
out before removing *all* email configuration.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/guix/home.scm | 2 | ||||
| -rw-r--r-- | etc/mailcaps/config | 1 | ||||
| -rw-r--r-- | etc/sh/rc | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 79bb1c17..3bf9f3ea 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -227,7 +227,9 @@ (define cronjobs (list + #~(job "0 0 * * *" "cronjob msmtp-queue -r") #~(job "0 0 * * *" "cronjob check") + #~(job "5 */6 * * *" "cronjob m") #~(job "30 0 * * *" "cronjob x update AND upgrade") #~(job "30 0 * * *" "cronjob backup -q cron"))) diff --git a/etc/mailcaps/config b/etc/mailcaps/config new file mode 100644 index 00000000..60f72869 --- /dev/null +++ b/etc/mailcaps/config @@ -0,0 +1 @@ +text/html; env HOME=$XDG_DATA_HOME/w3m w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput @@ -53,7 +53,9 @@ export GUILE_HISTORY="$XDG_STATE_HOME/guile-history" export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" export RLWRAP_HOME="$XDG_CACHE_HOME/rlwrap" export LESSHISTFILE="$XDG_STATE_HOME/lesshst" +export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch/default/config" export PASSWORD_STORE_DIR="$SRC/private/password-store" +export MAILCAPS="$XDG_CONFIG_HOME/mailcaps/config" export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc.py" export EXINIT=' " set number @@ -106,6 +108,7 @@ unalias -a alias p='ping euandre.org -c 3' alias c='tmux send-keys -R \; clear-history' alias o='open' +alias mm='msmtp-queue -r' alias s='vcs status' alias d='vcs diff' alias ds='vcs diff -- --staged' |
