summaryrefslogtreecommitdiff
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:04:59 +0200
commitaae64890d6342ff8646d826ce1cc7f6f5a0e34ff (patch)
tree3625d22a3661ed02be9f82a5aaf14511322b2d06
parentd59a189987f812b024d197e80a4437b39d75ccc3 (diff)
downloadqutebrowser-aae64890d6342ff8646d826ce1cc7f6f5a0e34ff.tar.gz
qutebrowser-aae64890d6342ff8646d826ce1cc7f6f5a0e34ff.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. (cherry picked from commit 9115ea4a4bbc4858d7fa0422cff59c29699fa53a)
-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])