summaryrefslogtreecommitdiff
path: root/plugins/new_version.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the plugins print warnings, if they get disabled due to missing importsRené 'Necoro' Neumann2009-07-281-1/+4
|
* Change plugins to use WidgetPlugin if neededRené 'Necoro' Neumann2009-07-051-1/+3
|
* Revert previous commitRené 'Necoro' Neumann2009-05-201-6/+2
|
* Hopefully fixed the new-version pluginRené 'Necoro' Neumann2009-05-201-2/+6
|
* Fixed the menus for the current pluginsRené 'Necoro' Neumann2009-04-241-1/+1
|
* Generalize the new_version pluginRené 'Necoro' Neumann2009-02-201-3/+3
|
* Same copyright statement in all filesRené 'Necoro' Neumann2009-02-071-1/+1
|
* Switch from tabs to 4 spacesRené 'Necoro' Neumann2008-09-021-47/+47
|
* Ported remaining pluginsRené 'Necoro' Neumann2008-07-041-0/+80
andra.snan@handgranat.org> 2009-12-26Avoid using "acme.com"Lucas Nussbaum4-10/+19 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, 2009-09-04fix to use Message-Id instead of X-CacheIndexLucas Nussbaum1-5/+2 2009-09-03added the forth arg to ConfigFeed::new for maildirLucas Nussbaum1-1/+1