/offlineimap/head: changeset 326
Added minimal config file; noted this in changelog
This commit is contained in:
parent
16b3ce90ca
commit
f601a9850c
@ -1,5 +1,6 @@
|
||||
offlineimap (3.99.6) unstable; urgency=low
|
||||
|
||||
* This a 4.0 TRACK release, and may be unstable or in flux!
|
||||
* Completed work to make both graphical interfaces work
|
||||
with a threaded Tcl/Tk Tkinter. A threaded Tcl/Tk actually makes
|
||||
life MORE difficult for multi-threaded Python programs, argh.
|
||||
@ -21,6 +22,9 @@ offlineimap (3.99.6) unstable; urgency=low
|
||||
However, this is not going to be a huge problem because the new Curses
|
||||
Blinkenlights interface has this support, and does it a lot better than
|
||||
TTY.TTYUI ever could have.
|
||||
* Provided config file default for many more options. Closes: #168219.
|
||||
* New example file offlineimap.conf.minimal showing you how to get started
|
||||
fast. It uses only 6 lines to set up an account.
|
||||
|
||||
-- John Goerzen <jgoerzen@complete.org> Thu, 2 Jan 2003 13:59:44 -0600
|
||||
|
||||
|
@ -16,6 +16,9 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
# Looking for a quick start? Take a look at offlineimap.conf.minimal.
|
||||
|
||||
|
||||
##################################################
|
||||
# General definitions
|
||||
##################################################
|
||||
|
10
offlineimap/head/offlineimap.conf.minimal
Normal file
10
offlineimap/head/offlineimap.conf.minimal
Normal file
@ -0,0 +1,10 @@
|
||||
# Sample minimal config file. Copy this to ~/.offlineimaprc and edit to
|
||||
# suit to get started fast.
|
||||
|
||||
[general]
|
||||
accounts = Test
|
||||
|
||||
[Test]
|
||||
localfolders = ~/Test
|
||||
remotehost = examplehost
|
||||
remoteuser = jgoerzen
|
Loading…
Reference in New Issue
Block a user