From 4f4eb64d3f794fc234f91d97ecac79739322f317 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 25 Sep 2017 10:59:48 +0200 Subject: [PATCH] Various updates - Socks proxy for email since some networks block the email ports. - Update packages after laptop reinstall - Update paths for TL2017 --- email/.config/msmtp/config | 2 ++ email/.config/offlineimap/config | 2 +- pkgs.sh | 1 + shell/.bashrc | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/email/.config/msmtp/config b/email/.config/msmtp/config index e8a51b8..b5de460 100644 --- a/email/.config/msmtp/config +++ b/email/.config/msmtp/config @@ -6,6 +6,8 @@ tls on tls_fingerprint 4C:C6:52:09:81:21:28:A7:B2:56:3E:EF:79:2A:49:C0:94:51:7F:1C:95:4F:77:63:15:70:0B:7D:54:D1:77:BB user mart@martlubbers.net passwordeval pass mail/mart@martlubbers.net +#proxy_host localhost +#proxy_port 8008 from mart@martlubbers.net account ru diff --git a/email/.config/offlineimap/config b/email/.config/offlineimap/config index 6ccf56c..0fd5652 100644 --- a/email/.config/offlineimap/config +++ b/email/.config/offlineimap/config @@ -8,7 +8,7 @@ ui = quiet localrepository = Local remoterepository = Remote postsynchook = notmuch new -#status_backend = sqlite +#proxy = SOCKS5:localhost:8008 [Repository Local] type = Maildir diff --git a/pkgs.sh b/pkgs.sh index 50cc64d..0643d81 100644 --- a/pkgs.sh +++ b/pkgs.sh @@ -2,6 +2,7 @@ sudo apt-get install \ bash-completion \ build-essential \ dunst \ + dbus-x11 \ firefox-esr \ git \ gv \ diff --git a/shell/.bashrc b/shell/.bashrc index 03aef50..d5e443b 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -19,7 +19,7 @@ export CLEAN_HOME=/opt/clean export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin export PATH=$PATH:~/projects/esp-open-sdk/xtensa-lx106-elf/bin -export PATH=$PATH:/opt/texlive/2017/bin/x86_64-linux:/opt/zotero +export PATH=$PATH:/opt/texlive/bin/x86_64-linux:/opt/zotero export GTK_IM_MODULE=xim export QT_IM_MODULE=xim -- 2.20.1