dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 541bac930e649983e77b69b9c5e986101fd6070b
parent 57e36041460d75ae4ddb8f6e21e438940fbd7821
Author: Ashymad <czilukim@o2.pl>
Date:   Thu,  1 Mar 2018 23:38:51 +0100

Buggy

Diffstat:
M.offlineimap.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.offlineimap.py b/.offlineimap.py @@ -7,7 +7,7 @@ def blockPrint(): def enablePrint(): sys.stdout = sys.__stdout__ -session = keepasshttp.start('offlineimap') +session = keepasshttp.start('ofim') def get_password( str ): blockPrint()