Added courier example
Keywords: (jgoerzen@complete.org--projects/offlineimap--head--1.0--patch-7)
This commit is contained in:
parent
90a72c71b6
commit
240585f2cc
12
ChangeLog
12
ChangeLog
@ -2,6 +2,18 @@
|
||||
# arch-tag: automatic-ChangeLog--jgoerzen@complete.org--projects/offlineimap--head--1.0
|
||||
#
|
||||
|
||||
2005-01-17 14:07:35 GMT John Goerzen <jgoerzen@complete.org> patch-7
|
||||
|
||||
Summary:
|
||||
Added courier example
|
||||
Revision:
|
||||
offlineimap--head--1.0--patch-7
|
||||
|
||||
|
||||
modified files:
|
||||
ChangeLog offlineimap.conf
|
||||
|
||||
|
||||
2004-11-16 17:14:17 GMT John Goerzen <jgoerzen@complete.org> patch-6
|
||||
|
||||
Summary:
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Sample configuration file
|
||||
# Copyright (C) 2002 John Goerzen
|
||||
# Copyright (C) 2002-2005 John Goerzen
|
||||
# <jgoerzen@complete.org>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
@ -288,6 +288,11 @@ holdconnectionopen = no
|
||||
#
|
||||
# nametrans = lambda foldername: re.sub('^INBOX\.', '', foldername)
|
||||
|
||||
# Using Courier remotely and want to duplicate its mailbox naming
|
||||
# locally? Try this:
|
||||
#
|
||||
# nametrans = lambda foldername: re.sub('^INBOX\.*', '.', foldername)
|
||||
|
||||
# You can specify which folders to sync. You can do it several ways.
|
||||
# I'll provide some examples. The folderfilter operates on the
|
||||
# *UNTRANSLATED* name, if you specify nametrans. It should return
|
||||
|
Loading…
Reference in New Issue
Block a user