- Slight renaming in offlineimap.conf.minimal to clarify things. - Documentation updated with information about new features. Closes: #189771. + Described IMAP-IMAP syncing + Updated minimal example with new offlineimap.conf.minimal + Updated UID information. Added link to recent mailing list discussion. + Described KMail syncing, which now works. + Added link to mailing list archives.
		
			
				
	
	
		
			19 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			331 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Sample minimal config file.  Copy this to ~/.offlineimaprc and edit to
 | 
						|
# suit to get started fast.
 | 
						|
 | 
						|
[general]
 | 
						|
accounts = Test
 | 
						|
 | 
						|
[Account Test]
 | 
						|
localrepository = Local
 | 
						|
remoterepository = Remote
 | 
						|
 | 
						|
[Repository Local]
 | 
						|
type = Maildir
 | 
						|
localfolders = ~/Test
 | 
						|
 | 
						|
[Repository Remote]
 | 
						|
type = IMAP
 | 
						|
remotehost = examplehost
 | 
						|
remoteuser = jgoerzen
 |