]>
git.madduck.net Git - etc/offlineimap.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
032f406 )
+def py_foldersort_bulk(x, y):
+ if x == 'spool': return -1
+ if y == 'spool': return 1
+ if x in ('discard', 'spam'): return 1
+ if y in ('discard', 'spam'): return -1
+
def py_folderfilter_bulk(x):
if re.search('^(' + '|'.join(full_excludes_re) + ')', x):
return True
def py_folderfilter_bulk(x):
if re.search('^(' + '|'.join(full_excludes_re) + ')', x):
return True
[Repository madduck.net-bulk]
type = IMAP
[Repository madduck.net-bulk]
type = IMAP
holdconnectionopen = yes
preauthtunnel = SSH_AUTH_SOCK= ssh -TCaxS ~/.var/offlineimap/ssh_ctl_sock -o "ControlMaster auto" -o "ProtocolKeepAlives 10" -o "ConnectTimeout 60" -i ~/.offlineimap/id_rsa.imap@seamus imap.madduck.net
expunge = yes
folderfilter = py_folderfilter_bulk
holdconnectionopen = yes
preauthtunnel = SSH_AUTH_SOCK= ssh -TCaxS ~/.var/offlineimap/ssh_ctl_sock -o "ControlMaster auto" -o "ProtocolKeepAlives 10" -o "ConnectTimeout 60" -i ~/.offlineimap/id_rsa.imap@seamus imap.madduck.net
expunge = yes
folderfilter = py_folderfilter_bulk
+foldersort = py_foldersort_main
[Account logcheck]
localrepository = local-logcheck
[Account logcheck]
localrepository = local-logcheck