I mean it does something, but it runs some viewer and the viewer always says the file is not found, and in fact the file is not where the program tells the viewer to look for it.
any ideas?
could you do a little research on this?
like strace to see where the file goes, and find out which file its actualy telling the viewer?
fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3c979b1000
write(5, "\377\330\377\341\1CExif\0\0MM\0*\0\0\0\10\0\7\1\17\0\2\0\0\0\10\0\0"..., 106496) = 106496
write(5, "\4|g\232k@\262\n\241'c>\353O\352j\203F\321\232\226l\2371$R\234\341\205\\[a"..., 3382) = 3382
close(5) = 0
munmap(0x7f3c979b1000, 4096) = 0
brk(0x1f9f000) = 0x1f9f000
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f3c979907c0) = 2114
wait4(2114, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 2114
--- SIGCHLD (Child exited) @ 0 (0) ---
write(1, "(2) <B>ack <A>gain <R>eply reply"..., 75(2) <B>ack <A>gain <R>eply reply<Q>uoted <N>ext <S>top <I>mages <?>help -> ) = 75
select(1, [0], NULL, NULL, {30, 0}
yea, that would be by first hot guess too...
maype qp encode the filename first? or maybe it needs quoting while calling the imageviewer?
Bah, never mind me, I see what you're saying.
/tmp/ctdl.0815.7bcfbafcHoliday t-bear.jpg
should be
/tmp/ctdl.0815.7bcfbafc/Holiday t-bear.jpg
That makes sense.
E.g. in webcit, you can "view as mail folder" to get a quick summary of the messages and maybe read just the ones that interest you. I do this for the /. feed, for example, since it's fairly high volume and I'm not necessarily interested in reading all of the postings.
.
It's certainly *possible* but the real task is thinking out how to streamline its presentation.
Tue Sep 14 2010 06:01:40 PM EDT from IGnatius T Foobar @ UncensoredHmm ... currently that's not possible. The text user interface was designed during a time when there was no such thing as subject lines. Traditional Citadel eschews subject lines in general, so really they only appear where modern conventions dictate their use.
It's certainly *possible* but the real task is thinking out how to streamline its presentation.
I'm not sure it's worth changing anything, honestly. It wouldn't occur to me to use for any occasion except high-volume rooms which always have subject lines. Here, that's only RSS feed rooms. I'm not sure the demand would be there.
Sat Sep 18 2010 6:04:27 pm EDT EDT from IGnatius T Foobar @ Uncensored Subject: Re:Things are going to get interesting once Citadel starts *feeding* RSS to the world.
Perhaps, sometimes, subject lines belong to threads rather than to messages.
Sat Sep 18 2010 18:04:27 EDT from IGnatius T Foobar @ Uncensored Subject: Re:Things are going to get interesting once Citadel starts *feeding* RSS to the world.
I have been trying to find a way to do just that without too much hardcoding but no joy.
If this is a feature on the roadmap it will be very interesting to use.
Thanks
--
TheOneLaw
Although I am using the browser now I prefer the text client. It is part nostalgia, and part I think it is easier.
By the way ... welcome!