[Evolution] Evo 1.1.2 observations

2002-10-28 Thread Michel Alexandre Salim
Hello,

Rebuilt Evo 1.1.2 for Red Hat 8 yesterday - for those interested, it's
available at http://salimma.freeshell.org/main.php - please follow
instructions and add my Apt repository, otherwise you'll get broken
dependencies! Should work fine otherwise on an up-to-date RH8 system.

Observations:
1. When the option 'Encrypt to self' is enabled, mail is encrypted
*only* to self, not self + recipient (Note: tested with same result on
RH's 1.0.8)

2. I am testing the new option of using scripts to generate signatures,
and sad to say, somehow newline characters get removed. I sign this
message using a script-generated signature, and attach the
signature-generator itself for perusal.

Should I bugzilla these two? Or are they known already.. or just my
build that is broken?

Regards,
-- __ __ _ _ _ | \/ (_) ___| |__ ___| | | |\/| | |/ __| '_ \ / _ \ | | |
| | | (__| | | | __/ | |_| |_|_|\___|_| |_|\___|_| Michel Alexandre
Salim Web: http://salimma.freeshell.org GPG/PGP key:
http://salimma.freeshell.org/files/crypto/publickey.asc Today you'll
start getting heavy metal radio on your dentures.

#!/bin/bash
SIG_TEXT=/home/michel/Settings/figlet.sig

# leave blank for random fortune
FORTUNE_DB=art

echo --
cat $SIG_TEXT
echo
/usr/games/fortune $FORTUNE_DB
echo



signature.asc
Description: This is a digitally signed message part


Re: [Evolution] How can I change the default web browser ofevolution?

2002-10-28 Thread Tony Earnshaw
søn, 2002-10-27 kl. 23:21 skrev Dick Roth:

> Open up Gnome Control Center and click on URL Handlers. It is there
> that you can select the programs to deal with the various tasks you have
> in mind.

Apart from the fact that it's called "File Types and Programs"
(«Filtyper og Programmer») in my Norwegian NB localized desktop.

Further, I've found that the utility referred to in Standard Action
(???) has to be active for it to work: Evo 1.0.8 won't open it for you.
In my case, Mozilla 1.1 has to be running before the URL links in Evo
mail work.

Best,

Tony


-- 

Tony Earnshaw

Could have been Henrik Ibsen's, Ole Bull's,
Henrik Wergelands's, Camilla Collet's and more's
last words, but weren't: «Fanden helder, helder
det at have sadset, end det at ikke have sadset
i det hele taget.»

e-post: [EMAIL PROTECTED]
www:http://www.billy.demon.nl





___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Cannot sync under new Kernel.

2002-10-28 Thread Gregory Alan Kedrovsky
When I updated my Kernel, my sync capability with my Palm device
disappeared. When I boot under the old Kernel, I can sync no problem.

Here is my info: 

I use a serial cradle (/dev/ttyS0) and have the permission to this
device set to 777.

I use Evolution 1.0.8 (updated to the beta and had some bad experiences,
so I went back to the version that was stable for me).

Evolution syncs fine under Kernel 2.4.7-10, but NOT AT ALL under
2.4.18-17-7x.

I run Red Hat 7.2. I recently did an up2date and that's where I got my
new Kernel. I also encountered problems under up2date downloading and
installing the following files: 
  evolution 1.0.8-1.ximian.1
  gnome-pilot 0.1.65-1.ximian.2
  gnome-pilot conduits 0.9.1.ximian.1
  gnome-pilot conduits 1.4.7-1.ximian.1

The error message I receive under up2dates is that libpisock.so.4 is not
installed, but it is (in /usr/lib). I even did a rpm --force to get a
current version on my machine. Same error message.

Does anyone know what I'm missing here? What's the problem syncing under
the new kernel?

-Greg

-- 
This message sent to you through Ximian Evolution.
** My Penguin wears a Red Hat. **

Greg Kedrovsky
 - e-mail: [EMAIL PROTECTED]
 - e-mail (alt): [EMAIL PROTECTED]
 - church site: www.iglesia-del-este.com
 - personal site: www.greg-and-sue.com


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Anyway to preview when I attach pictures?

2002-10-28 Thread John Weber
Hi,

I use nautilus to select my attachments. You can drag and drop from
nautilus to the compose window. Nautilus has thumbnail picture previews
and you can D&D multiple files.

John

On Sun, 2002-10-27 at 22:38, Tianran Chen wrote:
> How can I preview the pictures (or other files) in the "Attach a file"
> dialog? Thank you for any help.
> 
> BTW: Where are the codes that control the behavior of the "Attach a
> file" dialog?
> 
> 
> ___
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution
-- 
John S. Weber
[EMAIL PROTECTED]
http://www.users.qwest.net/~weberjohns


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Evo 1.1.2 observations

2002-10-28 Thread Michel Alexandre Salim
On Mon, 2002-10-28 at 13:20, Yuedong Du wrote:
> Hi , 
> 
> I want the package. But the instruction on your page is really not easy
> to follow. I am redhat user and not familar with apt.
> 
> Can you just give me a direct link?
> 
> Thanks
> 
> York Du
> 
The reason I have an Apt repository is to resolve dependencies
automatically - documentation is ample at http://freshrpms.net . This is
Apt for RPM, and a lot of Red Hat users are using it to get multimedia
goodies (working DVD player, MP3 plugin for XMMS, etc.) for their stock
Red Hat distribution (hint, hint.. )

Basically if you install the Apt RPM from the link to FreshRPMS
provided, modified its source list (/etc/apt/sources.list) and add my
repository to the list as instructed on the webpage, you can then just
do:

apt-get update
apt-get install evolution

or better still,

apt-get update
apt-get upgrade

and have the shiny Evo 1.1.2 :) But failing that, there is the 'browse
files' section, just dig through my site to
apt/redhat/8.0/en/i386/RPMS.ms and download evolution, pilot-link,
gnome-pilot, oaf, soap, ... etc. until Evolution stops complaining and
install properly. You might want to install the upgraded jpilot as well
if you use it, since the old one will break due to the pilot-link
recompile.

In other word, messy. Use the force; use Apt :) I only fall back to
using Red Hat's up2date now when FreshRPMS does not have the required
Red Hat update.

HTH,

Michel

-- 
 __  __ _  _  _ 
|  \/  (_) ___| |__   ___| |
| |\/| | |/ __| '_ \ / _ \ |
| |  | | | (__| | | |  __/ |
|_|  |_|_|\___|_| |_|\___|_|

Michel Alexandre Salim
Web:http://salimma.freeshell.org
GPG/PGP key:http://salimma.freeshell.org/files/crypto/publickey.asc



signature.asc
Description: This is a digitally signed message part


Re: [Evolution] A bug? Mismatched threads in evolution.

2002-10-28 Thread Hvr
my fault is used a reply to, to start a new thread (i was too lazy to
type in the evolution email list addres).

H.

On Sun, 2002-10-27 at 21:52, Tianran Chen wrote:
> I didn't looked at the code in Evolution, I'm not so sure how the
> Evolution match the threads. There are few messages that do not seems to
> belong to the same thread are listed into a thread. I don't know this is
> a bug or just the way it is.
> 
> These are the summary of the mismatched messages:
> 
> 
> From: Bo Lincoln <[EMAIL PROTECTED]>
> To:   [EMAIL PROTECTED]
> Subject:  [Evolution] MultiSync
> Date: 27 Oct 2002 21:24:31 +0100
> 
> 
> From: Not Zed <[EMAIL PROTECTED]>
> To:   HvR <[EMAIL PROTECTED]>
> Cc:   [EMAIL PROTECTED]
> Subject:  Re: [Evolution] looking for definition of vfolder scheme
> language
> Date: 28 Oct 2002 13:32:55 +1030
> 
> 
> From: HvR <[EMAIL PROTECTED]>
> To:   Not Zed <[EMAIL PROTECTED]>
> Cc:   [EMAIL PROTECTED]
> Subject:  Re: [Evolution] looking for definition of vfolder scheme
> language
> Date: 27 Oct 2002 19:33:59 -0800
> 
> 
> From: Jean-Marc V. Liotier <[EMAIL PROTECTED]>
> To:   [EMAIL PROTECTED]
> Subject:  Re: [Evolution] MultiSync
> Date: 28 Oct 2002 02:04:37 +0100
> 
> 
> ___
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution
> 



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Cannot sync under new Kernel.

2002-10-28 Thread Not Zed
On Tue, 2002-10-29 at 00:19, Gregory Alan Kedrovsky wrote:
> When I updated my Kernel, my sync capability with my Palm device
> disappeared. When I boot under the old Kernel, I can sync no problem.
> 
> Here is my info: 
> 
> I use a serial cradle (/dev/ttyS0) and have the permission to this
> device set to 777.
> 
> I use Evolution 1.0.8 (updated to the beta and had some bad experiences,
> so I went back to the version that was stable for me).
> 
> Evolution syncs fine under Kernel 2.4.7-10, but NOT AT ALL under
> 2.4.18-17-7x.
> 
> I run Red Hat 7.2. I recently did an up2date and that's where I got my
> new Kernel. I also encountered problems under up2date downloading and
> installing the following files: 
>   evolution 1.0.8-1.ximian.1
>   gnome-pilot 0.1.65-1.ximian.2
>   gnome-pilot conduits 0.9.1.ximian.1
>   gnome-pilot conduits 1.4.7-1.ximian.1
> 
> The error message I receive under up2dates is that libpisock.so.4 is not
> installed, but it is (in /usr/lib). I even did a rpm --force to get a
> current version on my machine. Same error message.
> 
> Does anyone know what I'm missing here? What's the problem syncing under
> the new kernel?

Given that you had installation problems related to all of the packages
that actually perform the pilot syncing, i would probably start looking
there.

The other alternative is that the driver for the required sync device
(e.g. serial or usb) isn't installed/setup, but that is probably less
likely.



> -Greg
> 
> -- 
> This message sent to you through Ximian Evolution.
>   ** My Penguin wears a Red Hat. **
> 
> Greg Kedrovsky
>  - e-mail: [EMAIL PROTECTED]
>  - e-mail (alt): [EMAIL PROTECTED]
>  - church site: www.iglesia-del-este.com
>  - personal site: www.greg-and-sue.com
> 
> 
> ___
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Evo 1.1.2 observations

2002-10-28 Thread Jeffrey Stedfast
On Mon, 2002-10-28 at 06:36, Michel Alexandre Salim wrote:
> Hello,
> 
> Rebuilt Evo 1.1.2 for Red Hat 8 yesterday - for those interested, it's
> available at http://salimma.freeshell.org/main.php - please follow
> instructions and add my Apt repository, otherwise you'll get broken
> dependencies! Should work fine otherwise on an up-to-date RH8 system.
> 
> Observations:
> 1. When the option 'Encrypt to self' is enabled, mail is encrypted
> *only* to self, not self + recipient (Note: tested with same result on
> RH's 1.0.8)

Do you "trust" the other keys? If you don't "trust" the other keys, gpg
won't let you encrypt to those keys. It doesn't spew any errors, it
doesn't abort, it just silently ignores them.

Please read the gpg manual :-)

> 
> 2. I am testing the new option of using scripts to generate signatures,
> and sad to say, somehow newline characters get removed. I sign this
> message using a script-generated signature, and attach the
> signature-generator itself for perusal.

signature scripts are supposed to output HTML.

> 
> Should I bugzilla these two? 

no

> Or are they known already.. or just my
> build that is broken?

they aren't bugs :-)

Jeff

-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
[EMAIL PROTECTED]  - www.ximian.com


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] auto-marking e-mails

2002-10-28 Thread Monte Ohrt
Hi,

When you open an e-mail from the Inbox, it automatically gets marked as
read after you leave it open for about one second. Is there any way to
get rid of this one second delay? (or adjust it?)

TIA
Monte


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] auto-marking e-mails

2002-10-28 Thread Dan Hensley
On Mon, 2002-10-28 at 14:00, Monte Ohrt wrote:
> Hi,
> 
> When you open an e-mail from the Inbox, it automatically gets marked as
> read after you leave it open for about one second. Is there any way to
> get rid of this one second delay? (or adjust it?)

Go to Tools | Mail Settings | Display

Dan

> 
> TIA
> Monte
> 
> 
> ___
> evolution maillist  -  [EMAIL PROTECTED]



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Cannot sync under new Kernel.

2002-10-28 Thread Gregory Alan Kedrovsky




I've thought about that, but the file those updated conduits etc. want (the dependency) is libpisock.so.4. I have that and it's installed. Why won't up2date recognize it? If I need the files listed below, where do I get them if up2date won't work because it won't find my lib file? 



Or, could someone do a file search and tell me where that file is on their system (if you have a system that syncs fine)? My file is in /usr/lib. Maybe up2date is looking elsewhere for it??



-Greg



On Mon, 2002-10-28 at 09:36, Not Zed wrote:

On Tue, 2002-10-29 at 00:19, Gregory Alan Kedrovsky wrote:



> I run Red Hat 7.2. I recently did an up2date and that's where I got my
> new Kernel. I also encountered problems under up2date downloading and
> installing the following files: 
>   evolution 1.0.8-1.ximian.1
>   gnome-pilot 0.1.65-1.ximian.2
>   gnome-pilot conduits 0.9.1.ximian.1
>   gnome-pilot conduits 1.4.7-1.ximian.1
> 
> The error message I receive under up2dates is that libpisock.so.4 is not
> installed, but it is (in /usr/lib). I even did a rpm --force to get a
> current version on my machine. Same error message.



Given that you had installation problems related to all of the packages
that actually perform the pilot syncing, i would probably start looking
there.

The other alternative is that the driver for the required sync device
(e.g. serial or usb) isn't installed/setup, but that is probably less
likely.



> -Greg
> 
> -- 
> This message sent to you through Ximian Evolution.
> 	** My Penguin wears a Red Hat. **
> 
> Greg Kedrovsky
>  - e-mail: [EMAIL PROTECTED]
>  - e-mail (alt): [EMAIL PROTECTED]
>  - church site: www.iglesia-del-este.com
>  - personal site: www.greg-and-sue.com
> 
> 
> ___
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution





-- 
This message sent to you through Ximian Evolution.
	** My Penguin wears a Red Hat. **

Greg Kedrovsky
 - e-mail: [EMAIL PROTECTED]
 - e-mail (alt): [EMAIL PROTECTED]
 - church site: www.iglesia-del-este.com
 - personal site: www.greg-and-sue.com








Re: [Evolution] auto-marking e-mails

2002-10-28 Thread Lonnie Borntreger
On Mon, 2002-10-28 at 15:00, Monte Ohrt wrote:
> When you open an e-mail from the Inbox, it automatically gets marked as
> read after you leave it open for about one second. Is there any way to
> get rid of this one second delay? (or adjust it?)

In 1.1.2, go to Tools->Settings->Mail Preferences

It's the first option.

TTFN, 
Lonnie Borntreger



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] You Have a Mail

2002-10-28 Thread Denny Schierz
hi,

how can i add a filter, tha pop ups a message, with some Info?

Like "Hi, i have a new Mails for you, would you like to read them" ;-)

just an example :-)

i don't want to use an external programm like biff*

cu denny


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Anyway to preview when I attach pictures?

2002-10-28 Thread Tony Earnshaw
man, 2002-10-28 kl. 15:10 skrev John Weber:

> I use nautilus to select my attachments. You can drag and drop from
> nautilus to the compose window. Nautilus has thumbnail picture previews
> and you can D&D multiple files.

Oh no, I can't. Gnome 1.4, Evo 1.0.0, Nautilus 1.0.4, resolution 1024 x
768.

Best,

Tony

-- 

Tony Earnshaw

Could have been Henrik Ibsen's, Ole Bull's,
Henrik Wergelands's, Camilla Collet's and more's
last words, but weren't: «Fanden helder, helder
det at have sadset, end det at ikke have sadset
i det hele taget.»

e-post: [EMAIL PROTECTED]
www:http://www.billy.demon.nl





___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Evo 1.1.2 observations

2002-10-28 Thread Michel Alexandre Salim
On Mon, 2002-10-28 at 17:46, Jeffrey Stedfast wrote:
> On Mon, 2002-10-28 at 06:36, Michel Alexandre Salim wrote:
> > Hello,
> > 
> > Rebuilt Evo 1.1.2 for Red Hat 8 yesterday - for those interested, it's
> > available at http://salimma.freeshell.org/main.php - please follow
> > instructions and add my Apt repository, otherwise you'll get broken
> > dependencies! Should work fine otherwise on an up-to-date RH8 system.
> > 
> > Observations:
> > 1. When the option 'Encrypt to self' is enabled, mail is encrypted
> > *only* to self, not self + recipient (Note: tested with same result on
> > RH's 1.0.8)
> 
> Do you "trust" the other keys? If you don't "trust" the other keys, gpg
> won't let you encrypt to those keys. It doesn't spew any errors, it
> doesn't abort, it just silently ignores them.
> 
It works now. My fault - I suspected the trust level was the problem, so
I set Evolution to always trust keys, but then only tested it by sending
e-mail to my other e-mail account, which although uses a different key
is still on the same keyring! So it defaults to decrypting using only
the first key, and ignored the second...

The funny thing is, saving the message, cut-and-pasting the encrypted
block and then cat'ing it piped to gpg -u user2 results in gpg asking
for the first user's password again. Ah well, the important thing is,
tried and work with a friend's public key. Sorry for the bother.

> Please read the gpg manual :-)
> 
Have read it, guess I miss certain parts :)
> signature scripts are supposed to output HTML.
> 
Ah! Got caught there. Interesting then - the HTML output is presumably
parsed back to standard text. Thank goodness for the  tag,
otherwise my Figlet-generated sig would go to waste..

My sig script available if anyone want it - just ask :)

Regards,
-- 
 __  __ _  _  _ 
|  \/  (_) ___| |__   ___| |
| |\/| | |/ __| '_ \ / _ \ |
| |  | | | (__| | | |  __/ |
|_|  |_|_|\___|_| |_|\___|_|


Michel Alexandre Salim
Web:
http://salimma.freeshell.org
Public key:
http://salimma.freeshell.org/files/crypto/publickey.asc
ICQ: 6778898
MSN: [EMAIL PROTECTED]
YIM: salimma1
AIM: salimma1

"The human brain is like an enormous fish -- it is flat and slimy and
has gills through which it can see." -- Monty Python




signature.asc
Description: This is a digitally signed message part


Re: [Evolution] Anyway to preview when I attach pictures?

2002-10-28 Thread John Weber
On Mon, 2002-10-28 at 14:48, Tony Earnshaw wrote:
> man, 2002-10-28 kl. 15:10 skrev John Weber:
> 
> > I use nautilus to select my attachments. You can drag and drop from
> > nautilus to the compose window. Nautilus has thumbnail picture previews
> > and you can D&D multiple files.
> 
> Oh no, I can't. Gnome 1.4, Evo 1.0.0, Nautilus 1.0.4, resolution 1024 x
> 768.
> 
> Best,
> 
> Tony
> 

I'm sorry you can't. I've got RH7.1 fully Ximian'd and up-to-date, Gnome
1.4, Nautilus 1.0.6, Evo 1.0.8, resolution 1600x1200, and I can. It
seems I've been able to for quite some time (i.e. many versions of
upgrades).

John

-- 
John S. Weber
[EMAIL PROTECTED]
http://www.users.qwest.net/~weberjohns


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] viewing attachments: how to configure?

2002-10-28 Thread John Schmidt
How do you configure Evolution to launch
email attachments?  My Gnome file associations look ok,
but Evolution has  "save to file"  as the only option
available when looking at attachments.

John


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] You Have a Mail

2002-10-28 Thread Not Zed
hmm, currently you can't.  we did have some code in there for this but
we had to take it out because it has some implementation issues.

On Tue, 2002-10-29 at 07:51, Denny Schierz wrote:
> hi,
> 
> how can i add a filter, tha pop ups a message, with some Info?
> 
> Like "Hi, i have a new Mails for you, would you like to read them" ;-)
> 
> just an example :-)
> 
> i don't want to use an external programm like biff*
> 
> cu denny
> 
> 
> ___
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] how can i use evolution for mailto: links in browsers

2002-10-28 Thread HvR
i am browsing a page and hit a mailto: link when i click on it the
mozilla build-in emailer comes up, i dont want that, instead i want to
use the evolution emailer, anyone one know how to do this?





___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] You Have a Mail

2002-10-28 Thread Matthew J. Doller
this could actually be done using gdialog (part of gnome-utils), albeit
in a hackish and incomplete way.
i'm using a 1.2 beta snap, so i don't know if this functionality is
available in 1.0, but you can set a filter to run a shell script when
the criteria are met. something like

Status is not read - 
shell command - "gdialog --msgbox "hello world" 100 100" 

will pop up a message box when new mail arives
of course, you'll probably want to find a way to make sure the message
box doesnt pop up when there is already one displayed, but this might be
what you're looking for and give you a start
hope this helps

matt


On Mon, 2002-10-28 at 21:15, Not Zed wrote:
> hmm, currently you can't.  we did have some code in there for this but
> we had to take it out because it has some implementation issues.
> 
> On Tue, 2002-10-29 at 07:51, Denny Schierz wrote:
> > hi,
> > 
> > how can i add a filter, tha pop ups a message, with some Info?
> > 
> > Like "Hi, i have a new Mails for you, would you like to read them" ;-)
> > 
> > just an example :-)
> > 
> > i don't want to use an external programm like biff*
> > 
> > cu denny
> > 
> > 
> > ___
> > evolution maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/evolution
> 
> 
> ___
> evolution maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution
-- 
Matthew J. Doller
[EMAIL PROTECTED]
http://www.wpi.edu/~mdoller

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution