aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-06-27 09:00:29 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-06-27 09:00:29 +0200
commitd29d2cf6c9d3ce5e54917c088bc9bf874b1c0775 (patch)
treed933438f39d5369a49b4b98c1ce4f831200b0788
parentb8a81e934ba6a8c16f158e4a9ed017323d31bcb6 (diff)
Remove mutt wrapper
For some reason, when started through the wrapper script, neomutt just errors out with not having been supplied any recipients.
l---------.local/bin/mutt1
-rw-r--r--.local/etc/wrapper.d/mutt.rc9
2 files changed, 0 insertions, 10 deletions
diff --git a/.local/bin/mutt b/.local/bin/mutt
deleted file mode 120000
index 3da827c..0000000
--- a/.local/bin/mutt
+++ /dev/null
@@ -1 +0,0 @@
-../share/wrapper.sh \ No newline at end of file
diff --git a/.local/etc/wrapper.d/mutt.rc b/.local/etc/wrapper.d/mutt.rc
deleted file mode 100644
index 3b72788..0000000
--- a/.local/etc/wrapper.d/mutt.rc
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-WRAPPER_BINS="
- neomutt
-"
-
-wrap_before() {
- cd -- "$HOME/mail"
-}