From f601a9850c800c214cc94c90780d14f3d8ebe59e Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Tue, 7 Jan 2003 04:30:37 +0100 Subject: [PATCH] /offlineimap/head: changeset 326 Added minimal config file; noted this in changelog --- offlineimap/head/debian/changelog | 4 ++++ offlineimap/head/offlineimap.conf | 3 +++ offlineimap/head/offlineimap.conf.minimal | 10 ++++++++++ 3 files changed, 17 insertions(+) create mode 100644 offlineimap/head/offlineimap.conf.minimal diff --git a/offlineimap/head/debian/changelog b/offlineimap/head/debian/changelog index 49caa77..50824ca 100644 --- a/offlineimap/head/debian/changelog +++ b/offlineimap/head/debian/changelog @@ -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 Thu, 2 Jan 2003 13:59:44 -0600 diff --git a/offlineimap/head/offlineimap.conf b/offlineimap/head/offlineimap.conf index 7980ef0..d925772 100644 --- a/offlineimap/head/offlineimap.conf +++ b/offlineimap/head/offlineimap.conf @@ -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 ################################################## diff --git a/offlineimap/head/offlineimap.conf.minimal b/offlineimap/head/offlineimap.conf.minimal new file mode 100644 index 0000000..50b3d27 --- /dev/null +++ b/offlineimap/head/offlineimap.conf.minimal @@ -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