Re: [Evolution-hackers] Intltool and gettext issue

2003-01-13 Thread Frederic Crozat
Le dim 12/01/2003 à 23:32, Joaquim Fellmann a écrit :
 I just ckecked out the 1.2 branch of the cvs and tried to compile it
 (for translation update).
 
 @INTLTOOL_UPDATE@ and @INTLTOOL_EXTRACT@ won't be substituted until you
 add the AC_PROG_INTLTOOL to configure.in
 
 The $(GETTEXT_PACKAGE) variable in po/Makefile[.in] doesn't get
 substituted. I don't really know a fix for that. Maybe with some
 AC_DEFINE_UNQUOTED() in configure.in. Or maybe the real solution is to
 use @GETTEXT_PACKAGE@ and add the following lines
 
 GETTEXT_PACKAGE=evolution
 AC_SUBST(GETTEXT_PACKAGE)
 
 to configure.in and
 
 #undef GETTEXT_PACKAGE
 
 to acconfig.h
 
 And last but not least, if you guys are assuming people to compile
 evolution with gettext 0.10 is it possible to add a quick comment in the
 README or INSTALL file. Because people running gettext 0.11 will fail
 compiling evolution on a missing intl/ directory. The fix is to add
 --intl argument to the gettextize command in the macro/autogen.sh file.

Be sure to update to latest version of intltool (0.24), it contains
fixes for latest version of gettext..

-- 
Frederic Crozat [EMAIL PROTECTED]
MandrakeSoft


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



Re: [Evolution-hackers] Exchange Connector folder tree

2003-01-13 Thread Dave Kelly
Dan Winship wrote:


On Fri, 2003-01-10 at 11:25, Dave Kelly wrote:
 

I've been searching through the archives and found a few messages 
relating the the Exchange Connector and the fact that it uses 
GNOME:Evolution:ShellComponent to manipulate the interface.

Can anyone give me some examples on how this is achieved ? I'm 
interested in how to create the folder tree with different folder types 
and then to call the appropriate handler for the folder, i.e. 
evolution-calendar, evolution-mail, evolution-addressbook.
   


Each component registers the types of folders that it handles. So to
create a folder that will be handled by evolution-calendar, just use
type calendar, etc. (You will of course also have to provide a
calendar backend that can handle requests for your folder URLs, to
provide the calendar UI with the relevant data.)

-- Dan


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

I have some follow-up questions:

1) What *exactly* does the evolution-test-component do ? create_view_fn 
looks as if there is supposed to be a visual display but I can't see how 
to get Evolution to call this.

2) I am assuming that the Exchange connector is set up as a separate 
storage. How is the creation of an account handled in the setup druid ? 
I know that the camel provider will register itself by having various 
provider flags set.

Thanks for your continuing assistance.

Dave.


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


Re: [Evolution-hackers] Exchange Connector folder tree

2003-01-13 Thread Dan Winship
 1) What *exactly* does the evolution-test-component do ? create_view_fn 
 looks as if there is supposed to be a visual display but I can't see how 
 to get Evolution to call this.

When it calls evolution_shell_component_new, it passes the folder_types
array and create_view_fn. folder_types tells the shell what kinds of
folders this component handles creating views for, and create_view_fn is
the function that will be called when the shell needs a view for one of
that type of folder.

Then, when the shellcomponent emits owner_set, the test component
calls setup_custom_storage, which creates a new storage in the folder
tree with some folders of type test, and when you click on one of
those folders, create_view_fn will be invoked.

(Note that Connector does not have any create_view_fn though, since it
doesn't create any views of its own. It just creates a storage
containing mail, calendar, contact, and task views.)

 2) I am assuming that the Exchange connector is set up as a separate 
 storage. How is the creation of an account handled in the setup druid ? 
 I know that the camel provider will register itself by having various 
 provider flags set.

Part of Connector is a Camel provider, which gets registered like any
other provider and finds its way into the account config dialog that
way. The evolution-exchange-storage process reads the configuration
database at startup to see if there is an exchange account, and also
listens for changes (using bonobo-conf in 1.0/1.2 and gconf in 1.4).

-- Dan


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



Re: [Evolution-hackers] evolution configurations

2003-01-13 Thread Jeffrey Stedfast
On Mon, 2003-01-13 at 03:30, Calvin Liu wrote:
 They're spread everywhere, with gconf, bonobo-conf and libxml. Why don't
 we use only one model?

evolution 1.4 is dropping bonobo-conf in favour of gconf.

pre-1.4 didn't use gconf because gconf wasn't considered stable until
just recently, which is why we continued using bonobo-conf (that and
switching to another configuration library is a fair bit of work).

vfolders and filters will remain in xml files since gconf cannot handle
storing complex data types - so trying to force-feed them into a gconf
database is just wrong.

Jeff

 
 Thanks.
 
 Calvin
 
 
 ___
 evolution-hackers maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution-hackers
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
[EMAIL PROTECTED]  - www.ximian.com


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



Re: [Evolution-hackers] Intltool and gettext issue

2003-01-13 Thread Joaquim Fellmann
On Mon, 2003-01-13 at 11:02, Frederic Crozat wrote:

 
 Be sure to update to latest version of intltool (0.24), it contains
 fixes for latest version of gettext..

gettext0.11.5-1
gettext-base   0.11.5-1
intltool   0.25-0.1

Anyway, that wouldn't resolve the @INTLTOOL@ and $GETTEXT_PACKAGE stuff.

Regards


-- 
Joaquim Fellmann [EMAIL PROTECTED]


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



Re: [Evolution-hackers] Building Evolution From Scratch--Problems

2003-01-13 Thread Ettore Perazzoli
On Thu, 2003-01-09 at 17:54, Robert B. Love wrote:
 I'm on a RH 7.3 box where I don't have root privileges.  I want to
 build Evolution from source and put it in my $HOME/bin, $HOME/lib etc.
 Is this doable?  Practical?

It is doable (with some pain), but you have to make sure you set the
GNOME_PATH (e.g. set it to /home/robert:/usr), PATH and possibly
LD_LIBRARY_PATH environment variables properly.

 I grabbed tarballs yesterday:
evolution-1.2.1.tar.gz,
gal-0.21.tar.gz,

You want gal 0.22.
 
 So my first problem comes when I try to build the Gal library.  I get
 this:
 make[3]: Entering directory `/opt1/home/u102k/gal-0.21/gal/e-text'
 /bin/sh ../../libtool --mode=link gcc  -g -O2 -Wall -Wunused  -D_REENTRANT  -o 
e-completion-test  e-completion-test.o libetext.la ../../gal/e-table/libetable.la 
-rdynamic -L/usr/lib -L/usr/X11R6/lib -lgnomeprint -lfreetype -lglade-gnome -lglade 
-lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd 
-laudiofile -ldb1 -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 
-lm -lgnomecanvaspixbuf ../../gal/widgets/libwidgets.la ../../gal/util/libutil.la 
../../gal/unicode/libunicode.la  
 gcc -g -O2 -Wall -Wunused -D_REENTRANT -o e-completion-test e-completion-test.o 
-rdynamic  ./.libs/libetext.al ../../gal/e-table/.libs/libetable.al -L/usr/lib 
-L/usr/X11R6/lib /usr/lib/libgnomeprint.so /usr/lib/libfreetype.so 
/usr/lib/libglade-gnome.so /usr/lib/libglade.so /usr/lib/libxml.so -lz 
/usr/lib/libgdk_pixbuf.so /usr/lib/libgnomecanvaspixbuf.so -lgnomeui -lart_lgpl 
-lgdk_imlib -lSM -lICE /usr/lib/libgtk.so /usr/lib/libgdk.so /usr/lib/libgmodule.so 
-ldl -lXi -lXext -lX11 -lgnome -lgnomesupport /usr/lib/libesd.so -laudiofile -lm 
-ldb1 /usr/lib/libglib.so ../../gal/widgets/.libs/libwidgets.al 
../../gal/util/.libs/libutil.al ../../gal/unicode/.libs/libunicode.al
 ../../gal/util/.libs/libutil.al(e-util.lo): In function `e_strdup_append_strings':
 /home/u102k/gal-0.21/gal/util/e-util.c:1603: undefined reference to `va_copy'
 make[3]: *** [e-completion-test] Error 1
 
 
 What do I do about va_copy?  What other library do I need?

It looks like e-util.c should have a `#include stdarg.h' but it
doesn't (and it compiles for us and other people because for some reason
some of the other included headers include that file on our systems but
not on yours)...  Try adding that at the top of the file?

(Mike, can you please check if this actually needs fixing?)

 My next problem, after I get this one solved, is how to build the
 library gtkhtml.  The configure script errors off telling me I need a 
 later version of libgal.  Even if I build libgal correctly and install
 it in $HOME/lib, how do I tell the configure script that its ok to 
 proceed?

If you set the GNOME_PATH variable as explained above, the gtkhtml
configure script should be able to pick up the library correctly even if
it's in the home directory.

I hope this helps,

-- 
Ettore Perazzoli [EMAIL PROTECTED]



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


Re: [Evolution] Why Two Copies With List Replies?

2003-01-13 Thread Nigel Metheringham
On Sat, 2003-01-11 at 22:59, Arthur S. Alexion wrote:
 That makes perfectly good sense.  Evolution is not broken in this
 regard.  Now is there any chance of fixing the list software so that it
 defaults to Reply to List  and we don't have the twin problems of
 sometimes forgetting and only replying to sender, and others who don't
 feel like digging into menus hitting Reply to All instead.  The first
 behavior defeats the sharing purpose of the list, and the second is
 inefficient, wasteful, and annoying.  

Setting Reply-To: headers on lists is just stupid as well as being plain
wrong.  Please don't do it.   Its just pandering to those that can't
handle Reply-to-list in the MUA.

Nigel.

[Do I really want to start this religious war again... Can't we talk
about something non-contentious like the superiority of xemacs over
emacs over vi]

-- 
[ Nigel Metheringham   [EMAIL PROTECTED] ]
[ - Comments in this message are my own and not ITO opinion/policy - ]


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



Re: [Evolution] Spell Check Component Fails to start

2003-01-13 Thread Frederic Crozat
Le ven 10/01/2003 à 20:44, Mark Gordon a écrit :
 On Fri, 2003-01-10 at 12:53, Yves Bajard wrote:
 
  No, working in Konsole (in root), I typed the first command suggested by
  Rick:
   # rpm -qa ! grep spell
  
  And here is the answer I got:
  aspell-da-1.4.22-2
  gnome-spell-o.5-1.ximian.3
  aspell-devel-0.33.7.1-9
  aspell-en-ca-0.33.7.1-9
  aspell-es-0.2.8
  aspell-fr.1-1
  pspell-0.12.2-8
  pspell-devel-0.12.2-8
  
  My scant understanding of Linux is that:
   -qa in the command means question and answer
 
 -qa is the same as -q -a, which is the same as --query --all.  It lists
 all the packages you have installed.  Piping through grep allows you to
 perform regular expressions on the output, e.g. list all installed
 packages that have the spell string in them.
 
   grep may means go and fetch data 
 
 g/re/p, Globally search for Regular Expression and Print.  ed(1) syntax,
 very old.
 
  Am I understanding this correctly?
 
 It comes out the same.
 
  In the answer, I understand that I have in my filesystem (how do I find
  where they are?)
 
 e.g.:
 rpm -ql aspell-en-ca
 
  , aspell files (are they programs or data?)for Danish, 
  Spanish, Canadian English, and French, which are my four operating
  languages. I do not have the American English aspell and my various
  dictionaries or spell check programs are of different ages (if I read
  their numbering OK).
 
 On Red Hat, there is no separate aspell-en package; what would be its
 contents are in the regular aspell package.  Other distros (e.g. a
 certain French one and a certain German one) have aspell-en packages,
 which makes sense for French and German distros.

Well, we were probably visionary : aspell 0.50.3 is now shipped with
english directonary in a separate tarball :))

-- 
Frederic Crozat [EMAIL PROTECTED]
MandrakeSoft


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



[Evolution] How can i define my own card view ?

2003-01-13 Thread Armin Irger
Hi,

how can i define my own card view ? 
With birtday and so on.

Greetings

-- 
Armin Irger [EMAIL PROTECTED]


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



Re: [Evolution] Looking for info on why all viewed mail from animap server is also stored in a local file

2003-01-13 Thread Tony Earnshaw
man, 2003-01-13 kl. 04:52 skrev Not Zed:

  Actually, I'd like to do things the other way around - to be able to
  sync the IMAP files on the server to my notebook, so that they're there
  to read if i disconnect from the network.
  
  Is that possible in one operation? I haven't found such.The IMAP summary
  setting doesn't sync, merely reports.
 
 Yes, in evolution 1.2 you goto settings and select the folders in
 'offline folders', and then go offline (the =||= icon bottom-left of
 the main window), and it will sync those folders unread messages.
 
 And yes, the cache is also used as the local store for offline mode.

Hmmm ... didn't see this possiblity, thanks for this.

However, (yes, Evo 1.2.1 upgrade on 1.0.8-99) ticking off the IMAP boxes
that I want doesn't get remembered. As soon as I close tools, and go
back and look, the boxes are unticked. Restarting Evo, doing 'killev'
and even a reboot in between times doesn't make any difference. In fact,
nothing in the folder settings (? translating from Norwegian) part of
tools gets saved.

AFAICS all file permissions in my home drectory are correct, where is
Evo supposed to save these settings? 

Best,

Tony

-- 

Tony Earnshaw

When all's said and done ...
there's nothing left to say or do.

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




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



Re: [Evolution] Looking for info on why all viewed mail from animap server is also stored in a local file

2003-01-13 Thread Tony Earnshaw
man, 2003-01-13 kl. 11:39 skrev Tony Earnshaw:

 Hmmm ... didn't see this possiblity, thanks for this.
 
 However, (yes, Evo 1.2.1 upgrade on 1.0.8-99) ticking off the IMAP boxes
 that I want doesn't get remembered. As soon as I close tools, and go
 back and look, the boxes are unticked. Restarting Evo, doing 'killev'
 and even a reboot in between times doesn't make any difference. In fact,
 nothing in the folder settings (? translating from Norwegian) part of
 tools gets saved.
 
 AFAICS all file permissions in my home drectory are correct, where is
 Evo supposed to save these settings? 

O.k., I found it at the end of config.xmldb, hadn't remembered anything
relevant.

This file is so full of old shit that isn't realtive any more and hasn't
been removed, that it seems to be more than half useless. I'll try mving
it and starting over. I can always mv it back again, can't I :-)

Best,

Tony

-- 

Tony Earnshaw

When all's said and done ...
there's nothing left to say or do.

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




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



[Evolution] Data Sync

2003-01-13 Thread kzuse1
Hi folks,

i am using evolution with my notebook and my homepc. I want to sync the
dates, mails,etc. between them. I have no exchange server in my lan. Is
there a way to do this ?

Best Regs


Thomas Krause

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



Re: [Evolution] Why Two Copies With List Replies?

2003-01-13 Thread Alessio Bragadini
On Sat, 2003-01-11 at 04:05, Gregory Leblanc wrote:

 Yup, see http://bugzilla.ximian.com/show_bug.cgi?id=34608 for the
 patch.  It's easy enough to make it an addition to the toolbar instead
 of a replacement.

That's great, thanks. Is is true that while you can easily change the
XML spec for the toolbar, you cannot have an associated icon without
recompiling?

-- 
Alessio Bragadini [EMAIL PROTECTED]
APL Financial Services (Overseas) Ltd


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



Re: [Evolution] Data Sync

2003-01-13 Thread guenther
cheers();

 i am using evolution with my notebook and my homepc. I want to sync the
 dates, mails,etc. between them. I have no exchange server in my lan. Is
 there a way to do this ?

AFAIK the only way to to that at the moment is to copy the ~/evoltution
dir between the computers.

I tested it at least with the ~/evolution/local/Contacts and it works.
Don't know, if there can be any problems, so make a copy of all data
before you give it a try!

And shut down evolution on both computers, before syncing. You will need
killev, closing Evolution won't do.

...guenther


-- 
char *t=\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4;
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;il;i++){ i%8? c=1:
(c=*++x); c128  (s+=h); if (!(h=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}


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



[Evolution] Password change problem with Connector

2003-01-13 Thread Paul Hands




Hi all,

My company has an automated system which forces a user password change every two months. The password change is accomplished through a web front end which then propagates the new password around our intranet. This takes quite some time, as it only runs every few hours. Today, I submitted my new password and carried on using evo/connector. After an hour or so, my password change finally got to the exchange server and connector could no longer get access, just as you would expect. 

At this point, I would expect connector to prompt for the new password, but it doesn't - I just get a dialog box stating that it could not authenticate to the server and that it may require a DOMAIN\user entry or that I may just have typed my password wrong. What I never get is a password entry dialog.

The IMAP view of the same account worked as expected - I got a password prompt, entered the new one and all is well.

I've tried telling the connector account not to remember the password, disabling and then re-enabling the connector account, with and without a killev in between. I even disabled the account and rebooted after telling it not to remember the password.

No luck. I seem to be locked out of the connector account. I'm writing this from the IMAP version.

How do I get connector to forget the old stored password and prompt me for a new one?

Paul




Re: [Evolution] Data Sync

2003-01-13 Thread Adam Williams
i am using evolution with my notebook and my homepc. I want to sync the
dates, mails,etc. between them. I have no exchange server in my lan. Is
there a way to do this ?

The multisync project is working on this functionality.  Currently not 
quite there yet, but soon.  See sourceforge.

AFAIK the only way to to that at the moment is to copy the ~/evoltution
dir between the computers.

A dangerous tactic.

I tested it at least with the ~/evolution/local/Contacts and it works.
Don't know, if there can be any problems, so make a copy of all data
before you give it a try!

There can be many problems.  But you may be able to get away with just 
Contact copying,  schedules, etc... seem a bit more finickey.  Of course, 
copying is not the same as syncing.



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



[Evolution] Connector password change problem

2003-01-13 Thread Paul Hands




Hi all,

My company has an automated system forcing all users to change their password every 2 months. It runs batches of changes about 5 times a day and can take a while for changes to propagate globally.

Today, I changed my password as dictated and carried on working with evolution/connector. An hour or so later, the password change filtered through and connector was no longer able to access the exchange server. However, nothing I try will get connector to prompt me for the new password - I just get a dialog saying that either I need to supply DOMAIN\user or I have typed my password incorrectly. An IMAP view of the same account worked fine - prompted for the new password and carried on. Connector just keeps telling me the same thing. I've tried playing with the settings in preferences (remember this password, enable/disable the account) as well as killev, oaf-slay and even a reboot. No dice - I'm locked out of my exchange account unless I use IMAP.

How do I get connector to display a new password prompt? I guess I could edit one of the config.xmldb files, but I'm reluctant to do that unless there is no option.

Paul

PS Apologies if this comes in twice; I tried to send it before (from IMAP!) but it didn't show in the sent or outbox folders.




[Evolution] Re: gnomecc?

2003-01-13 Thread Paul Hands




Steve,

Gnomecc is the Gnome Control Center. It's a GUI for configuring many parts of the Gnome desktop.

On my machine (SuSE 8.1), it lives /opt/gnome/bin. Interestingly, I can run gnomecc quite happily from the command line, but I can't find it with an rpm query either! If I do a general rpm -q -a | grep -i gnome, I get nothing that looks like gnomecc. OK, it must be provided as part of another rpm

If I do rpm -q --whatprovides gnomecc, I get :- no package provides gnomecc

So now, even though I have it installed and working, I don't know how it got installed! I'll keep looking and let you know if I find it.

Paul

On Fri, 2003-01-10 at 18:32, Steven P. Auerbach wrote:

Paul
Perhaps you could help me figure out what gnomecc is, and where it lives. Several postings in the Evolution data base have mentioned it, but it doesn't seem to be on my system. (I'm running Red Hat 8.0) I've done rpm -qa and grep'ed on gnome, but there is nothing called gnomecc in the list.

Here's what is in the list:
gnome-applets-2.0.1-6
gnome-audio-1.4.0-4
gnome-audio-extra-1.4.0-4
gnome-desktop-2.0.6-4
gnome-games-2.0.3-2
gnome-libs-1.4.1.2.90-22
gnome-libs-devel-1.4.1.2.90-22
gnome-lokkit-0.50-18
gnome-media-2.0.0-9
gnome-mime-data-2.0.0-9
gnome-panel-2.0.6-9
gnome-pilot-0.1.70-1.ximian.1
gnome-pilot-devel-0.1.70-1.ximian.1
gnome-print-0.37-2.ximian.1
gnome-print-devel-0.37-2.ximian.1
gnome-python2-1.99.11-8
gnome-python2-applet-1.99.11-8
gnome-python2-bonobo-1.99.11-8
gnome-python2-canvas-1.99.11-8
gnome-python2-gtkhtml2-1.99.11-8
gnome-session-2.0.5-7
gnome-spell-0.5-1.ximian.3
gnome-system-monitor-2.0.0-2
gnome-terminal-2.0.1-5
gnome-user-docs-2.0.0-1
gnome-utils-2.0.2-5
gnome-vfs-1.0.5-6
gnome-vfs2-2.0.2-5
gnome-vfs2-extras-0.99.5-1
gnome-vfs-devel-1.0.5-6
gnome-vfs-extras-0.2.0-3

Is gnomecc missing in RH 8.0? Has it been replaced by something?

Thanks for any help you can provide.

Steve



-- 
Steven P. Auerbach [EMAIL PROTECTED]
SAIC









Re: [Evolution] Re: gnomecc?

2003-01-13 Thread James Ogley
 On my machine (SuSE 8.1), it lives /opt/gnome/bin.  Interestingly, I
 can run gnomecc quite happily from the command line, but I can't find
 it with an rpm query either!  If I do a general rpm -q -a | grep -i
 gnome, I get nothing that looks like gnomecc.  OK, it must be provided
 as part of another rpm

Also on SuSE 8.1:

(Mon 13 Jan 2003 15:24) ogley@jogley:pts/1 ~ rpm -qf
/opt/gnome/bin/gnomecc
control-center-1.4.0.4-323
-- 
James Ogley, Unix Systems Administrator, Pinnacle Insurance Plc
[EMAIL PROTECTED] www.pinnacle.co.uk +44 (0) 20 8731 3619
Using Free Software since 1994, running GNU/Linux (SuSE 8.1)
Updated GNOME RPMs for SuSE Linux: www.usr-local-bin.org




**
CONFIDENTIALITY.This e-mail and any attachments are 
confidential and may also be privileged. If you are not the 
named recipient, please notify the sender immediately and 
do not disclose the contents to another person, use it for any
purpose, or store or copy the information in any medium. Any
views expressed in this message are those of the individual
sender, except where the sender specifically states them to
be the views of Pinnacle Insurance plc.

If you have received this email in error please immediately
notify the Pinnacle Helpdesk on +44 (0) 20 8207 9555.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**


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



Re: [Evolution] Re: gnomecc?

2003-01-13 Thread Dwight Tovey
On Mon, 2003-01-13 at 09:11, Paul Hands wrote:
 Steve,
 
 Gnomecc is the Gnome Control Center.  It's a GUI for configuring many
 parts of the Gnome desktop.
 
 On my machine (SuSE 8.1), it lives /opt/gnome/bin.  Interestingly, I
 can run gnomecc quite happily from the command line, but I can't find
 it with an rpm query either!  If I do a general rpm -q -a | grep -i
 gnome, I get nothing that looks like gnomecc.  OK, it must be provided
 as part of another rpm
 
 If I do rpm -q --whatprovides gnomecc, I get :- no package provides
 gnomecc
 
 So now, even though I have it installed and working, I don't know how
 it got installed!  I'll keep looking and let you know if I find it.
 
 Paul
 
 On Fri, 2003-01-10 at 18:32, Steven P. Auerbach wrote: 
  Paul
  Perhaps you could help me figure out what gnomecc is, and where it
  lives. Several postings in the Evolution data base have mentioned
  it, but it doesn't seem to be on my system. (I'm running Red Hat
  8.0) I've done rpm -qa and grep'ed on gnome, but there is nothing
  called gnomecc in the list.

On RedHat 8.0 it's called /usr/bin/gnome-control-center and it gets
installed by the control-center RPM.  

/dwight

-- 
Dwight N. Tovey
Email: [EMAIL PROTECTED]
http://www.dtovey.net/dwight
---
Last night, I lay  in bed looking up at the stars in the sky and thought to myself, 
Where the heck is the ceiling?




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



Re: [Evolution] Re: gnomecc?

2003-01-13 Thread Etienne Tourigny
To find which package installed a particular file, the command rpm -qf
file_with_path is what you need.

In this case:

rpm -qf `which gnomecc`

which gives me:

control-center-1.4.0.5-10.ximian.2


Etienne

On Mon, 2003-01-13 at 11:11, Paul Hands wrote:
 Steve,
 
 Gnomecc is the Gnome Control Center.  It's a GUI for configuring many
 parts of the Gnome desktop.
 
 On my machine (SuSE 8.1), it lives /opt/gnome/bin.  Interestingly, I
 can run gnomecc quite happily from the command line, but I can't find
 it with an rpm query either!  If I do a general rpm -q -a | grep -i
 gnome, I get nothing that looks like gnomecc.  OK, it must be provided
 as part of another rpm
 
 If I do rpm -q --whatprovides gnomecc, I get :- no package provides
 gnomecc
 
 So now, even though I have it installed and working, I don't know how
 it got installed!  I'll keep looking and let you know if I find it.
 
 Paul
 
 On Fri, 2003-01-10 at 18:32, Steven P. Auerbach wrote: 
  Paul
  Perhaps you could help me figure out what gnomecc is, and where it
  lives. Several postings in the Evolution data base have mentioned
  it, but it doesn't seem to be on my system. (I'm running Red Hat
  8.0) I've done rpm -qa and grep'ed on gnome, but there is nothing
  called gnomecc in the list.
  
  Here's what is in the list:
  gnome-applets-2.0.1-6
  gnome-audio-1.4.0-4
  gnome-audio-extra-1.4.0-4
  gnome-desktop-2.0.6-4
  gnome-games-2.0.3-2
  gnome-libs-1.4.1.2.90-22
  gnome-libs-devel-1.4.1.2.90-22
  gnome-lokkit-0.50-18
  gnome-media-2.0.0-9
  gnome-mime-data-2.0.0-9
  gnome-panel-2.0.6-9
  gnome-pilot-0.1.70-1.ximian.1
  gnome-pilot-devel-0.1.70-1.ximian.1
  gnome-print-0.37-2.ximian.1
  gnome-print-devel-0.37-2.ximian.1
  gnome-python2-1.99.11-8
  gnome-python2-applet-1.99.11-8
  gnome-python2-bonobo-1.99.11-8
  gnome-python2-canvas-1.99.11-8
  gnome-python2-gtkhtml2-1.99.11-8
  gnome-session-2.0.5-7
  gnome-spell-0.5-1.ximian.3
  gnome-system-monitor-2.0.0-2
  gnome-terminal-2.0.1-5
  gnome-user-docs-2.0.0-1
  gnome-utils-2.0.2-5
  gnome-vfs-1.0.5-6
  gnome-vfs2-2.0.2-5
  gnome-vfs2-extras-0.99.5-1
  gnome-vfs-devel-1.0.5-6
  gnome-vfs-extras-0.2.0-3
  
  Is gnomecc missing in RH 8.0? Has it been replaced by something?
  
  Thanks for any help you can provide.
  
  Steve
  -- 
  Steven P. Auerbach [EMAIL PROTECTED]
  SAIC


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



Re: [Evolution] Re: gnomecc?

2003-01-13 Thread Paul Hands




Etienne,

Thank you. If I do the rpm -qf thing, I too get the control-center response. I wonder why the whatprovides thing doesn't work? Probably my lack of understanding means I'm feeding it the wrong arguments.

Steve - do you have control-center installed?

Paul

On Mon, 2003-01-13 at 16:39, Etienne Tourigny wrote:

To find which package installed a particular file, the command rpm -qf
file_with_path is what you need.

In this case:

rpm -qf `which gnomecc`

which gives me:

control-center-1.4.0.5-10.ximian.2


Etienne

On Mon, 2003-01-13 at 11:11, Paul Hands wrote:
 Steve,
 
 Gnomecc is the Gnome Control Center.  It's a GUI for configuring many
 parts of the Gnome desktop.
 
 On my machine (SuSE 8.1), it lives /opt/gnome/bin.  Interestingly, I
 can run gnomecc quite happily from the command line, but I can't find
 it with an rpm query either!  If I do a general rpm -q -a | grep -i
 gnome, I get nothing that looks like gnomecc.  OK, it must be provided
 as part of another rpm
 
 If I do rpm -q --whatprovides gnomecc, I get :- no package provides
 gnomecc
 
 So now, even though I have it installed and working, I don't know how
 it got installed!  I'll keep looking and let you know if I find it.
 
 Paul
 
 On Fri, 2003-01-10 at 18:32, Steven P. Auerbach wrote: 
  Paul
  Perhaps you could help me figure out what gnomecc is, and where it
  lives. Several postings in the Evolution data base have mentioned
  it, but it doesn't seem to be on my system. (I'm running Red Hat
  8.0) I've done rpm -qa and grep'ed on gnome, but there is nothing
  called gnomecc in the list.
  
  Here's what is in the list:
  gnome-applets-2.0.1-6
  gnome-audio-1.4.0-4
  gnome-audio-extra-1.4.0-4
  gnome-desktop-2.0.6-4
  gnome-games-2.0.3-2
  gnome-libs-1.4.1.2.90-22
  gnome-libs-devel-1.4.1.2.90-22
  gnome-lokkit-0.50-18
  gnome-media-2.0.0-9
  gnome-mime-data-2.0.0-9
  gnome-panel-2.0.6-9
  gnome-pilot-0.1.70-1.ximian.1
  gnome-pilot-devel-0.1.70-1.ximian.1
  gnome-print-0.37-2.ximian.1
  gnome-print-devel-0.37-2.ximian.1
  gnome-python2-1.99.11-8
  gnome-python2-applet-1.99.11-8
  gnome-python2-bonobo-1.99.11-8
  gnome-python2-canvas-1.99.11-8
  gnome-python2-gtkhtml2-1.99.11-8
  gnome-session-2.0.5-7
  gnome-spell-0.5-1.ximian.3
  gnome-system-monitor-2.0.0-2
  gnome-terminal-2.0.1-5
  gnome-user-docs-2.0.0-1
  gnome-utils-2.0.2-5
  gnome-vfs-1.0.5-6
  gnome-vfs2-2.0.2-5
  gnome-vfs2-extras-0.99.5-1
  gnome-vfs-devel-1.0.5-6
  gnome-vfs-extras-0.2.0-3
  
  Is gnomecc missing in RH 8.0? Has it been replaced by something?
  
  Thanks for any help you can provide.
  
  Steve
  -- 
  Steven P. Auerbach [EMAIL PROTECTED]
  SAIC






Re: [Evolution] Evolution + connector new messages not retrieved

2003-01-13 Thread Brian Rectanus
Christine,
  Any new news on this?

-Brian

On Fri, 2002-12-20 at 11:27, Christine McLellan wrote:
 Brian - Do you know the bug number? I did a quick search and was not
 able to locate it.  Or how you described the problem? Thanks,
 -Christine
 
 On Thu, 2002-12-19 at 11:35, Brian Rectanus wrote: 
  I cannot reproduce the new message count doubling anymore (with
  evolution/connector 1.2.1 on Debian woody).  But, evolution still does
  not download new mail to Inbox if I am currently viewing the Inbox.  If
  I leave the Inbox and come back, then the messages are downloaded.  This
  is *very* annoying.  Because of this, mail alerts and filters are not
  applied until I get out, then back into the Inbox.
  
  Ximian, any word on a fix for this?  I submitted a bug report, but it is
  hidden from public eyes.
  
  -Brian
  
  On Wed, 2002-12-18 at 03:33, Ville Skyttä wrote:
   Oops, I was a bit hasty it seems, the Inbox refresh works *sometimes*
   now.  1.2.1 makes the problem harder to reproduce, but it's certainly
   still there :(
   
   On Mon, 2002-12-16 at 12:25, Ville Skyttä wrote:
I've just upgraded to Evo 1.2.1 (RH7.3 via Red Carpet) and the inbox
refresh works just fine for me.  Thanks!


On Mon, 2002-12-02 at 18:47, Brian Rectanus wrote:
 Yep, all my filter rules are server side - so I can use different
 machines and still keep the same filter set instead of manually syncing
 them.  This affects more than just the inbox, however, it affects
 incoming mail to all folders.
 
 It would be very nice if this was implemented in evolution/connector,
 BTW :)  If this and some type of message archiving were done I could
 completely get rid of outlook (Exchange is an unfortunate work
 requirement).
 
 -Brian
 
 On Tue, 2002-11-26 at 18:14, Christine McLellan wrote:
  Brian - By any chance do you have any Exchange server side rules
  (previously created with Outlook) set up on that account that moves or
  somehow manipulates the messages coming into or going out of the
  Inbox? 
  
  
  On Wed, 2002-11-20 at 15:45, Brian Rectanus wrote: 
   Hello,
 I am using evolution and connector (and all other deps for those two)
   rpms.  I wanted to see if any one else has this issue before filing a
   bug...
   
   + Evolution 1.2 w/connector against exchange server
   + Select Inbox and mark any new messages as read (remain in Inbox)
   + Send another message to the account (from another mailer, etc)
   + When evolution checks for new messages the next time or if you
 hit S/R, the new message count goes up for Inbox, but the message
 is not displayed in the list.
   + Setting the get new messages to N minutes or turning it
 off seems to have no effect as clicking S/R manually does 
 the same thing.
   + Moving out of Inbox and back then shows the message in the list.
   
   Also I am not getting consistent result on these issues...
   
   + Occasionally, marking new messages as read will not update the
 new message count until you hit S/R or the next auto get new
 messages from server is reached.
   
   + Occasionally, a folder will show a new message count, and when
 displaying that folder, the new message count doubles.  Marking
 the new messages as read halves the new message count.  Then
 doing a S/R clears the new message count.
   
   Can anyone duplicate any of these?
   
   -Brian



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


Re: [Evolution] Re: gnomecc?

2003-01-13 Thread Etienne Tourigny
When I do rpm -q --whatprovides `which gnomecc` (or rpm -q
--whatprovides /usr/bin/gnomecc) I get the same result.  

So you need to put the full path AND name of the file, I guess.

Etienne

On Mon, 2003-01-13 at 11:47, Paul Hands wrote:
 Etienne,
 
 Thank you.  If I do the rpm -qf thing, I too get the control-center
 response.  I wonder why the whatprovides thing doesn't work?  Probably
 my lack of understanding means I'm feeding it the wrong arguments.
 
 Steve - do you have control-center installed?
 
 Paul
 
 On Mon, 2003-01-13 at 16:39, Etienne Tourigny wrote: 
  To find which package installed a particular file, the command rpm -qf
  file_with_path is what you need.
  
  In this case:
  
  rpm -qf `which gnomecc`
  
  which gives me:
  
  control-center-1.4.0.5-10.ximian.2
  
  
  Etienne
  
  On Mon, 2003-01-13 at 11:11, Paul Hands wrote:
   Steve,
   
   Gnomecc is the Gnome Control Center.  It's a GUI for configuring many
   parts of the Gnome desktop.
   
   On my machine (SuSE 8.1), it lives /opt/gnome/bin.  Interestingly, I
   can run gnomecc quite happily from the command line, but I can't find
   it with an rpm query either!  If I do a general rpm -q -a | grep -i
   gnome, I get nothing that looks like gnomecc.  OK, it must be provided
   as part of another rpm
   
   If I do rpm -q --whatprovides gnomecc, I get :- no package provides
   gnomecc
   
   So now, even though I have it installed and working, I don't know how
   it got installed!  I'll keep looking and let you know if I find it.
   
   Paul
   
   On Fri, 2003-01-10 at 18:32, Steven P. Auerbach wrote: 
Paul
Perhaps you could help me figure out what gnomecc is, and where it
lives. Several postings in the Evolution data base have mentioned
it, but it doesn't seem to be on my system. (I'm running Red Hat
8.0) I've done rpm -qa and grep'ed on gnome, but there is nothing
called gnomecc in the list.

Here's what is in the list:
gnome-applets-2.0.1-6
gnome-audio-1.4.0-4
gnome-audio-extra-1.4.0-4
gnome-desktop-2.0.6-4
gnome-games-2.0.3-2
gnome-libs-1.4.1.2.90-22
gnome-libs-devel-1.4.1.2.90-22
gnome-lokkit-0.50-18
gnome-media-2.0.0-9
gnome-mime-data-2.0.0-9
gnome-panel-2.0.6-9
gnome-pilot-0.1.70-1.ximian.1
gnome-pilot-devel-0.1.70-1.ximian.1
gnome-print-0.37-2.ximian.1
gnome-print-devel-0.37-2.ximian.1
gnome-python2-1.99.11-8
gnome-python2-applet-1.99.11-8
gnome-python2-bonobo-1.99.11-8
gnome-python2-canvas-1.99.11-8
gnome-python2-gtkhtml2-1.99.11-8
gnome-session-2.0.5-7
gnome-spell-0.5-1.ximian.3
gnome-system-monitor-2.0.0-2
gnome-terminal-2.0.1-5
gnome-user-docs-2.0.0-1
gnome-utils-2.0.2-5
gnome-vfs-1.0.5-6
gnome-vfs2-2.0.2-5
gnome-vfs2-extras-0.99.5-1
gnome-vfs-devel-1.0.5-6
gnome-vfs-extras-0.2.0-3

Is gnomecc missing in RH 8.0? Has it been replaced by something?

Thanks for any help you can provide.

Steve
-- 
Steven P. Auerbach [EMAIL PROTECTED]
SAIC


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



Re: [Evolution] How can i define my own card view ?

2003-01-13 Thread Lonnie Borntreger
On Mon, 2003-01-13 at 04:15, Armin Irger wrote:
 how can i define my own card view ? 
 With birtday and so on.

First, you have to make sure you are not using the card view, do this by
going to View-Current View and selecting a different one.  Then you
should be able to go into View-Current Views-Define Views, select
the card view and click on edit.  Make the changes, save, close the
dialog, and switch your view back to card view.


TTFN, 
Lonnie Borntreger



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



[Evolution] Syncing Evolution Calendar with iCal ics files

2003-01-13 Thread Aaron Newsome
Apple has a very nice collection of iCal Calendar Library files with
everything from US and other Holidays, to SAT Schedule dates and Pro 
College Sports schedules. They are available at:

http://www.apple.com/ical/library/

I tried importing one of these into Evolution, which does not produce
any error message but also does not display the calendar entries from
the .ics file.

I opened the Evolution calendar file and looked at entries created
natively with the application and ones that were created during the
import. I could not figure out how or why the imported entries are not
being displayed.

Has anyone been able to make this work, if so what did you have to do.
I'd like to to import a few of thse ICS files so I am anxious to get
this working. Any help is appreciated.

Thanks,
-- 
Aaron Newsome [EMAIL PROTECTED]


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



Re: [Evolution] Connector password change problem

2003-01-13 Thread Christine McLellan




Paul - Have you tried the menu item: Actions - Forget Passwords? You may have to exit/restart Evo but you should be prompted for the Exchange Password. Hope this helps! -Christine

On Mon, 2003-01-13 at 10:51, Paul Hands wrote:

Hi all,

My company has an automated system forcing all users to change their password every 2 months. It runs batches of changes about 5 times a day and can take a while for changes to propagate globally.

Today, I changed my password as dictated and carried on working with evolution/connector. An hour or so later, the password change filtered through and connector was no longer able to access the exchange server. However, nothing I try will get connector to prompt me for the new password - I just get a dialog saying that either I need to supply DOMAIN\user or I have typed my password incorrectly. An IMAP view of the same account worked fine - prompted for the new password and carried on. Connector just keeps telling me the same thing. I've tried playing with the settings in preferences (remember this password, enable/disable the account) as well as killev, oaf-slay and even a reboot. No dice - I'm locked out of my exchange account unless I use IMAP.

How do I get connector to display a new password prompt? I guess I could edit one of the config.xmldb files, but I'm reluctant to do that unless there is no option.

Paul

PS Apologies if this comes in twice; I tried to send it before (from IMAP!) but it didn't show in the sent or outbox folders.





Re: [Evolution] Re: gnomecc?

2003-01-13 Thread Eric Lambart
On Mon, 2003-01-13 at 08:37, Dwight Tovey wrote:
 On Mon, 2003-01-13 at 09:11, Paul Hands wrote:
  Steve,
  
  Gnomecc is the Gnome Control Center.  It's a GUI for configuring many
  parts of the Gnome desktop.
  
  On my machine (SuSE 8.1), it lives /opt/gnome/bin.  Interestingly, I
  can run gnomecc quite happily from the command line, but I can't find
  it with an rpm query either!  If I do a general rpm -q -a | grep -i
  gnome, I get nothing that looks like gnomecc.  OK, it must be provided
  as part of another rpm
  
  If I do rpm -q --whatprovides gnomecc, I get :- no package provides
  gnomecc
  
  So now, even though I have it installed and working, I don't know how
  it got installed!  I'll keep looking and let you know if I find it.
  
  Paul
  
  On Fri, 2003-01-10 at 18:32, Steven P. Auerbach wrote: 
   Paul
   Perhaps you could help me figure out what gnomecc is, and where it
   lives. Several postings in the Evolution data base have mentioned
   it, but it doesn't seem to be on my system. (I'm running Red Hat
   8.0) I've done rpm -qa and grep'ed on gnome, but there is nothing
   called gnomecc in the list.
 
 On RedHat 8.0 it's called /usr/bin/gnome-control-center and it gets
 installed by the control-center RPM.

Yes, but from what I understand, that control center, which is part of
GNOME 2, has no effect on Evolution 1.x, which is a GNOME 1.x
application.

You still need to use the old gnomecc for Evolution until version 1.4
comes out (which is the port to GNOME 2).

Eric
-- 
I have nothing against the American people... 
...but it is time for a regime change


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



Re: [Evolution] Syncing Evolution Calendar with iCal ics files

2003-01-13 Thread Eric Lambart
On Mon, 2003-01-13 at 10:59, Eric Lambart wrote:
 On Mon, 2003-01-13 at 09:52, Aaron Newsome wrote:
  Apple has a very nice collection of iCal Calendar Library files with
  everything from US and other Holidays, to SAT Schedule dates and Pro 
  College Sports schedules. They are available at:
  
  http://www.apple.com/ical/library/
  
  I tried importing one of these into Evolution, which does not produce
  any error message but also does not display the calendar entries from
  the .ics file.
  
  I opened the Evolution calendar file and looked at entries created
  natively with the application and ones that were created during the
  import. I could not figure out how or why the imported entries are not
  being displayed.
  
  Has anyone been able to make this work, if so what did you have to do.
  I'd like to to import a few of thse ICS files so I am anxious to get
  this working. Any help is appreciated.
 
 This won't be much help to you, but yes I have imported a calendar file
 from the apple.com web site, and it worked great.  I probably did it
 with an older prerelease version of Evo 1.2.
 
 I have no desire or time to muck with it now, but it did work, it should
 work, and if it doesn't work for you, I hope you can figure out what's
 wrong or file a bug report if you giver up =)
 
 You may need to run the importer (evolution-calendar?) from a shell
 prompt (and then run evolution as usual) and see if it complains in any
 way that is helpful to figure out the problem. I don't know, maybe a
 Evolution hacker will step in here and offer some advice.
 
 Good luck
 Eric
-- 
I have nothing against the American people... 
...but it is time for a regime change


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



[Evolution] DATA response error: Need RCPT

2003-01-13 Thread Alfred A. Lorber




Here is one that should be simple...

Our sysadmins recently installed Evolution 1.2. We were using 1.0.1 or something
like that. I ran evolution and after a few hours I was not able to send
mail anymore. When I send a message a dialog box appears with the following
message:

Error while performing operation:
DATA response error: Need RCPT (recipient)

I remember seeing something in the FAQ about debugging email, so I did the
following as
http://support.ximian.com/cgi-bin/ximian.cfg/php/enduser/std_adp.php?p_sid=h33D9dzgp_lva=p_faqid=76p_created=997729069p_sp=cF9ncmlkc29ydD0mcF9yb3dfY250PTImcF9zZWFyY2hfdGV4dD1kZWJ1ZyZwX3NlYXJjaF90eXBlPTQmcF9wcm9kX2x2bDE9MiZwX3Byb2RfbHZsMj1_YW55fiZwX2NhdF9sdmwxPX5hbnl_JnBfc29ydF9ieT1kZmx0JnBfcGFnZT0xp_li=
(wow, that is a long URL!) suggests:


   Exit evolution and run the killev command.
  Open two terminal windows.
   In the first terminal, set the environment variable CAMEL_VERBOSE_DEBUG
to 1. 
 In BASH:
 export CAMEL_VERBOSE_DEBUG=1
 In TCSH:
 setenv CAMEL_VERBOSE_DEBUG 1
  
  In the first terminal,  run evolution-mail  /tmp/mail.out
21 
   Wait a few seconds for evolution-mail to initialize.
  In the second terminal, run evolution
  Use Evolution to generate the server traffic you want to record.


I sent two messages and here is the pertinent output from /tmp/mail.out:

camel-WARNING **: camel_exception_get_id called with NULL parameter.
EBook-Message: Use score for "[EMAIL PROTECTED]" is now 13.493195
sending : EHLO sahp4960.sandia.gov

received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov [134.253.161.15],
pleased to meet you
received: 250-ENHANCEDSTATUSCODES
This server supports enhanced status codes
received: 250-PIPELINING
received: 250-EXPN
received: 250-VERB
received: 250-8BITMIME
This server supports 8bit MIME
received: 250-SIZE 2000
received: 250-DSN
received: 250-ETRN
received: 250-DELIVERBY
received: 250 HELP
sending : MAIL FROM:[EMAIL PROTECTED]

received: 250 2.1.0 [EMAIL PROTECTED]... Sender ok
sending : DATA

received: 503 5.0.0 Need RCPT (recipient)
sending : QUIT

received: 221 2.0.0 sass165.sandia.gov closing connection


sending : EHLO sahp4960.sandia.gov

received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov [134.253.161.15],
pleased to meet you
received: 250-ENHANCEDSTATUSCODES
This server supports enhanced status codes
received: 250-PIPELINING
received: 250-EXPN
received: 250-VERB
received: 250-8BITMIME
This server supports 8bit MIME
received: 250-SIZE 2000
received: 250-DSN
received: 250-ETRN
received: 250-DELIVERBY
received: 250 HELP
sending : MAIL FROM:[EMAIL PROTECTED]

received: 250 2.1.0 [EMAIL PROTECTED]... Sender ok
sending : DATA

received: 503 5.0.0 Need RCPT (recipient)
sending : QUIT

received: 221 2.0.0 sass165.sandia.gov closing connection

Looking at /tmp/mail.out I see lots of warning messages at the top that do
not look good. They are in the attached file.

Any help would be greatly appreciated
Thanks
-Alfred




Evolution Mail ready and running.

evolution-shell-WARNING **: e_folder_tree_add() -- Trying to change root folder after 
adding children

camel-WARNING **: Invalid root: '//home/aalorbe/evolution/local/Outbox/mbox.ibex.index'

camel-WARNING **: version: TEXT.000 (TEXT.000)

camel-WARNING **: block size: 1024 (1024) OK

camel-WARNING **: free: 0 (0 add size  12288) OK

camel-WARNING **: last: 12288 (12288 and size: 12288) OK

camel-WARNING **: flags: unSYNC
received: * OK Microsoft Exchange IMAP4rev1 server version 5.5.2656.14 
(es10snlnt.sandia.gov) ready
sending : A0 CAPABILITY
received: * CAPABILITY IMAP4 IMAP4rev1 IDLE LITERAL+ LOGIN-REFERRALS MAILBOX-REFERRALS 
NAMESPACE
received: A0 OK CAPABILITY completed.
sending : A1 LOGIN xxx xxx
received: A1 OK LOGIN completed.
sending : A2 NAMESPACE
received: * NAMESPACE (( /)) NIL NIL
received: A2 OK NAMESPACE completed successfully
sending : A3 LSUB  {1+}
*
received: * LSUB () / Trash
received: * LSUB () / Evolution Mailing List
received: A3 OK LSUB completed.
sending : A4 LIST  Trash
received: * LIST (\Marked) / Trash
received: A4 OK LIST completed.
sending : A5 LIST  {22+}
Evolution Mailing List
received: * LIST (\Marked) / Evolution Mailing List
received: A5 OK LIST completed.
sending : A6 LIST  INBOX
received: * LIST (\Marked) / INBOX
received: A6 OK LIST completed.
sending : A7 STATUS Trash (UNSEEN)
received: * STATUS Trash (UNSEEN 0)
received: A7 OK STATUS completed.
sending : A8 STATUS INBOX (UNSEEN)
received: * STATUS INBOX (UNSEEN 1)
received: A8 OK STATUS completed.
sending : A9 STATUS {22+}
Evolution Mailing List (UNSEEN)
received: * STATUS Evolution Mailing List (UNSEEN 14)
received: A9 OK STATUS completed.
sending : A00010 SELECT {22+}
Evolution Mailing List
received: * 21 EXISTS
received: * 0 RECENT
received: * FLAGS (\Seen \Answered \Flagged \Deleted \Draft)
received: * OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft)]
received: * OK [UNSEEN 6] 

[Evolution] Unmatched VFolder has incorrect count of unread messages

2003-01-13 Thread Steven P. Auerbach




The Unmatched VFolder sometimes (but not always) has an incorrect count of unread messages. That is, the folder name is listed in a bold font, with a number in parentheses after its name, indicating that it contains messages which have not been read. However, no ofther folders have the same markings, so there are no unread messages anywhere. If I exit Evolution, then restart, the incorrect count goes away. I haven't yet figured if there is any pattern to when this occurs. 
Steve



-- 
Steven P. Auerbach [EMAIL PROTECTED]
SAIC








Re: [Evolution] DATA response error: Need RCPT

2003-01-13 Thread Jeffrey Stedfast
Look in the archives (see the http link at the bottom of this message).
This problem was brought up last week sometime.

Jeff

On Mon, 2003-01-13 at 14:08, Alfred A. Lorber wrote:
 Here is one that should be simple...
 
 Our sysadmins recently installed Evolution 1.2.  We were using 1.0.1
 or something like that.  I ran evolution and after a few hours I was
 not able to send mail anymore.  When I send a message a dialog box
 appears with the following message:
 
 Error while performing operation:
 DATA response error: Need RCPT (recipient)
 
 I remember seeing something in the FAQ about debugging email,  so I
 did the following as
 
http://support.ximian.com/cgi-bin/ximian.cfg/php/enduser/std_adp.php?p_sid=h33D9dzgp_lva=p_faqid=76p_created=997729069p_sp=cF9ncmlkc29ydD0mcF9yb3dfY250PTImcF9zZWFyY2hfdGV4dD1kZWJ1ZyZwX3NlYXJjaF90eXBlPTQmcF9wcm9kX2x2bDE9MiZwX3Byb2RfbHZsMj1_YW55fiZwX2NhdF9sdmwxPX5hbnl_JnBfc29ydF9ieT1kZmx0JnBfcGFnZT0xp_li=
 (wow, that is a long URL!) suggests:
 
   * Exit evolution and run the killev command.
   * Open two terminal windows.
   * In the first terminal, set the environment variable
 CAMEL_VERBOSE_DEBUG to 1. 
 In BASH:
 export CAMEL_VERBOSE_DEBUG=1
 In TCSH:
 setenv CAMEL_VERBOSE_DEBUG 1
   * In the first terminal, run evolution-mail  /tmp/mail.out 21
   * Wait a few seconds for evolution-mail to initialize.
   * In the second terminal, run evolution
   * Use Evolution to generate the server traffic you want to
 record.
 
 I sent two messages and here is the pertinent output from
 /tmp/mail.out:
 
 camel-WARNING **: camel_exception_get_id called with NULL parameter.
 EBook-Message: Use score for [EMAIL PROTECTED] is now 13.493195
 sending : EHLO sahp4960.sandia.gov 
 received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov
 [134.253.161.15], pleased to meet you
 received: 250-ENHANCEDSTATUSCODES
 This server supports enhanced status codes
 received: 250-PIPELINING
 received: 250-EXPN
 received: 250-VERB
 received: 250-8BITMIME
 This server supports 8bit MIME
 received: 250-SIZE 2000
 received: 250-DSN
 received: 250-ETRN
 received: 250-DELIVERBY
 received: 250 HELP
 sending : MAIL FROM:[EMAIL PROTECTED]
 received: 250 2.1.0 [EMAIL PROTECTED]... Sender ok
 sending : DATA 
 received: 503 5.0.0 Need RCPT (recipient)
 sending : QUIT 
 received: 221 2.0.0 sass165.sandia.gov closing connection
 
 
 sending : EHLO sahp4960.sandia.gov 
 received: 250-sass165.sandia.gov Hello sahp4960.sandia.gov
 [134.253.161.15], pleased to meet you
 received: 250-ENHANCEDSTATUSCODES
 This server supports enhanced status codes
 received: 250-PIPELINING
 received: 250-EXPN
 received: 250-VERB
 received: 250-8BITMIME
 This server supports 8bit MIME
 received: 250-SIZE 2000
 received: 250-DSN
 received: 250-ETRN
 received: 250-DELIVERBY
 received: 250 HELP
 sending : MAIL FROM:[EMAIL PROTECTED]
 received: 250 2.1.0 [EMAIL PROTECTED]... Sender ok
 sending : DATA 
 received: 503 5.0.0 Need RCPT (recipient)
 sending : QUIT 
 received: 221 2.0.0 sass165.sandia.gov closing connection
 
 Looking at /tmp/mail.out I see lots of warning messages at the top
 that do not look good.  They are in the attached file.
 
 Any help would be greatly appreciated
 Thanks
 -Alfred
 
 
 
 
 __
 
 Evolution Mail ready and running.
 
 evolution-shell-WARNING **: e_folder_tree_add() -- Trying to change root folder 
after adding children
 
 camel-WARNING **: Invalid root: 
'//home/aalorbe/evolution/local/Outbox/mbox.ibex.index'
 
 camel-WARNING **: version: TEXT.000 (TEXT.000)
 
 camel-WARNING **: block size: 1024 (1024) OK
 
 camel-WARNING **: free: 0 (0 add size  12288) OK
 
 camel-WARNING **: last: 12288 (12288 and size: 12288) OK
 
 camel-WARNING **: flags: unSYNC
 received: * OK Microsoft Exchange IMAP4rev1 server version 5.5.2656.14 
(es10snlnt.sandia.gov) ready
 sending : A0 CAPABILITY
 received: * CAPABILITY IMAP4 IMAP4rev1 IDLE LITERAL+ LOGIN-REFERRALS 
MAILBOX-REFERRALS NAMESPACE
 received: A0 OK CAPABILITY completed.
 sending : A1 LOGIN xxx xxx
 received: A1 OK LOGIN completed.
 sending : A2 NAMESPACE
 received: * NAMESPACE (( /)) NIL NIL
 received: A2 OK NAMESPACE completed successfully
 sending : A3 LSUB  {1+}
 *
 received: * LSUB () / Trash
 received: * LSUB () / Evolution Mailing List
 received: A3 OK LSUB completed.
 sending : A4 LIST  Trash
 received: * LIST (\Marked) / Trash
 received: A4 OK LIST completed.
 sending : A5 LIST  {22+}
 Evolution Mailing List
 received: * LIST (\Marked) / Evolution Mailing List
 received: A5 OK LIST completed.
 sending : A6 LIST  INBOX
 received: * LIST (\Marked) / INBOX
 received: A6 OK LIST completed.
 sending : A7 STATUS Trash (UNSEEN)
 received: * STATUS Trash (UNSEEN 0)
 received: A7 OK STATUS completed.
 sending : A8 STATUS INBOX (UNSEEN)
 received: * STATUS INBOX 

Re: [Evolution] DATA response error: Need RCPT

2003-01-13 Thread Alfred A. Lorber
Jeffrey Stedfast wrote:


Look in the archives (see the http link at the bottom of this message).
This problem was brought up last week sometime.

Jeff

 

Jeff,
 Thanks for the pointer.   I actually looked at the message
http://lists.ximian.com/archives/public/evolution/2003-January/024554.html
a few days ago, but I did not see any solution in the original message 
nor the one follow up message.

-Alfred



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


Re: [Evolution] DATA response error: Need RCPT

2003-01-13 Thread Alfred A. Lorber
On Mon, 2003-01-13 at 13:06, Alfred A. Lorber wrote: 
 Jeffrey Stedfast wrote:
 
 Look in the archives (see the http link at the bottom of this message).
 This problem was brought up last week sometime.
 
 Jeff
 
   
 
 Jeff,
   Thanks for the pointer.   I actually looked at the message
 http://lists.ximian.com/archives/public/evolution/2003-January/024554.html
 a few days ago, but I did not see any solution in the original message 
 nor the one follow up message.
 
 -Alfred
 

I sent mail to the poster of the original Need RCPT question referred to
in the URL above and part of what he sent was:


  Some other people mention that Evolution sometimes drops To: and
  that mail sitting in Outbox forever.  If that mail cannot be sent, all
  the other mails are not sent (why?).  Check Outbox.

and sure enough, my Outbox had a message with no To:.  I deleted it
and everything works fine.  Thank you Tosa and everybody else who has
replied.

A word of warning if this happens to you.  Delete everything in your
Outbox you do not want sent before you delete the offending message or
these messages will be sent once the offending message is gone.

-Alfred







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



Re: [Evolution] DATA response error: Need RCPT

2003-01-13 Thread Tony Earnshaw
man, 2003-01-13 kl. 20:08 skrev Alfred A. Lorber:

 Our sysadmins recently installed Evolution 1.2.  We were using 1.0.1
 or something like that.  I ran evolution and after a few hours I was
 not able to send mail anymore.  When I send a message a dialog box
 appears with the following message:
 
 Error while performing operation:
 DATA response error: Need RCPT (recipient)
 
Apparently others have had this too with Evo 1.2.1 (look at Jan 3 last
in the archives).

Try (and I'm translating back into English from a Norwegian mål):

Tools - Settings email accounts [default] - Sending email - Use
secure connection. Change to Never.

If it doesn't work, and there's no logical reason why it should, in fact
it shouldn't, it's not my fault. It worked for Yasunari Tosa
[EMAIL PROTECTED].

Best,

Tony

-- 

Tony Earnshaw

When all's said and done ...
there's nothing left to say or do.

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




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



[Evolution] Wishlist: Forwarding Message Source

2003-01-13 Thread Bill Hartwell
A feature that would be very nice is the ability to forward a message's
unaltered source, including the full headers. Since the message source
is what places like Spamcop use for determining where to send spam
reports, what I have to do right now is switch to message source view,
start a forward, delete what Evolution puts in the forward (because it
never includes the unaltered source or the full headers), then copy from
the message source in the message preview pane and paste it into the
forward window before adding the destination addresses and sending it.

All of this would be so much easier if Evolution included a forward
message source or forward complete message or even just forward with
full headers option in its forward submenu. As it is, even redirect
does not copy over the full headers.


-- 
All private email sent with PGP encryption. Email for key.
Homepage: http://www.macmanusnet.net/
Freedom in our lifetime: http://www.freestateproject.org
Enforce the Bill of Rights: http://www.lneilsmith.com/bor_enforcement.html
Political correctness is just racism with manners.



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


Re: [Evolution] Cannot create new messages

2003-01-13 Thread Mark Gordon
On Fri, 2003-01-10 at 23:36, Trey Sizemore wrote:
 I have Evolution 1.2.1-1ximian installed on a Libranet 2.7 (Debian Woody)
 machine.  It has worked without incident since I installed it about a
 week ago.  However, tonight I was in the process of sending a few
 messages out and was copying text from one message to another (cut 
 paste) when on about the second message Evolution froze.  I could not do
 anything to exit the program and finally had to perform a 'killev' from
 the terminal.  Since, that time I have started Evolution again (twice). 
 I can navigate my various folders (IMAP  POP) and view their contents. 
 However, when I either select a 'Reply To:' email link or select the
 New-Mail Message option from the toolbar, Evolution freezes.  Any way to
 recover from this without having to reinstall Evolution?
 
 Thanks for assistance.
 
 -Trey

More diagnostics might be useful:

1) It may be useful to run gnome-gtkhtml-editor-1.1 in a terminal window
so that you can see what it dumps to stderr.
2) Are you using LDAP?

Reinstalling Evolution is seldom an effective solution for such
problems, BTW.

-Mark Gordon


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



Re: [Evolution] Wishlist: Forwarding Message Source

2003-01-13 Thread Jeffrey Stedfast
you want to use Forward As Attachment.

Jeff

On Mon, 2003-01-13 at 16:09, Bill Hartwell wrote:
 A feature that would be very nice is the ability to forward a message's
 unaltered source, including the full headers. Since the message source
 is what places like Spamcop use for determining where to send spam
 reports, what I have to do right now is switch to message source view,
 start a forward, delete what Evolution puts in the forward (because it
 never includes the unaltered source or the full headers), then copy from
 the message source in the message preview pane and paste it into the
 forward window before adding the destination addresses and sending it.
 
 All of this would be so much easier if Evolution included a forward
 message source or forward complete message or even just forward with
 full headers option in its forward submenu. As it is, even redirect
 does not copy over the full headers.
 


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



Re: [Evolution] Wishlist: Forwarding Message Source

2003-01-13 Thread Bill Hartwell
I tried that, but when I looked at the attachment, it didn't appear to
have the un-altered source. Maybe I was just looking at it wrong...

On Mon, 2003-01-13 at 14:22, Jeffrey Stedfast wrote:
 you want to use Forward As Attachment.
 
 Jeff
 
 On Mon, 2003-01-13 at 16:09, Bill Hartwell wrote:
  A feature that would be very nice is the ability to forward a message's
  unaltered source, including the full headers. Since the message source
  is what places like Spamcop use for determining where to send spam
  reports, what I have to do right now is switch to message source view,
  start a forward, delete what Evolution puts in the forward (because it
  never includes the unaltered source or the full headers), then copy from
  the message source in the message preview pane and paste it into the
  forward window before adding the destination addresses and sending it.
  
  All of this would be so much easier if Evolution included a forward
  message source or forward complete message or even just forward with
  full headers option in its forward submenu. As it is, even redirect
  does not copy over the full headers.
  
-- 
All private email sent with PGP encryption. Email for key.
Homepage: http://www.macmanusnet.net/
Freedom in our lifetime: http://www.freestateproject.org
Enforce the Bill of Rights: http://www.lneilsmith.com/bor_enforcement.html
To believe in gun control, you have to believe that a gun with an 11
round magazine is dangerous, but a gun with fifteen 10 round magazines
is much safer.



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


Re: [Evolution] DATA response error: Need RCPT

2003-01-13 Thread Mark Gordon
On Mon, 2003-01-13 at 14:08, Alfred A. Lorber wrote:

 
http://support.ximian.com/cgi-bin/ximian.cfg/php/enduser/std_adp.php?p_sid=h33D9dzgp_lva=p_faqid=76p_created=997729069p_sp=cF9ncmlkc29ydD0mcF9yb3dfY250PTImcF9zZWFyY2hfdGV4dD1kZWJ1ZyZwX3NlYXJjaF90eXBlPTQmcF9wcm9kX2x2bDE9MiZwX3Byb2RfbHZsMj1_YW55fiZwX2NhdF9sdmwxPX5hbnl_JnBfc29ydF9ieT1kZmx0JnBfcGFnZT0xp_li=
 (wow, that is a long URL!)

http://support.ximian.com/q?76

76 being the Answer ID in the box on the left.  Much more sane URL
length. :-)

-Mark Gordon


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



Re: [Evolution] Wishlist: Forwarding Message Source

2003-01-13 Thread Jason Tackaberry
On Mon, 2003-01-13 at 16:09, Bill Hartwell wrote:
 A feature that would be very nice is the ability to forward a message's
 unaltered source, including the full headers. Since the message source

Forward as attachment, which I believe is default behaviour.  This is
more technically sound than forwarding inline with full headers. 
Doesn't SpamCop handle emails as MIME attachments?  (I don't know much
about SmamCop, but I'd think it should.)

Cheers,
Jason.

-- 
Jason Tackaberry  ::  [EMAIL PROTECTED]  :: 705-949-2301 x330 
Academic Computing Support Specialist
Information Technology Services
Algoma University College  ::  www.auc.ca



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



Re: [Evolution] Evolution and Exchange 2000

2003-01-13 Thread Jason Frisvold
On Fri, 2003-01-10 at 13:30, Christine McLellan wrote:
 Jason - There are many many feature requests for Evolution in
 bugzilla.ximian.com.  Most have a severity of Wishlist.  You can
 search these and add yourself to be CC-ed list to be notified every
 time the bug is changed. If you cannot find a bug report that matches
 what you are looking for, you can enter a new bug and if a duplicate
 is located, your bug will be closed and linked to the original - where
 you also get notified. 
 
 Hope this helps!
 -Christine

Thanks for the info!  Very helpful!

  -- 
  ---
  Jason H. Frisvold
  Backbone Engineer
  Penteledata Engineering
  [EMAIL PROTECTED]
  RedHat Certified - RHCE # 807302349405893
  ---
  Something mysterious is formed, born in the silent void. Waiting alone
  and unmoving, it is at once still and yet in constant motion. It is the
  source of all programs. I do not know its name, so I will call it the
  Tao of Programming.



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


Re: [Evolution] Wishlist: Forwarding Message Source

2003-01-13 Thread Jeffrey Stedfast
yea, if it doesn't... I'd say it's a broken piece of software :-)

Jeff

On Mon, 2003-01-13 at 16:46, Jason Tackaberry wrote:
 On Mon, 2003-01-13 at 16:09, Bill Hartwell wrote:
  A feature that would be very nice is the ability to forward a message's
  unaltered source, including the full headers. Since the message source
 
 Forward as attachment, which I believe is default behaviour.  This is
 more technically sound than forwarding inline with full headers. 
 Doesn't SpamCop handle emails as MIME attachments?  (I don't know much
 about SmamCop, but I'd think it should.)
 
 Cheers,
 Jason.


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



Re: [Evolution] Data Sync

2003-01-13 Thread Jason Tackaberry
On Mon, 2003-01-13 at 07:49, [EMAIL PROTECTED] wrote:
 i am using evolution with my notebook and my homepc. I want to sync the
 dates, mails,etc. between them. I have no exchange server in my lan. Is
 there a way to do this ?

I've been using unison to synchronize 3 systems for several months with
no problems.  I explained in this list some months ago how I set it up:

http://lists.ximian.com/archives/public/evolution/2002-October/022398.html

Hope that helps.

Cheers,
Jason.

-- 
Jason Tackaberry  ::  [EMAIL PROTECTED]  :: 705-949-2301 x330 
Academic Computing Support Specialist
Information Technology Services
Algoma University College  ::  www.auc.ca



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



Re: [Evolution] Re: gnomecc?

2003-01-13 Thread Dan Hensley
On Mon, 2003-01-13 at 09:11, Paul Hands wrote:
 Steve,
 
 Gnomecc is the Gnome Control Center.  It's a GUI for configuring many
 parts of the Gnome desktop.
 
 On my machine (SuSE 8.1), it lives /opt/gnome/bin.  Interestingly, I can
 run gnomecc quite happily from the command line, but I can't find it
 with an rpm query either!  If I do a general rpm -q -a | grep -i gnome,
 I get nothing that looks like gnomecc.  OK, it must be provided as part
 of another rpm
 
 If I do rpm -q --whatprovides gnomecc, I get :- no package provides
 gnomecc

Try this:

rpm -qf `which gnomecc`

Dan




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



Re: [Evolution] Images again

2003-01-13 Thread Christian Borup
I've been seeing problems similar to this. However my problems happen
when inserting jpegs. The first time I saw the problem, was with 1.0.5 I
think (pre 1.0.8 anyway). But it went away by itself.

Back then if I inserted an image, from dir foo it would work fine.
Then if foo was then deleted (after the mail was sent), the file
selector widget would default to /, and any subsequent inserts of
images would fail. It happened a couple of times, but went away before I
got to figure out what was happening (and file a bug).

In the composer a blank square is inserted rather then the image (which
shows up just fine in the Insert-Image dialog). The IMG tag gets a src
attribute like home/borup/bar/image.jpg (without the leading /), and
not the cid:...;.

The location in the Insert-Image dialog lacks the leading /. If the
slash i inserted it all works. And the dialog seems to do the right
thing the next time...

Willem could this be the same problem as yours?

./borup

On tor, 2003-01-09 at 22:05, Willem wrote:
 Hi Larry,
 
 It happens as soon as I insert it in a message. The only thing I see,
 is the placeholder, a square box in my letter.
 My gdk lib is okay, as far as I can tell. The funny thing is, before,
 with the old version of Evolution, I had no problem at all.
 
 Willem.
 
 On Thu, 2003-01-09 at 09:02, Larry Ewing wrote: 
  No idea why this would happen the image code is the same for all image
  types.  When does it start breaking? Does it fail to display them while
  editing, or fail to send them?  Make sure your gdk-pixbuf packages are
  up to date.
  
  --Larry
  
  On Thu, 2003-01-09 at 10:20, Willem wrote:
   Hi,
   
   Isn't there anybody out there, that is able to give me a hint, as why
   I can't put gif, png and bmp  pictures into email?
   The only thing that works is jpeg, so what lib or extra files am I
   missing here? 
   I'm running Mandrake 9, and updated only Evolution with Red Carpet.
   
   thnx, Willem Nellen
   
   -- 
   Willem [EMAIL PROTECTED]
  
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 
 
 -- 
 
 Willem [EMAIL PROTECTED]


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



Re: [Evolution] Wishlist: Forwarding Message Source

2003-01-13 Thread Bill Hartwell
On Mon, 2003-01-13 at 14:46, Jason Tackaberry wrote:
 On Mon, 2003-01-13 at 16:09, Bill Hartwell wrote:
  A feature that would be very nice is the ability to forward a message's
  unaltered source, including the full headers. Since the message source
 
 Forward as attachment, which I believe is default behaviour.  This is
 more technically sound than forwarding inline with full headers. 
 Doesn't SpamCop handle emails as MIME attachments?  (I don't know much
 about SmamCop, but I'd think it should.)

I did discover the source of the problem I was having: if I look at a
message attachment IN Evolution, it appears like any other message. If I
look at it outside of evolution (like in a text editor), I see all the
message source.

Yes, Spamcop seems to prefer attachments when forwarding to them. 

-- 
All private email sent with PGP encryption. Email for key.
Homepage: http://www.macmanusnet.net/
Freedom in our lifetime: http://www.freestateproject.org
Enforce the Bill of Rights: http://www.lneilsmith.com/bor_enforcement.html
Gun control: The belief that assault rifles are far too powerful to hunt
deer and elk, and too dangerous for private citizens to own, but are too
impotent for modern warfare, too weak to reliably kill soldiers, and
have no place in the concept of a citizen reserve.



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


[Evolution] Syncing Visor with Evolution

2003-01-13 Thread Steven P. Auerbach




I finally got my Visor to sync with Evolution 1.2.1, but only by ignoring some apparently incorrect advice on the Ximiam Find Answers page (http://support.ximian.com/cgi-bin/ximian.cfg/php/enduser/faq.php?p_prod_lvl1=2#q-10)

There I found the following statement: 

Under type, select the type of cradle you have. If you have a Handspring Visor with a USB cradle, select Serial. Otherwise you will not be able to connect.

This doesn't work (for me); instead I had to choose USB for the type to get synchronization to work.

Steve



-- 
Steven P. Auerbach[EMAIL PROTECTED]
SAIC, MS C/4  858-826-6493 (office)
10260 Campus Pt. Drive619-723-1270 (cell/page)
San Diego, CA 92121-1522  858-826-6857 (fax)









Re: [Evolution] Sync with Toshiba e570...?

2003-01-13 Thread Ettore Perazzoli
On Fri, 2003-01-10 at 20:14, Stephen Kuhn wrote:
 One of my customers has a Toshiba e570 and wants to know if it will sync
 with Evolution (or with linux at all).

I don't know if there are linux tools for it, but it most definitely
won't sync with Evolution.

-- 
Ettore Perazzoli [EMAIL PROTECTED]



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


[Evolution] Threading

2003-01-13 Thread Adrian 'Dagurashibanipal' von Bidder
Yo!

I noticed that on mailing lists, threads are often broken. In some
cases, it's just because evo does apparently not thread by Subject
(which, if it did, I'd want to be able to switch off in any case), but
in other cases it's unusual headers. Some (Thread-Id, Thread-Topic) seem
really weird, but this one should be an easy fix:

In-Reply-To: Message from Bob Apthorpe [EMAIL PROTECTED]  of Mon, 13 Jan 
2003 15:36:24 CST. [EMAIL PROTECTED] 

I've asked the author of the offending message what mailer he used, I'll
report back when I get an answer.

cheers
-- vbi

-- 
get my gpg key here: http://fortytwo.ch/gpg/92082481



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


Re: [Evolution] Threading

2003-01-13 Thread Alessio Bragadini
On Tue, 2003-01-14 at 09:40, Adrian 'Dagurashibanipal' von Bidder wrote:

 I noticed that on mailing lists, threads are often broken. In some
 cases, it's just because evo does apparently not thread by Subject

1.2.X doesn't, 1.0.X did.

 in other cases it's unusual headers. Some (Thread-Id, Thread-Topic) seem
 really weird

They come - surprise - from Microsoft applications.

-- 
Alessio Bragadini [EMAIL PROTECTED]
APL Financial Services (Overseas) Ltd


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