commit fd123d798083be249031a2f707dacf8727d6d357
parent c7534f961e1d37e66b1bace7796b68d45067b0df
Author: Ashymad <czilukim@o2.pl>
Date: Wed, 4 Oct 2017 23:00:38 +0200
added new email account
Diffstat:
3 files changed, 34 insertions(+), 8 deletions(-)
diff --git a/.config/astroid/poll.sh b/.config/astroid/poll.sh
@@ -17,6 +17,7 @@ fi
notmuch search --output=files tag:deleted and tag:o2 and not folder:o2/Trash | xargs -I {} mv -f "{}" $MAILDIR/o2/Trash/cur/
notmuch search --output=files tag:deleted and tag:freeos and not folder:freeos/Trash | xargs -I {} mv -f "{}" $MAILDIR/freeos/Trash/cur/
+notmuch search --output=files tag:deleted and tag:agh and not folder:agh/Trash | xargs -I {} mv -f "{}" $MAILDIR/agh/Trash/cur/
offlineimap
notmuch new
@@ -24,11 +25,12 @@ notmuch new
notmuch tag --batch <<EOF
+o2 tag:new and path:"o2/**"
+freeos tag:new and path:"freeos/**"
- +deleted tag:new and folder:o2/Trash or folder:freeos/Trash
- +sent tag:new and folder:o2/Sent or folder:freeos/Sent or folder:"freeos/Sent Items"
- +spam tag:new and folder:o2/Spam or folder:freeos/Spam or folder:freeos/Junk
- +inbox tag:new and folder:o2/INBOX or folder:freeos/INBOX
- +archive tag:new and folder:o2/INBOX.Archive or folder:freeos/Archive
- +draft tag:new and folder:o2/Drafts or folder:freeos/Drafts
+ +agh tag:new and path:"agh/**"
+ +deleted tag:new and folder:o2/Trash or folder:freeos/Trash or folder:agh/Trash
+ +sent tag:new and folder:o2/Sent or folder:freeos/Sent or folder:"freeos/Sent Items" or folder:agh/Sent
+ +spam tag:new and folder:o2/Spam or folder:freeos/Spam or folder:freeos/Junk or folder:agh/Spam
+ +inbox tag:new and folder:o2/INBOX or folder:freeos/INBOX or folder:agh/INBOX
+ +archive tag:new and folder:o2/INBOX.Archive or folder:freeos/Archive or folder:agh/Archives
+ +draft tag:new and folder:o2/Drafts or folder:freeos/Drafts or folder:agh/Drafts
-new tag:new
EOF
diff --git a/.extend.xprofile b/.extend.xprofile
@@ -1,4 +1,4 @@
xbindkeys
urxvtd -q -o -f
-xinput --set-prop 12 278 1
+xinput --set-prop 13 278 1
setxkbmap -option caps:super
diff --git a/.offlineimaprc b/.offlineimaprc
@@ -72,7 +72,7 @@
#
# Always use ASCII characters only.
#
-accounts = o2, freeos
+accounts = o2, freeos, agh
# This option stands in the [general] section.
@@ -270,6 +270,12 @@ remoterepository = o2-remote
localrepository = freeos-local
remoterepository = freeos-remote
+[Account agh]
+
+localrepository = agh-local
+remoterepository = agh-remote
+
+
########## Advanced settings
# This option stands in the [Account Test] section.
@@ -475,6 +481,12 @@ type = Maildir
localfolders = ~/.mail/freeos
+[Repository agh-local]
+
+type = Maildir
+
+localfolders = ~/.mail/agh
+
# This option stands in the [Repository LocalExample] section.
#
# You can specify the "folder separator character" used for your Maildir
@@ -1380,3 +1392,15 @@ sslcacertfile = /etc/ssl/certs/ca-certificates.crt
remoteusereval = get_username( 'https://free.os.pl' )
remotepasseval = get_password( 'https://free.os.pl' )
+
+[Repository agh-remote]
+
+type = IMAP
+
+remotehost = poczta.agh.edu.pl
+
+sslcacertfile = /etc/ssl/certs/ca-certificates.crt
+
+remoteusereval = get_username( 'https://poczta.agh.edu.pl' )
+
+remotepasseval = get_password( 'https://poczta.agh.edu.pl' )