rev 326 - in offlineimap/head: . debian
[email protected] Mon, 6 Jan 2003 15:30:37 -0600 (CST)
| Newsgroups | gmane.mail.imap.offlineimap.subversion |
|---|---|
| Message-ID | <[email protected]> |
Author: jgoerzen
Date: 2003-01-06 15:30:37 -0600 (Mon, 06 Jan 2003)
New Revision: 326
Added:
offlineimap/head/offlineimap.conf.minimal
Modified:
offlineimap/head/debian/changelog
offlineimap/head/offlineimap.conf
Log:
Added minimal config file; noted this in changelog
Modified: offlineimap/head/debian/changelog
==============================================================================
--- offlineimap/head/debian/changelog (original)
+++ offlineimap/head/debian/changelog Mon Jan 6 15:30:37 2003
@@ -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 @@
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 <[email protected]> Thu, 2 Jan 2003 13:59:44 -0600
Added: offlineimap/head/offlineimap.conf.minimal
==============================================================================
--- offlineimap/head/offlineimap.conf.minimal (original)
+++ offlineimap/head/offlineimap.conf.minimal Mon Jan 6 15:30:37 2003
@@ -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
Modified: offlineimap/head/offlineimap.conf
==============================================================================
--- offlineimap/head/offlineimap.conf (original)
+++ offlineimap/head/offlineimap.conf Mon Jan 6 15:30:37 2003
@@ -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
##################################################