sloonz / maildir-feed

Daemon which put RSS feeds into a maildir
ISC License
12 stars 3 forks source link

can I avoid the dot directories? #3

Closed seebi closed 11 years ago

seebi commented 11 years ago

After fetching the example config I have this structure in my folder:

├── .Fun
│   ├── cur
│   ├── new
│   └── tmp
├── .Fun.SMBC
│   ├── cur
│   ├── new
│   │   ├── ...
│   └── tmp
├── .Fun.XKCD
│   ├── cur
│   │   ├── ...
│   ├── new
│   └── tmp

mutt however is not able to browse dot directories without changing the config and I wonder how I can avoid creating invisible folders?

sloonz commented 11 years ago

Well, maildir-feed is designed to produce a maildir tree :) (mbox is a pain to deal correctly with, many locking issues…). In the worst case, if maildir doesn’t suits you, you can set up a quick&dirty installation of dovecot to export it over IMAP.

If you want to put everything in the same folder, you can try something like

{"": ["http://example1.com/rss.xml", "http://example2.com/rss.xml"]}