major springcleaning
This commit is contained in:
4
.config/mbsync/mailsync.patch
Normal file
4
.config/mbsync/mailsync.patch
Normal file
@ -0,0 +1,4 @@
|
||||
41c41
|
||||
< *systemd*|*openrc*) export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus ;;
|
||||
---
|
||||
> *systemd*|*openrc*) export DBUS_SESSION_BUS_ADDRESS=$(cat /tmp/dbus_session_bus_address);;
|
4
.config/mbsync/patch_mailsync.sh
Normal file
4
.config/mbsync/patch_mailsync.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd bin
|
||||
patch -p1 < mailsync.patch
|
Reference in New Issue
Block a user