summaryrefslogtreecommitdiff
path: root/portato/session.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-08-11 11:06:21 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-08-11 11:06:21 +0200
commit2776b35a9a93d21a65ae005296f82e675336b0dc (patch)
tree731fc7b4661e7203b4cd5a5502fe2b1cf2ce0af7 /portato/session.py
parentbcfae28b842f76bfec2134f9d7f01942fc1c57c6 (diff)
downloadportato-2776b35a9a93d21a65ae005296f82e675336b0dc.tar.gz
portato-2776b35a9a93d21a65ae005296f82e675336b0dc.tar.bz2
portato-2776b35a9a93d21a65ae005296f82e675336b0dc.zip
Fix handling of slots in /etc/portage/*
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
d/> 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> 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