aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/feed/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/feed.go b/internal/feed/feed.go
index 686de4c..d087d3a 100644
--- a/internal/feed/feed.go
+++ b/internal/feed/feed.go
@@ -10,7 +10,7 @@ import (
)
type Feed struct {
- config.Feed
+ *config.Feed
feed *gofeed.Feed
items []feeditem
cached CachedFeed
/a>Chris Down1-2/+2 It seems this file doesn't use spaces any more. 2015-07-24passmenu: Only pass first line to xdotoolChris Down1-1/+3 In 87ec1489fa98, I forgot that some people like to store more than one line in their password files. We should only pass the first line to xdotool. 2015-07-24passmenu: Read from stdin when using xdotool to type passwordChris Down1-1/+1 This works around a bug in xdotool parsing when encountering quotes, see https://github.com/jordansissel/xdotool/issues/72. Thanks to Gerd Wachsmuth for the report. 2015-05-26emacs: Make `password-store-password-length' customizableNicolas Petton1-3/+10