From 8fe64b7d9ccad696720b733266e46a7000f62419 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Jun 2021 14:06:48 +0200 Subject: [PATCH] Do not automatically start offlineimap Risk of data loss is too high. --- config/bash/scripts.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/bash/scripts.sh b/config/bash/scripts.sh index 779d075..95f266b 100755 --- a/config/bash/scripts.sh +++ b/config/bash/scripts.sh @@ -35,8 +35,6 @@ function tmux-main() { tmux new-session -d -A -s main \; \ send-keys 'journalctl --follow' ENTER \; \ split-window \; \ - send-keys 'offlineimap' ENTER \; \ - split-window \; \ send-keys 'htop -t' ENTER \; \ select-layout even-vertical \; \ attach-session -t main