From 3d50e7386178cd0392d2e1c9ba7b9e933b4c27e3 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 21 Aug 2014 13:28:19 +0200 Subject: initial commit --- wu-user/.config/alot/config | 13 +++++++++++++ wu-user/.msmtprc | 11 +++++++++++ wu-user/.notmuch-config | 18 ++++++++++++++++++ wu-user/README | 9 +++++++++ 4 files changed, 51 insertions(+) create mode 100644 wu-user/.config/alot/config create mode 100644 wu-user/.msmtprc create mode 100644 wu-user/.notmuch-config create mode 100644 wu-user/README (limited to 'wu-user') diff --git a/wu-user/.config/alot/config b/wu-user/.config/alot/config new file mode 100644 index 0000000..d649fe0 --- /dev/null +++ b/wu-user/.config/alot/config @@ -0,0 +1,13 @@ +[accounts] + [[tv@sh-via-cd]] + realname = tv + address = tv@shackspace.de + sendmail_command = msmtp --account=cd -t --read-envelope-from + sent_box = maildir:///home/tv/Maildir/.Sent + draft_box = maildir:///home/tv/Maildir/.Drafts + [[tv@wu]] + realname = tv + address = tv@wu.retiolum + sendmail_command = msmtp -a wu -t --read-envelope-from + sent_box = maildir:///home/tv/Maildir/.Sent + draft_box = maildir:///home/tv/Maildir/.Drafts diff --git a/wu-user/.msmtprc b/wu-user/.msmtprc new file mode 100644 index 0000000..0d27ca7 --- /dev/null +++ b/wu-user/.msmtprc @@ -0,0 +1,11 @@ +defaults + logfile ~/.msmtp.log + +account cd + host cd.retiolum + +account wu + host wu.retiolum + +account nomic + host nomic.retiolum diff --git a/wu-user/.notmuch-config b/wu-user/.notmuch-config new file mode 100644 index 0000000..4209119 --- /dev/null +++ b/wu-user/.notmuch-config @@ -0,0 +1,18 @@ +[database] +path=/home/tv/Maildir + +[user] +name= +primary_email= +other_email=tv@shackspace.de; + +[new] +tags=unread;inbox; +ignore= + +[search] +exclude_tags=deleted;spam; + +[maildir] +synchronize_flags=true + diff --git a/wu-user/README b/wu-user/README new file mode 100644 index 0000000..1c92036 --- /dev/null +++ b/wu-user/README @@ -0,0 +1,9 @@ +# how to use? + + terminal-1$ alot + + terminal-2$ journalctl --follow --all # this is optional, of course... + + terminal-3$ notmuch new # whenever you got new mail + # TODO automatize me eventually :) + -- cgit v1.2.3