| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
This sets the correct modes for vim when editing the configfile. This is
especially needed, as YAML uses indentation for structures.
Options set:
- filetype to YAML (else 'conf' is infered)
- set the number of spaces a tab is to 2
- expandtab -- do not insert \t but spaces
|
|
|
|
|
|
|
|
|
|
| |
Following a discussion on feed2imap-devel, add a reupload_if_updated
option. When set to false, if an item is updated, but was previously
removed from the IMAP server, it is no longer re-uploaded.
Also fix some config file parsing bugs for the disable-ssl-verification
and include-images options. I should really switch to another way to
describe F2I config...
|
| |
|
|
|
|
|
|
|
|
| |
I looked for a good feed to maildir program, and I couldn’t find one. Turns out, by looking at feed2imaps source code, that it has that function. So here’s a documentation patch so it’s easier to find. This patch shouldn’t touch any code. Generated by git.
Sandra
Signed-off-by: Sandra Snan <sandra.snan@handgranat.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch from Guido Berhoerster <guido@berhoerster.name>:
Hello,
here is a small patch that avoids using the valid(!) domain
"acme.com" for generating message ids and email addresses. It
adds a new global configuration option "default-email" which will
be used in case a feed does provide one, currently feed2imap
resorts to "feed2imap@acme.com". If this configuration option is
not given it will basically default to <logname>@<hostname> as
returned by Etc.getlogin and Socket.gethostname.
Yours,
|
|
|
|
|
|
| |
- prepared the release (still need to update the date)
- allowed to re-use substrings in the yaml config file (+ doc)
thanks to Bernhard Stoeckner for the tip.
|
| |
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@121 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@115 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@103 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
|
|
|
| |
- improved example config file
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@99 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@98 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@97 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
|
|
|
|
|
| |
some false-negatives)
- New always-new flag
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@93 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@55 f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
|
|
| |
f70e237a-67f3-0310-a06c-d2b8a7116972
|
|
f70e237a-67f3-0310-a06c-d2b8a7116972
|