From bbbb4b4cc50c9c2178e13501bd22e9b5345a2f8e Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 7 Jan 2015 10:04:57 +0100 Subject: [PATCH] sup - add 12ul account --- sup/config.yaml | 10 ++++++++-- sup/sources.yaml | 16 ++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/sup/config.yaml b/sup/config.yaml index 1296fb8..c53592d 100644 --- a/sup/config.yaml +++ b/sup/config.yaml @@ -28,16 +28,22 @@ :default: :name: Felix Van der Jeugt :email: felix.vanderjeugt@gmail.com - :alternates: - - felix.vanderjeugt@12urenloop.be + :alternates: [] :sendmail: "/usr/bin/msmtp --account=gmail -t --read-envelope-from" :signature: "/home/felix/.signature" :gpgkey: '' :ugent: :name: Felix Van der Jeugt :email: felix.vanderjeugt@ugent.be + :alternates: [] :sendmail: "/usr/bin/msmtp --account=ugent -t --read-envelope-from" :signature: "/home/felix/.signature" :gpgkey: '' + :12ul: + :name: Felix Van der Jeugt + :email: felix.vanderjeugt@12urenloop.be :alternates: [] + :sendmail: "/usr/bin/msmtp --account=12ul -t --read-envelope-from" + :signature: "/home/felix/.signature" + :gpgkey: '' :time_mode: 24h diff --git a/sup/sources.yaml b/sup/sources.yaml index 744baad..d08146b 100644 --- a/sup/sources.yaml +++ b/sup/sources.yaml @@ -15,6 +15,14 @@ id: 3 labels: - UGent +- !supmua.org,2006-10-01/Redwood/Maildir + uri: maildir:/home/felix/Mail/12ul/Inbox + usual: true + archived: false + sync_back: true + id: 5 + labels: + - 12UL - !supmua.org,2006-10-01/Redwood/Maildir uri: maildir:/home/felix/Mail/gmail/Sent usual: true @@ -31,4 +39,12 @@ id: 4 labels: - UGent +- !supmua.org,2006-10-01/Redwood/Maildir + uri: maildir:/home/felix/Mail/12ul/Sent + usual: true + archived: true + sync_back: true + id: 6 + labels: + - 12UL - !supmua.org,2006-10-01/Redwood/SentLoader {}