Add custom neomutt and offlineimap to handle login correctly
This commit is contained in:
4
.local/bin/offlineimap
Executable file
4
.local/bin/offlineimap
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
[ -z "$MASTERPW" ] && read -sp "Enpass password:" MASTERPW
|
||||
MASTERPW="$MASTERPW" /usr/bin/offlineimap
|
||||
|
||||
Reference in New Issue
Block a user