summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-01 10:02:38 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-01 10:06:17 +0200
commit379b3ca98409687ded3432a7ff8a617b083ceb2c (patch)
tree1a6ecfd44c4b8dd4a3e1e55088f36e5cea9963f6 /misc
parent76fc57d7d258bed56f0a87ac75df832372e7298e (diff)
downloadqutebrowser-379b3ca98409687ded3432a7ff8a617b083ceb2c.tar.gz
qutebrowser-379b3ca98409687ded3432a7ff8a617b083ceb2c.zip
Revert "Fix gopass mime format for qute-pass userscript"
This reverts commit 3284ec900e42b279bc3bc40593d7356ab1e3f9b0. Not needed as most gopass versions do this when stdout is a pipe, but it interfers with reading the username from the secret. See the discussion in #6323 for more detail, and #5972 for the original PR.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/userscripts/qute-pass2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/userscripts/qute-pass b/misc/userscripts/qute-pass
index 42e21b528..cf65fe045 100755
--- a/misc/userscripts/qute-pass
+++ b/misc/userscripts/qute-pass
@@ -152,8 +152,6 @@ def _run_pass(pass_arguments):
def pass_(path):
- if arguments.mode == "gopass":
- return _run_pass(['show', '-o', path])
return _run_pass(['show', path])