alias scl=systemctl
alias jcl=journalctl
alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'
-alias m="mbsync csclub; mbsync uwaterloo; mbsync amin"
+alias getmail='getmail --getmaildir "$XDG_CONFIG_HOME"/getmail --rcfile getmailrc'
+alias mb="mbsync csclub; mbsync uwaterloo; mbsync amin"
+alias gm="getmail"
+alias m="mb; gm"
alias best="youtube-dl -f best"
aur() {
--- /dev/null
+[retriever]
+type = SimplePOP3SSLRetriever
+server = fencepost.gnu.org
+username = bandali
+password_command = ("gpg2", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg")
+port = 995
+use_apop = True
+
+[destination]
+type = MDA_external
+path = /usr/lib/dovecot/deliver
+arguments = ('-e', '-f', '%(sender)', '-d', 'bandali@gnu.local')
+
+[options]
+read_all = false
+delete = false
+delete_after = 14
+received = false
+delivered_to = false
alias vi find-file $1
alias vim find-file $1
alias mbsync mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc $*
-alias m mbsync csclub; mbsync uwaterloo; mbsync amin
+alias getmail getmail --getmaildir $XDG_CONFIG_HOME/getmail --rcfile getmailrc $*
+alias mb mbsync csclub; mbsync uwaterloo; mbsync amin
+alias gm getmail
+alias m mb; gm
+++ /dev/null
-[retriever]
-type = SimplePOP3SSLRetriever
-server = fencepost.gnu.org
-username = bandali
-password_command = ("gpg2", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg")
-port = 995
-use_apop = True
-
-[destination]
-type = Maildir
-path = ~/mail/gnu/Inbox/
-
-# [destination]
-# type = MDA_external
-# path = /usr/lib/dovecot/deliver
-# arguments = ('-d', 'amin@aminb.org')
-
-[options]
-delete = True