aboutsummaryrefslogtreecommitdiff
path: root/internal/template/feed.tpl.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-05 18:33:09 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-05-05 18:33:09 +0200
commit4635c493e7bb2cfb22c8136f9943e94ce54d0df3 (patch)
tree263f7ecc7707c6233ae5880cf2d51e8b6f17c32c /internal/template/feed.tpl.go
parent66001c2ad422bfd513429c7665018e2d1e9aa9db (diff)
downloadfeed2imap-go-4635c493e7bb2cfb22c8136f9943e94ce54d0df3.tar.gz
feed2imap-go-4635c493e7bb2cfb22c8136f9943e94ce54d0df3.tar.bz2
feed2imap-go-4635c493e7bb2cfb22c8136f9943e94ce54d0df3.zip
#47: Upgrade to fixed go-imap
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
.1, and we need to support GnuPG 2.0 too. 2015-01-28Take into account use in testsJason A. Donenfeld1-1/+1 2015-01-28Bump version1.6.4Jason A. Donenfeld1-1/+1 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 Symlinks inside password-store make sense when using passff in firefox, and have the same LDAP password in different websites. In order to have passff working correctly then, we need to strip the .gpg extension from symlinks as well. Example output of `pass find site1` or `pass | grep site1` before this commit: site1.job.com.gpg -> site2.job.com and after: site1.job.com -> site2.job.com 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 xclip will return a non-zero exit code if $DISPLAY is not set, which might happen, for example, if you're running pass in a tmux session remotely or something like that. xclip itself will also show an error message ("Can't open display") which provides enough context to figure out what the problem is. There might be other reasons for xclip to return a non-zero exit code, but the man page doesn't list them. 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3