Mailinglist Archive: opensuse-bugs (6182 mails)

< Previous Next >
[Bug 621596] New: offlineimap: misleading manpage
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 12 Jul 2010 13:42:17 +0000
  • Message-id: <bug-621596-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=621596

http://bugzilla.novell.com/show_bug.cgi?id=621596#c0


Summary: offlineimap: misleading manpage
Classification: openSUSE
Product: openSUSE 11.3
Version: RC 2
Platform: Other
OS/Version: openSUSE 11.3
Status: NEW
Severity: Minor
Priority: P5 - None
Component: Network
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: puzel@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Development
Blocker: ---


offlineimap manpage lists several user interfaces that can be used with imap
(offlineimap -u iface_name):

TTY.TTYUI
CURSES.BLINKENLIGHTS
NONINTERACTIVE.BASIC
NONINTERACTIVE.QUIET
MACHINE.MACHINEUI

Contrary to the manpage, this does not work:

$ offlineimap -u CURSES.BLINKENLIGHTS
ERROR: No UIs were found usable

The same applies for
{NONINTERACTIVE.BASIC,NONINTERACTIVE.QUIET,MACHINE.MACHINEUI}

TTY.TTYUI works as fine:

$ offlineimap -u TTY.TTYUI
OfflineIMAP 6.2.0
[SNIP]


I found out that the ui name (except TTY.TTYUI) needs to be written with only
the first letters capitalized. All these work fine:

offlineimap -u Noninteractive.Basic
offlineimap -u Noninteractive.Quiet
offlineimap -u Curses.Blinkenlights

This is confusing - offlineimap should either recognize both capitalized and
noncapitalized form of the UI name, or the manpage should be adjusted.

$ rpm -q offlineimap
offlineimap-6.2.0-3.1.noarch

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
Follow Ups