Fix absolute paths in mail stack

This commit is contained in:
2019-08-29 23:22:18 +02:00
parent 6e8ff759b0
commit 741a7f300b
5 changed files with 15 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
macro index,pager i1 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/gmail.muttrc<enter><change-folder>!<enter>'
macro index,pager i2 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/gmail.muttrc<enter><change-folder>!<enter>'
source /home/coolneng/.config/neomutt/accounts/gmail.muttrc
macro index,pager i2 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/uni.muttrc<enter><change-folder>!<enter>'
macro index,pager i1 '<sync-mailbox><enter-command>source "/home/coolneng/.config/neomutt"/accounts/uni.muttrc<enter><change-folder>!<enter>'
source /home/coolneng/.config/neomutt/accounts/uni.muttrc

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/python3.6
#!/bin/python3
import re
import sys