/head: changeset 113

Added support for command-line arguments
This commit is contained in:
jgoerzen
2002-07-12 08:51:52 +01:00
parent 2d3f47d9c4
commit 53625f0dbb
5 changed files with 94 additions and 11 deletions

View File

@ -1,8 +1,17 @@
offlineimap (3.0.0) unstable; urgency=low
* Introduced a new graphical user interface written with Tkinter.
It features a nice view of multi-threaded displays.
* Made IMAP folder addmessagesflags() resiliant to a server refusing
to return a full set of new message flags. Closes: #152587.
* Completely rewrote documentation. OfflineIMAP now has an
exhaustive manpage, which is really a manual. It is also shipped
in plain text, HTML, PDF, and PostScript formats.
* New command-line options:
-1 to force no multi-threaded operation
-u to force a particular UI
-a to specify which accounts to sync
-h to print help
-- John Goerzen <jgoerzen@complete.org> Thu, 11 Jul 2002 08:35:42 -0500

View File

@ -1,2 +1,5 @@
README
offlineimap.conf
manual.txt
manual.ps
manual.pdf
manual.html

View File

@ -81,7 +81,7 @@ binary-indep: build install
# dh_installmime
dh_installinit
dh_installcron
dh_installman
dh_installman offlineimap.1
dh_installinfo
# dh_undocumented
dh_installchangelogs