From 097edcc4fd70be79b030836322fa291a742d6804 Mon Sep 17 00:00:00 2001 From: Nathan Bryant Date: Sun, 21 Dec 2003 01:23:12 +0000 Subject: [PATCH] added some additional comments to citadel.rc concerning possible image viewers --- citadel/ChangeLog | 4 ++++ citadel/citadel.rc | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 67a7cb556..114f06e95 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 613.5 2003/12/21 01:23:12 nbryant + added some additional comments to citadel.rc concerning possible image viewers + Revision 613.4 2003/12/21 00:44:19 error * Fix for idle_threshold being ignored when reading citadel.rc @@ -5175,3 +5178,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/citadel.rc b/citadel/citadel.rc index 7987a539d..e49999281 100644 --- a/citadel/citadel.rc +++ b/citadel/citadel.rc @@ -140,8 +140,27 @@ remember_passwords=0 # If IMAGECMD is defined, users can hit 'I' to view images attached to a # message. (Do not enable this command for public clients.) # +# Possible image viewers follow +# +# XV - This is an oldie but goodie, shareware with source code included, no +# longer included with some Linux distributions due to licensing. #imagecmd=xv "%s" +# The following 2 image viewers are included with KDE: +# KuickShow has a brightness/gamma option and is simple and ubobtrusive +#imagecmd=kuickshow "%s" + +# KView has no brightness/gamma but can do some minimal cropping and clipboard +# operations +#imagecmd=kview "%s" + +# Eye of Gnome, the Gnome/Nautilus image viewer component (bare bones +# view/print): +#imagecmd=eog "%s" + +# GIMP is a free-software attempt at a PhotoShop-like application. +#imagecmd=gimp "%s" + # MESSAGE READING SEMANTICS (experimental) # # A new set of message reading semantics is now available. If you set -- 2.30.2