From 1d67f8aee04967eee7bc57e865e4f3ef6774bdbc Mon Sep 17 00:00:00 2001 From: Michael Hampton Date: Mon, 22 Dec 2003 16:49:36 +0000 Subject: [PATCH] * Add Preview for Mac OS X as an image viewer option in citadel.rc --- citadel/ChangeLog | 4 +++- citadel/citadel.rc | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 43a264070..38747b75a 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 613.9 2003/12/22 16:49:36 error + * Add Preview for Mac OS X as an image viewer option in citadel.rc + Revision 613.8 2003/12/22 15:30:53 error * Fork image viewer process in background (works now); suppress stdout/stderr from the image viewer @@ -5190,4 +5193,3 @@ 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 e49999281..188c22100 100644 --- a/citadel/citadel.rc +++ b/citadel/citadel.rc @@ -161,6 +161,9 @@ remember_passwords=0 # GIMP is a free-software attempt at a PhotoShop-like application. #imagecmd=gimp "%s" +# Preview on Mac OS X +#imagecmd=/Applications/Preview.app/Contents/MacOS/Preview "%s" + # MESSAGE READING SEMANTICS (experimental) # # A new set of message reading semantics is now available. If you set -- 2.39.2