Do not automatically start offlineimap

Risk of data loss is too high.
This commit is contained in:
Daniel - 2021-06-12 14:06:48 +02:00
parent 9e6c46893e
commit 8fe64b7d9c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 2 deletions

View File

@ -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