diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-22 16:16:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 16:16:41 +0200 |
commit | 03f84710ecfcb221b4517309231b6ee3510052ee (patch) | |
tree | 22fb81e3b8644fe35f90d1ad6c0ff79b1d59a545 /README.md | |
parent | d673bf4c8ccfda45aa9960abfc6885a954e729a9 (diff) | |
download | feed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.tar.gz feed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.tar.bz2 feed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.zip |
Update README.md
More details on groups
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ for details. ### Additions to feed2imap -* groups (_details TBD_) +* Groups: Have the ability to group feeds that share characteristics, most often the same parent folder in the hiearchy. + But also allows to share options between feeds. Usages: Categories ("News", "Linux") and merging different feeds of the same origin. * Heavier use of parallel processing (it's Go after all ;)). Also, it is way faster. * Global `target` and each feed only specifies the folder relative to that target. (feature contained also in [fork of the original][nec]) |