[Evolution-hackers] Don't use old time-related functions

2001-10-03 Thread Damon Chaplin


I've noticed that some of the old time-related functions are still being
used. Please make sure you use the newer functions that support
timezones.

If you need help converting code, let me know.
(Note that this list doesn't include code for alarms, which I've put
notes about in bug #5282.)

These should almost never be used:

icaltime_as_timet:  calendar/cal-util/cal-util.c (3)
calendar/conduits/calendar/calendar-conduit.c(1)
calendar/gui/e-day-view.c (4)
calendar/gui/e-itip-control.c (6)
calendar/gui/e-week-view.c (4)


icaltime_from_timet:calendar/pcs/cal-backend-file.c (2)

time_add_day:   calendar/conduits/calendar/calendar-conduit.c(2)

time_add_week:  calendar/gui/e-meeting-model.c (1)


time_day_begin: OK

time_day_end:   calendar/conduits/calendar/calendar-conduit.c(1)


These should rarely be used:

gmtime: OK

mktime: calendar/conduits/calendar/calendar-conduit.c(8)
calendar/conduits/todo/todo-conduit.c (3)
calendar/gui/e-meeting-time-sel.c (2)

localtime:  calendar/gui/e-itip-control.c (1)
calendar/conduits/calendar/calendar-conduit.c(3)
calendar/conduits/todo/todo-conduit.c (1)
calendar/gui/e-meeting-time-sel.c (3)

icaltime_compare:   OK



Damon



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



[Evolution-hackers] Evolution 0.15 (Beta 5) is out!

2001-10-03 Thread Ettore Perazzoli

The hacking monkeys at Ximian are proud to announce the availability of
the Beta 5 (aka 0.15) release of Evolution.

The time is drawing near for the 1.0 release.  This means that time is
almost up to stress-test and report bugs for Ximian Evolution.  Prizes
will still be awarded to those reporting the nastiest, thorniest, and
the most total bugs. To report a bug, please visit
http://bugzilla.ximian.com or use the GNOME Bug Report tool, Bug Buddy.

Every Thursday, between 9 A.M. and 9 P.M. Eastern Standard Time (US),
developers and users of Evolution gather to find, isolate, and destroy
bugs.  To participate, open your IRC client and visit the #evobugs
channel, located on the irc.gnome.org server.

Just like with Beta 4, Beta 5 binaries features LDAP, PalmOS, and SSL
built-in support.  Solaris packages will not be released with Beta 5;
please stay tuned for Beta 6.


AVAILABILITY


If you use Ximian GNOME, you can install this version by subscribing to
the Ximian GNOME channel in Red Carpet (System - Get Software).

If you do not have Ximian GNOME installed, you can download Evolution
binaries from our FTP server

ftp://ftp.ximian.com/pub/ximian-gnome/

or compile the source tarballs at

ftp://ftp.ximian.com/pub/source/evolution

For more information, the main Evolution web page is located at

http://www.ximian.com/products/ximian_evolution/

The Evolution development page is located at

http://www.ximian.com/devzone/projects/evolution-devel.html


CHANGES SINCE BETA 4 (0.14)
---

Shell:

* Fixed a problem with shortcuts not appearing when created by
  the mailer. (Ettore)

* Fixed right-click menu behavior for folders in the folder bar.
  (Ettore)

* Got Rename to work again. (Ettore)

* Fixed some folder copy/move/dnd bugs. (Ettore)

* Added a menu item to configure the Pilot settings. (Ettore)

* Fixed some other miscellaneous bugs/crashes. (Ettore)

* Added ability to run the intelligent importers from the
  File-Import menu item. (Iain)

Mailer:

* Fixed the multiple error-dialog problem. (Michael)

* Fixes to PGP decrypting and verification code. (Jeff)

* Made vFolders work much better. (Michael)

* Added a confirm expunge option to the mail settings dialog.
  (Jeff)

* Fixed the update-IMAP-unread-counts bug. (Jeff)

* Show messages in the user's preferred charset if the message
  itself doesn't contain charset information or if the message
  charset is wrong (ie the system can't convert the text to
  utf-8). (Jeff)

* Many backend fixes. (Michael, Jeff, Dan)

* Fixed the crash that accompanied the invalid address warning.
  (Trow)

* Properly encode the mailto: links we generate inside of
  displayed messages. (Trow)

* Improve the signature editor. (Iain)

Calendar:

* Backend improvements. (JP, Rodrigo)

* The alarm daemon can now re-enter properly. (Federico)

* Alarms can now have zero-time offsets. (Federico)

* Warning fixes. (Chris)

* Fixed custom Glade widgets on non-Linux systems. (Dan)

* Fixed crashing problems in the event/task editor. (Damon)

Addressbook:

* Miscellaneous bug fixes. (Trow, Toshok, Clahey, JP, Peter)

* Better handling of addresses containing commas or other
  special characters. (Trow)

* Fixed bugs related to sending mail by left-clicking on an
  address inside a message. (Trow)

* Auto-completion now matches against contact nicknames. (Trow)

* Added help text and generally cleaned up the contact editor.
  (Anna)

* Handle multiple wombats properly. (Toshok)

* Made which book to use for address completion configurable (no
  gui for this yet). (Toshok)

* Made Print Preview work in addressbook. (Clahey)

Pilot:

* Now syncs exception dates in calendar and addressbook notes.
  (JP)

* Does not overwrite custom data on pilot. (JP)

* Address completion no longer marks records as changed. (JP)

* Miscellaneous other bug fixes. (JP)

Summary:

* Cache images instead of repeatedly reloading them. (Iain)

* Only redraw when the summary is visible. (Iain)

* Use the encoding specified in the RDF file. (Takuo Kitame)

* Leak fixes. (Larry)

* Show today's tasks works. (Iain)

* Make the preferences dialog nicer. (Iain)

Importers:

* Handle the case where the Netscape transport is nothing. 
  (Iain)

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



Re: [Evolution] Several issues

2001-10-03 Thread Lonnie Borntreger

On Wed, 2001-10-03 at 02:52, Lonnie Borntreger wrote:
COMPILING:
In file included from e-bonobo-widget.c:30:
e-bonobo-widget.h:27:34: bonobo/bonobo-widget.h: No such file or
directory

The latest CVS (from 2:30AM Central Time) blows up with this error in
widgets/misc.  It seems that BONOBO_CONF_CFLAGS is missing from the
INCLUDE variable in the Makefile.

Actually that should be BONOBO_GNOME_CFLAGS, and it needs to be added in
widgets/menus and shell/importer also (there may be more... I'm still
compiling).

-- 
TTFN,
Lonnie Borntreger

 --  --  --
Our mission is to authoritatively promote timely methods of
empowerment so that we may endeavor to collaboratively supply
inexpensive opportunities to exceed customer expectations


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



[Evolution] RH 7.1 snapshots?

2001-10-03 Thread Michael Leone

Hi. The web page says that the snapshots for Red Hat 7.1 were built, but
the evolution.rpm in the ftp directory is still the 2001.09.30 snapshot.
Some of the other files (libgal13, etc) *do* have a later date.

What's going on? Wasn't the main evo .rpm rebuilt?

-- 

--
Michael J. Leone  Registered Linux user #201348 
mailto:[EMAIL PROTECTED]ICQ: 50453890 AIM: MikeLeone

PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
PGP public key:
http://www.mike-leone.com/~turgon/turgon-public-key.gpg

Taking a mental stroll through the psychic park of pleasure.

 PGP signature


[Evolution] spell cehck in spanish

2001-10-03 Thread Diego Restrepo

Hi,

I try to change the spell dictionary to Spanish by opening from the
composer window

Edit - Properties -- Miscellaneous 

and changing in the Language box en by es. 

However the language remain to be English. Is there any way to switch
the Language to Spanish?

Thanks in advance 

Diego 




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



Workaround: Re: [Evolution] Mail Filters

2001-10-03 Thread Lloyd Duhon

Workaround:

Select messages you wish to filter, right click with the mouse, choose
apply filters.


TTYS
Lloyd


On Wed, 2001-10-03 at 11:36, Joseph Tan wrote:
 Hiya Matthew,
 
 OK here is what happens:
 
 1. I create several sub-folders in my inbox (e.g. Evolution Mailing
 List, Evolution-Hackers Mailing List, etc..).
 
 2. I create the corresponding filters. I assume these are run as mail is
 incoming.
 
 3. I check mail and after they are all downloaded, I find that they are
 all stuck in inbox.
 
 4. I do a Ctrl-Y. Nothing happens.
 
 5. I select all 120 mail messages and do a Ctrl-Y. Nothing happens.
 
 FEATURE REQUEST:
 
 1. Also, it would be nice if Evolution could make the incoming mail
 visible as soon as it is received. Right now I have to wait until all
 the mail messages have been received before I can read any of them. Even
 the headers don't appear in inbox. It's a nice feature if you have lots
 of mail messages coming down a slow link.
 
 2. A spell checker that could be run by selecting a bit of text and
 hitting F7.
 
 Cheers,
 Joseph Tan
 
 
 On Tue, 2001-10-02 at 13:11, Matthew Keller wrote:
  
  What are you filters doing? I have a myriad of filters that autosorts
  incoming mail to different folders, changes their color, etc. Everything
  working since the 0.12 days.
  
  On Wed, 2001-10-03 at 01:46, Joseph Tan wrote:
   Hiya,
   
   I was wondering if incoming mail filters actually work under Evolution
   0.14? I simply cannot get my incoming mail filtered automatically, Apply
   Filters (Ctr-Y) doesn't do anything.
   
   I may report this as a bug unless I'm missing something.
   
   Another query is that according to the release schedule Evolution
   Release Candidate 1 is going to arrive soon. Do people really expect
   Evolution to jump from 0.14 to version 1 in a short matter of a few
   months?
   
   Cheers,
   Joseph Tan
   
   
   ___
   evolution maillist  -  [EMAIL PROTECTED]
   http://lists.ximian.com/mailman/listinfo/evolution
   
  -- 
  
  Matthew Keller
  Enterprise System Analyst
  Computing  Technology Services
  Information Services Division
  State University of NY at Potsdam
  Potsdam, NY USA
  
  http://mattwork.potsdam.edu/
  
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution



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



Re: [Evolution] RH 7.1 snapshots?

2001-10-03 Thread Luis Villa

We're not pushing snapshots ATM, even if they build. Hopefully the
issues preventing the push will be resolved today or tomorrow.
Luis

On Wed, 2001-10-03 at 08:15, Michael Leone wrote:
 Hi. The web page says that the snapshots for Red Hat 7.1 were built, but
 the evolution.rpm in the ftp directory is still the 2001.09.30 snapshot.
 Some of the other files (libgal13, etc) *do* have a later date.
 
 What's going on? Wasn't the main evo .rpm rebuilt?
 
 -- 
 
 --
 Michael J. Leone  Registered Linux user #201348 
 mailto:[EMAIL PROTECTED]ICQ: 50453890 AIM: MikeLeone
 
 PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
 PGP public key:
 http://www.mike-leone.com/~turgon/turgon-public-key.gpg
 
 Taking a mental stroll through the psychic park of pleasure.
-- 
Luis Villa
Ximian Bugmaster
Quality is an amazing bridge because it is universal in its language.
Thomas Corcoran


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



Re: [Evolution] Several issues

2001-10-03 Thread Ettore Perazzoli





http://bugzilla.ximian.com/show_bug.cgi?id=5814 has been sitting  in
bugzilla for almost 2 months already

 OK, I have re-assigned this to me and marked it as 1.0. I'll take care of it.

 Thanks for the reminder.

-- 
Ettore



Re: [Evolution] RH 7.1 snapshots?

2001-10-03 Thread Mike Leone

 We're not pushing snapshots ATM, even if they build. Hopefully the
 issues preventing the push will be resolved today or tomorrow.
 Luis

Ah. OK. Well, I did install the 2 updated files - libgal13.


 On Wed, 2001-10-03 at 08:15, Michael Leone wrote:
  Hi. The web page says that the snapshots for Red Hat 7.1 were built, but
  the evolution.rpm in the ftp directory is still the 2001.09.30 snapshot.
  Some of the other files (libgal13, etc) *do* have a later date.
 
  What's going on? Wasn't the main evo .rpm rebuilt?
 
  --
 
  --
  Michael J. Leone  Registered Linux user #201348
  mailto:[EMAIL PROTECTED]ICQ: 50453890 AIM: MikeLeone
 
  PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
  PGP public key:
  http://www.mike-leone.com/~turgon/turgon-public-key.gpg
 
  Taking a mental stroll through the psychic park of pleasure.
 --
 Luis Villa
 Ximian Bugmaster
 Quality is an amazing bridge because it is universal in its language.
 Thomas Corcoran


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




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



Re: [Evolution] Encrypted attachments with Evolution 0.14 do notwork

2001-10-03 Thread Jeffrey Stedfast

Is this before or after the decryption in PMMAIL? Also, the
Content-Encodin\nbase64\n seems a bit wrong.

Jeff

On Wed, 2001-10-03 at 01:29, Ralph Sanford wrote:
 On Tue, 2001-10-02 at 12:27, Jeffrey Stedfast wrote:
  There weren't any encryption changes between 0.13 and 0.14 as far as I
  can remember.
  
  Jeff
  
 
 
 I have now tested sending pgp encrypted attachments using Evo 0.14 (the
 Red Carpet version from last week) from 3 separate computers and the
 results are a non-functioning message when received on a non-Evo email
 program.  All 3 computers had worked with Evo 0.13 and are SuSE 7.2
 systems with the Red Carpet upgrade from 0.13 to 0.14.  Between the Evo
 computers sending encrypted attachments works fine and the Evo computers
 can all properly receive encrypted attachments from other emailers.  The
 problem appears to be limited to Evo sending encrypted attachments to
 non Evo emailer programs.
 
 To the best of my knowledge the only changes to the 3 computers I tried
 to send the Evo encrypted files from were that the computers were
 upgraded using Red Carpet after ver 0.14 became available.  (Other
 updated programs from Ximiam occured at the same time such as Control
 Center.)  All 3 computers had been able to send encrypted attachments to
 non Evo systems when using Evo 0.13
 
 Below is an example of an encrypted message sent from Evo 0.14 to a non
 Evo email program.  Note that the pgp encrypted attachment does not show
 as a separate attachment as it should but is included in the body of the
 email.  This little example shows some of the header, the body of the
 email and what appears to be the attached file.  (The information about
 content type does not typically show up with the opened encrypted
 email.)
 
 
 **
 START
 **
 
 Subject: from Linda's machine
 From: Linda Sanford [EMAIL PROTECTED]
 To: Ralph Sanford [EMAIL PROTECTED]
 Content-Type: multipart/encrypted; protocol=application/pgp-encrypted;
   boundary==-Yi9vrxwVWvUMI/utMEQt
 X-Mailer: Evolution/0.14 (Preview Release)
 Date: 02 Oct 2001 20:57:47 -0600
 Message-Id: 1002077868.1179.6.camel@lsanford
 Mime-Version: 1.0
 
 
 --=-x1HU38Qwke+lADyVzIXs
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 test from Linda's machine using Evo 0.14 of pgp encrypted attachment to
 computer with WinNT and pmmail.
 
 
 
 
 --=-x1HU38Qwke+lADyVzIXs
 Content-Type: application/msword
 Content-Disposition: attachment; filename=staff_home_numbers.doc
 Content-ID: 1002077620.1137.1.camel@lsanford
 Content-Transfer-Encodin
 base64
 
 0M8R4KGxGuEAPgADAP7/CQAGAAABJA
 AA
 EAAAJgEAAAD+ACMAAAD///
 //
 //
 //
 //
 //
 //
 //
 //
 //
 //
 //
 //
 //
 //
 /s
 pcEATSAJBAAA8BK/EAAABAAA3AUAAA4AYmpiauI94j0AAA
 AA
 AAAJBBYAIhQAAIBXAACAVwAA3AEAAAD//w8AAA
 AA
 AAD//w8AAAD//w8AAGwAACwBLAEAAC
 wB
 etc., etc.
 
 ***
 FINISH
 ***
 
 
  On Mon, 2001-10-01 at 20:41, Ralph Sanford wrote:
   I recently tried to send attachments with my email from Evolution 0.14
   encrypted using pgp.  What the recipients received was an encrypted
   email which when decrypted had the attachment included within the body
   of the email (not as an attachment) and the attachment appeared to
   remain encrypted.  The 3 recipients have not changed their systems since
   the last encrypted mails were sent successfully and all 3 recipients
   have reported the same problem.  The only change I can think of is that
   I upgraded from Evo 0.13 to 0.14 via Red Carpet.
   
   All the recipients are using pgp 6.5.8, the keys were exchanged years
   ago and have not changed.  I believe all the recipients are using PMMail
   as their email program.  Until yesterday the use of encrypted mail
   between us worked without problems.
   
   My system is SuSE 7.2 with pgp 6.5.8.  The evolution is 0.14 as
   downloaded last week using Red Carpet.
   
   Has there been a change to the encryption methodology of Evolution? 
   
   Should I change my evolution setting in some manner?
   
   Have other user successfully sent encrypted attachments using evolution
   0.14?  If I send encrypted attachment using evolution from my computer
   to my wife's computer also using evolution then the attachments are
   received correctly at her computer.  However the majority of my email
   

Re: [Evolution] using gkrellm to monitor evolution mailboxes

2001-10-03 Thread Michael Rothwell

I would like for Evo to use a panel applet, or the status applet (so it
will with the KDE as well) to indicate waiting mail, appointment, task due,
etc.

- Original Message -
From: Jon Nall [EMAIL PROTECTED]
To: Chris Campbell [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, October 03, 2001 11:44 AM
Subject: Re: [Evolution] using gkrellm to monitor evolution mailboxes



 hello.
 i have a patch to add notification sounds/actions to the filter types.
 it's not going to be included in 1.0. i'm unsure if it will be accepted
 for post-1.0 or if the ximian guys will roll their own. i know there
 are probably going to be some filter infrastructure changes to accomodate
 different filter types (there are some dependency issues with the
 current scheme). if you're interested in building your own evo, you
 can grab the patch from
 http://bugzilla.ximian.com/show_bug.cgi?id=437
 attachment #347.

 good luck.
 nall.


 At 03 October 2001, you wrote:

 I'd just like to second Rich's statement... I'm in the exact same
 situation.
 
 --Chris
 
 On Tue, 2001-10-02 at 19:41, Rich Rudnick wrote:
  I'm now using evolution 0.14, and will probably settle on it after
 using
  balsa, sylpheed, mutt, and a couple other MUAs.  It's more than
  satisfactorily fast on a 466 celeron.  The only problem I have
 is email
  reception notification.
 
  I've been using gkrellm to monitor my mailboxes. It was very convenient
  to have a list of mailboxes showing new mail counts in gkrellm,
 which I
  keep 'sticky'. However, when I point gkrellm's mailcheck at an
 evolution
  mbox, it reports that all messages, including read messages, as
 new. I
  tried gbuffy as well, and had the same results.
 
  Is there something that will provide the functionality?  I get really
  wrapped up in things sometimes, and forget to switch to the viewport
 I
  keep evolution on to check for important mail. Having a mailcheck
  program of some type always in front of me means I only occasionally
  miss time-sensitive messages, especially from my boss :)
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
 








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



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



Re: [Evolution] Encrypted attachments with Evolution 0.14 do not work

2001-10-03 Thread Dan Berger

I've got some initial results that suggest there is indeed an interop
problem - I'm trying to get more detail.

Mutt has no trouble groking messages sent with the current version
(latest snap) but a friend using a windows mailer reports similar
symptoms (the base64 attachment isn't being decoded).  Of course, It
could be a bug in his mailer.

I'm trying to get the raw text of the message for comparison.

On Wed, Oct 03, 2001 at 02:30:51PM -0400, Jeffrey Stedfast wrote:
 Is this before or after the decryption in PMMAIL? Also, the
 Content-Encodin\nbase64\n seems a bit wrong.
 
 Jeff
 
 On Wed, 2001-10-03 at 01:29, Ralph Sanford wrote:
  On Tue, 2001-10-02 at 12:27, Jeffrey Stedfast wrote:
   There weren't any encryption changes between 0.13 and 0.14 as far as I
   can remember.
   
   Jeff
   
  
  
  I have now tested sending pgp encrypted attachments using Evo 0.14 (the
  Red Carpet version from last week) from 3 separate computers and the
  results are a non-functioning message when received on a non-Evo email
  program.  All 3 computers had worked with Evo 0.13 and are SuSE 7.2
  systems with the Red Carpet upgrade from 0.13 to 0.14.  Between the Evo
  computers sending encrypted attachments works fine and the Evo computers
  can all properly receive encrypted attachments from other emailers.  The
  problem appears to be limited to Evo sending encrypted attachments to
  non Evo emailer programs.
  
  To the best of my knowledge the only changes to the 3 computers I tried
  to send the Evo encrypted files from were that the computers were
  upgraded using Red Carpet after ver 0.14 became available.  (Other
  updated programs from Ximiam occured at the same time such as Control
  Center.)  All 3 computers had been able to send encrypted attachments to
  non Evo systems when using Evo 0.13
  
  Below is an example of an encrypted message sent from Evo 0.14 to a non
  Evo email program.  Note that the pgp encrypted attachment does not show
  as a separate attachment as it should but is included in the body of the
  email.  This little example shows some of the header, the body of the
  email and what appears to be the attached file.  (The information about
  content type does not typically show up with the opened encrypted
  email.)
  
  
  **
  START
  **
  
  Subject: from Linda's machine
  From: Linda Sanford [EMAIL PROTECTED]
  To: Ralph Sanford [EMAIL PROTECTED]
  Content-Type: multipart/encrypted; protocol=application/pgp-encrypted;
  boundary==-Yi9vrxwVWvUMI/utMEQt
  X-Mailer: Evolution/0.14 (Preview Release)
  Date: 02 Oct 2001 20:57:47 -0600
  Message-Id: 1002077868.1179.6.camel@lsanford
  Mime-Version: 1.0
  
  
  --=-x1HU38Qwke+lADyVzIXs
  Content-Type: text/plain
  Content-Transfer-Encoding: 7bit
  
  test from Linda's machine using Evo 0.14 of pgp encrypted attachment to
  computer with WinNT and pmmail.
  
  
  
  
  --=-x1HU38Qwke+lADyVzIXs
  Content-Type: application/msword
  Content-Disposition: attachment; filename=staff_home_numbers.doc
  Content-ID: 1002077620.1137.1.camel@lsanford
  Content-Transfer-Encodin
  base64
  
  0M8R4KGxGuEAPgADAP7/CQAGAAABJA
  AA
  EAAAJgEAAAD+ACMAAAD///
  //
  //
  //
  //
  //
  //
  //
  //
  //
  //
  //
  //
  //
  //
  /s
  pcEATSAJBAAA8BK/EAAABAAA3AUAAA4AYmpiauI94j0AAA
  AA
  AAAJBBYAIhQAAIBXAACAVwAA3AEAAAD//w8AAA
  AA
  AAD//w8AAAD//w8AAGwAACwBLAEAAC
  wB
  etc., etc.
  
  ***
  FINISH
  ***
  
  
   On Mon, 2001-10-01 at 20:41, Ralph Sanford wrote:
I recently tried to send attachments with my email from Evolution 0.14
encrypted using pgp.  What the recipients received was an encrypted
email which when decrypted had the attachment included within the body
of the email (not as an attachment) and the attachment appeared to
remain encrypted.  The 3 recipients have not changed their systems since
the last encrypted mails were sent successfully and all 3 recipients
have reported the same problem.  The only change I can think of is that
I upgraded from Evo 0.13 to 0.14 via Red Carpet.

All the recipients are using pgp 6.5.8, the keys were exchanged years
ago and have not changed.  I believe all the recipients are using PMMail
as their email program.  Until yesterday the use of encrypted mail

Re: [Evolution] Encrypted attachments with Evolution 0.14 do not work

2001-10-03 Thread Dan Berger

Ok - the good (?) news it that it looks like his mailer in this case.
I sent a message from mutt and his mailer broke in the same way.

Either his mailer is bad, or mutt and evo are doing the same wrong
things.

Ralph - if you provide me an email address for one of your colleagues
using PMMail (and a public key) I'll send them a test message from
mutt and see if PMMail behaves any differently.

On Wed, Oct 03, 2001 at 11:31:34AM -0700, Dan Berger wrote:
 I've got some initial results that suggest there is indeed an interop
 problem - I'm trying to get more detail.
 
 Mutt has no trouble groking messages sent with the current version
 (latest snap) but a friend using a windows mailer reports similar
 symptoms (the base64 attachment isn't being decoded).  Of course, It
 could be a bug in his mailer.
 

-- 
   Dan Berger [[EMAIL PROTECTED]]
   http://home.ix.netcom.com/~dberger
   Inter arma silent leges

   History teaches that grave threats to liberty often come in
   times of urgency, when constitutional rights seem too
   extravagant to endure.
 - Thurgood Marshall

A982 E6B1 CB2F 7A49  843A 9297 DA73 4371  1F54 8D0C

 PGP signature


[Evolution] evolution-mail crash from latest CVS.

2001-10-03 Thread Ujwal S. Sathyam

I just updated Evolution from CVS, and now evolution-mail is crashing 
while accessing my IMAP account. I also have a POP3 account, but I son't 
think that is the problem since evolution-mail is crashing on startup. I 
also just started using IMAP yesterday, and Evolution could read the 
IMAP account just fine then. Here is a batcktrace:

#0  0x40bcae39 in wait4 () from /lib/libc.so.6
#1  0x40c2b8e0 in __check_rhosts_file () from /lib/libc.so.6
#2  0x402480bb in waitpid () from /lib/libpthread.so.0
#3  0x40727cda in gnome_segv_handle (signum=11) at gnome-init.c:659
#4  0x809bb84 in segv_redirect (sig=11) at main.c:67
#5  0x40246ad5 in pthread_kill () from /lib/libpthread.so.0
#6  0x40b68008 in sigaction () from /lib/libc.so.6
#7  0x80c2bb4 in ibex_block_sync_root (block_cache=0x8182188) at block.c:237
#8  0x80c2c8a in ibex_block_cache_sync (block_cache=0x8182188) at 
block.c:295
#9  0x80c30e0 in ibex_block_cache_close (block_cache=0x8182188) at 
block.c:552
#10 0x80c25b4 in close_backend (ib=0x8162d80) at ibex_block.c:418
#11 0x80c26b8 in ibex_close (ib=0x8162d80) at ibex_block.c:464
#12 0x40d0d5ca in local_finalize (object=0x8179008) at 
camel-local-folder.c:129
#13 0x4006c60a in camel_object_unref (obj=0x8179008) at camel-object.c:572
#14 0x808ee99 in mlf_unset_folder (mlf=0x8165ca8) at mail-local.c:417
#15 0x808f0b9 in mlf_finalize (obj=0x8165ca8) at mail-local.c:500
#16 0x4006c60a in camel_object_unref (obj=0x8165ca8) at camel-object.c:572
#17 0x80890b5 in real_note_folder (folder=0x8165ca8, event_data=0x0, 
data=0x0)
at mail-folder-cache.c:248
#18 0x8091821 in do_proxy_event (mm=0x8182be0) at mail-mt.c:738
#19 0x8090d32 in mail_msgport_received (source=0x8149140, cond=G_IO_IN, 
d=0x81490e8)
at mail-mt.c:331
#20 0x40b3303c in g_io_unix_dispatch (source_data=0x8149158, 
current_time=0xbfffed34,
user_data=0x81490e8) at giounix.c:135
#21 0x40b34796 in g_main_dispatch (dispatch_time=0xbfffed34) at gmain.c:656
#22 0x40b34da3 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
---Type return to continue, or q return to quit---
#23 0x40b34e5e in g_main_iteration (block=1) at gmain.c:907
#24 0x40a42102 in gtk_main_iteration () at gtkmain.c:603
#25 0x8090b72 in mail_msg_wait (msgid=26) at mail-mt.c:247
#26 0x806cc00 in owner_set_cb (shell_component=0x8149dd0, 
shell_client=0x814bee8,
evolution_homedir=0x814bc84 /home/ujwal/evolution, user_data=0x0)
at component-factory.c:689
#27 0x40a439ec in gtk_marshal_NONE__POINTER_POINTER (object=0x8149dd0,
func=0x806cadc owner_set_cb, func_data=0x0, args=0xbfffef3c) at 
gtkmarshal.c:340
#28 0x40a747c8 in gtk_handlers_run (handlers=0x80fc448, signal=0xbfffeee8,
object=0x8149dd0, params=0xbfffef3c, after=0) at gtksignal.c:1917
#29 0x40a73bdf in gtk_signal_real_emit (object=0x8149dd0, signal_id=97,
params=0xbfffef3c) at gtksignal.c:1477
#30 0x40a71bd7 in gtk_signal_emit (object=0x8149dd0, signal_id=97) at 
gtksignal.c:552
#31 0x4036591f in impl_setOwner (servant=0x8149e2c, shell=0x814bd70,
evolution_homedir=0x814bc84 /home/ujwal/evolution, ev=0xb26c)
at evolution-shell-component.c:317
#32 0x4034cad7 in _ORBIT_skel_GNOME_Evolution_ShellComponent_setOwner (
_ORBIT_servant=0x8149e2c, _ORBIT_recv_buffer=0x81486e8, ev=0xb26c,
_impl_setOwner=0x4036586c impl_setOwner) at Evolution-skels.c:1240
#33 0x40986f69 in ORBit_POA_handle_request (recv_buffer=0x81486e8, 
poa=0x812dc20)
at orbit_poa.c:507
#34 0x4098a3a3 in ORBit_handle_incoming_request (recv_buffer=0x81486e8) 
at server.c:90
#35 0x4098a6f4 in ORBit_handle_incoming_message (recv_buffer=0x81486e8) 
at server.c:160
#36 0x409a3579 in giop_main_handle_connection (connection=0x814ba60)
at connection.c:1211
#37 0x409422e0 in orb_handle_connection (source=0x814bb88, cond=G_IO_IN, 
cnx=0x814ba60)
---Type return to continue, or q return to quit---
at oaf-mainloop.c:69
#38 0x40b3303c in g_io_unix_dispatch (source_data=0x814bba0, 
current_time=0xb464,
user_data=0x814ba60) at giounix.c:135
#39 0x40b34796 in g_main_dispatch (dispatch_time=0xb464) at gmain.c:656
#40 0x40b34da3 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
#41 0x40b34f4c in g_main_run (loop=0x8102ce0) at gmain.c:935
#42 0x40a41e99 in gtk_main () at gtkmain.c:524
#43 0x405bebe8 in bonobo_main () from /usr/lib/libbonobo.so.2
#44 0x40b61cbe in __libc_start_main () from /lib/libc.so.6


Ujwal


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



[Evolution] evolution-mail crash from latest CVS.

2001-10-03 Thread Ujwal S. Sathyam

Sorry to resend this if you already got it...I think I killed mozilla 
before it had a chance to send it.


I just updated Evolution from CVS, and now evolution-mail is crashing
while accessing my IMAP account. I also have a POP3 account, but I son't
think that is the problem since evolution-mail is crashing on startup. I
also just started using IMAP yesterday, and Evolution could read the
IMAP account just fine then. Here is a batcktrace:

#0  0x40bcae39 in wait4 () from /lib/libc.so.6
#1  0x40c2b8e0 in __check_rhosts_file () from /lib/libc.so.6
#2  0x402480bb in waitpid () from /lib/libpthread.so.0
#3  0x40727cda in gnome_segv_handle (signum=11) at gnome-init.c:659
#4  0x809bb84 in segv_redirect (sig=11) at main.c:67
#5  0x40246ad5 in pthread_kill () from /lib/libpthread.so.0
#6  0x40b68008 in sigaction () from /lib/libc.so.6
#7  0x80c2bb4 in ibex_block_sync_root (block_cache=0x8182188) at block.c:237
#8  0x80c2c8a in ibex_block_cache_sync (block_cache=0x8182188) at
block.c:295
#9  0x80c30e0 in ibex_block_cache_close (block_cache=0x8182188) at
block.c:552
#10 0x80c25b4 in close_backend (ib=0x8162d80) at ibex_block.c:418
#11 0x80c26b8 in ibex_close (ib=0x8162d80) at ibex_block.c:464
#12 0x40d0d5ca in local_finalize (object=0x8179008) at
camel-local-folder.c:129
#13 0x4006c60a in camel_object_unref (obj=0x8179008) at camel-object.c:572
#14 0x808ee99 in mlf_unset_folder (mlf=0x8165ca8) at mail-local.c:417
#15 0x808f0b9 in mlf_finalize (obj=0x8165ca8) at mail-local.c:500
#16 0x4006c60a in camel_object_unref (obj=0x8165ca8) at camel-object.c:572
#17 0x80890b5 in real_note_folder (folder=0x8165ca8, event_data=0x0,
data=0x0)
 at mail-folder-cache.c:248
#18 0x8091821 in do_proxy_event (mm=0x8182be0) at mail-mt.c:738
#19 0x8090d32 in mail_msgport_received (source=0x8149140, cond=G_IO_IN,
d=0x81490e8)
 at mail-mt.c:331
#20 0x40b3303c in g_io_unix_dispatch (source_data=0x8149158,
current_time=0xbfffed34,
 user_data=0x81490e8) at giounix.c:135
#21 0x40b34796 in g_main_dispatch (dispatch_time=0xbfffed34) at gmain.c:656
#22 0x40b34da3 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
---Type return to continue, or q return to quit---
#23 0x40b34e5e in g_main_iteration (block=1) at gmain.c:907
#24 0x40a42102 in gtk_main_iteration () at gtkmain.c:603
#25 0x8090b72 in mail_msg_wait (msgid=26) at mail-mt.c:247
#26 0x806cc00 in owner_set_cb (shell_component=0x8149dd0,
shell_client=0x814bee8,
 evolution_homedir=0x814bc84 /home/ujwal/evolution, user_data=0x0)
 at component-factory.c:689
#27 0x40a439ec in gtk_marshal_NONE__POINTER_POINTER (object=0x8149dd0,
 func=0x806cadc owner_set_cb, func_data=0x0, args=0xbfffef3c) at
gtkmarshal.c:340
#28 0x40a747c8 in gtk_handlers_run (handlers=0x80fc448, signal=0xbfffeee8,
 object=0x8149dd0, params=0xbfffef3c, after=0) at gtksignal.c:1917
#29 0x40a73bdf in gtk_signal_real_emit (object=0x8149dd0, signal_id=97,
 params=0xbfffef3c) at gtksignal.c:1477
#30 0x40a71bd7 in gtk_signal_emit (object=0x8149dd0, signal_id=97) at
gtksignal.c:552
#31 0x4036591f in impl_setOwner (servant=0x8149e2c, shell=0x814bd70,
 evolution_homedir=0x814bc84 /home/ujwal/evolution, ev=0xb26c)
 at evolution-shell-component.c:317
#32 0x4034cad7 in _ORBIT_skel_GNOME_Evolution_ShellComponent_setOwner (
 _ORBIT_servant=0x8149e2c, _ORBIT_recv_buffer=0x81486e8, ev=0xb26c,
 _impl_setOwner=0x4036586c impl_setOwner) at Evolution-skels.c:1240
#33 0x40986f69 in ORBit_POA_handle_request (recv_buffer=0x81486e8,
poa=0x812dc20)
 at orbit_poa.c:507
#34 0x4098a3a3 in ORBit_handle_incoming_request (recv_buffer=0x81486e8)
at server.c:90
#35 0x4098a6f4 in ORBit_handle_incoming_message (recv_buffer=0x81486e8)
at server.c:160
#36 0x409a3579 in giop_main_handle_connection (connection=0x814ba60)
 at connection.c:1211
#37 0x409422e0 in orb_handle_connection (source=0x814bb88, cond=G_IO_IN,
cnx=0x814ba60)
---Type return to continue, or q return to quit---
 at oaf-mainloop.c:69
#38 0x40b3303c in g_io_unix_dispatch (source_data=0x814bba0,
current_time=0xb464,
 user_data=0x814ba60) at giounix.c:135
#39 0x40b34796 in g_main_dispatch (dispatch_time=0xb464) at gmain.c:656
#40 0x40b34da3 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
#41 0x40b34f4c in g_main_run (loop=0x8102ce0) at gmain.c:935
#42 0x40a41e99 in gtk_main () at gtkmain.c:524
#43 0x405bebe8 in bonobo_main () from /usr/lib/libbonobo.so.2
#44 0x40b61cbe in __libc_start_main () from /lib/libc.so.6


Ujwal



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



[Evolution] Summary-Mail: Adding IMAP folders?

2001-10-03 Thread Alexander Skwar

Hi!

I'm using the Evolution 0.14 made by Mandrake.

How can I add IMAP folders to the mail overview which is shown on the
summary page?  When I click on preferences/settings (dunno, I'm using a
german Evo here...), it only shows 4 local (?) folders: Drafts, Inbox,
Outbox and Sent.  None of the IMAP folders are shown.

How can I do this?

Thanks,

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to
(english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 9 hours 41 minutes

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



[Evolution] Signature: Removing -- ?

2001-10-03 Thread Alexander Skwar

Hi!

I'm using the Evolution 0.14 package made by Mandrake.

As you can see below, I set a signature for this account.  However, the
signature file already contains a sig delimeter (-- ) and thus the -- 
added by Evo is unneeded.

How can I set it, so that Evo does NOT add the -- ?

-- 
Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to
(english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 9 hours 44 minutes

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



Re: [Evolution] Signature: Removing -- ?

2001-10-03 Thread Mark Neill

Your signature mark is in the wrong place, therefore it's of no use to
anyone who strips signatures from Mail, as we're still going to get your
name in the message.

Evo properly handles the adding of the --\n before the signature, as it
should.  Additional -- marks added in your own signature are eye candy.


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



Re: [Evolution] Signature: Removing -- ?

2001-10-03 Thread Alexander Skwar

So sprach »Mark Neill« am 2001-10-03 um 16:29:29 -0400 :
 Your signature mark is in the wrong place, therefore it's of no use to

You're talking about the first --  , aren't you?  Because *I* would like
to decide where the proper place is!  If Evolution is already that
pedantic - why isn't it complaining about the fact that my signature is
too big?  I mean, counting the 2 non-signature line, it's 6 lines.  And
6  4, so it's too big.

 anyone who strips signatures from Mail, as we're still going to get your
 name in the message.

?  Sorry?  You lost me here.  What's the proper way of adding the
signature the way *I* want?  Writing the name by hand in each out going
mail?  Quite clumsy, I'd say.

 
 Evo properly handles the adding of the --\n before the signature, as it
 should.  Additional -- marks added in your own signature are eye candy.

No, they are not.  I consider my signature to be everything below the
-- \n.  The -- \n added by Evolution are eye candy - and they are
disturbing.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 11 hours 42 minutes

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



[Evolution] Behaviour of END and POS1 (HOME?) keys

2001-10-03 Thread Alexander Skwar

Hi!

When I compose a new message and hit the END key, the cursor jumps to
the end of the message.  When I hit POS1 (HOME?), it goes all the
way to the beginning of the mail.

How can I change it, so that END moves to the end of a line, and
POS1 to the beginning of the line?

Thanks,

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 12 hours 55 minutes

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



Re: [Evolution] Behaviour of END and POS1 (HOME?) keys

2001-10-03 Thread Benjamin FrantzDale

It's in the control center (though I think you can get to it from the mail
editor). It's the ghtml editor preferences box (or something like that).
You probably want to set it to MS Windows style rather than Emacs style.

--Ben

On Thu, 4 Oct 2001, Alexander Skwar wrote:

 Hi!

 When I compose a new message and hit the END key, the cursor jumps to
 the end of the message.  When I hit POS1 (HOME?), it goes all the
 way to the beginning of the mail.

 How can I change it, so that END moves to the end of a line, and
 POS1 to the beginning of the line?

 Thanks,

 Alexander Skwar
 --
 How to quote: http://learn.to/quote (german) http://quote.6x.to (english)
 Homepage: http://www.digitalprojects.com   |   http://www.iso-top.de
iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 12 hours 55 minutes

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



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



Attribution line (was: Re: [Evolution] Summary-Mail: Adding IMAPfolders?)

2001-10-03 Thread Alexander Skwar

Am Don, 2001-10-04 um 00.26 schrieb 1002147987:
^^

Uhm, well, that's certainly geeky and thus nice, but I'd like to change
the attribution line to not include the number of seconds since 1970,
but instead the real name of the person I'm replying to.

Where can I change the attribution line?

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to
(english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 13 hours 23 minutes

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



Re: Attribution line (was: Re: [Evolution] Summary-Mail: AddingIMAP folders?)

2001-10-03 Thread Luis Villa

that was a translation bug; I'm fairly sure it was supposed to have been
fixed. Unfortunately, the more general case (changing the line) has not
been implemented, nor will it be for 1.0.

By the way: nightlies are pushing again. Enjoy.
Luis

On Wed, 2001-10-03 at 19:42, Alexander Skwar wrote:
 Am Don, 2001-10-04 um 00.26 schrieb 1002147987:
 ^^
 
 Uhm, well, that's certainly geeky and thus nice, but I'd like to change
 the attribution line to not include the number of seconds since 1970,
 but instead the real name of the person I'm replying to.
 
 Where can I change the attribution line?
 
 Alexander Skwar
 -- 
 How to quote: http://learn.to/quote (german) http://quote.6x.to
 (english)
 Homepage: http://www.digitalprojects.com   |   http://www.iso-top.de
iso-top.de - Die günstige Art an Linux Distributionen zu kommen
   Uptime: 13 hours 23 minutes
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
-- 
Luis Villa
Ximian Bugmaster
Quality is an amazing bridge because it is universal in its language.
Thomas Corcoran


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



RE: [Evolution] Filters on IMAP

2001-10-03 Thread Thomas Mailund

On Wed, 2001-10-03 at 03:54, Jeffrey Stedfast wrote:
 You should be able to move messages from folder A to folder B regardless
 of where folder A or folder B resides.

as I wrote elsewhere, I *can* move mails between IMAP folders, the
problem was creating filters for doing this. Also, the problem doesn't
seem to be the filtering in it self, but something in the configuration
of the filters, since if I first create a filter for moving mails from
an IMAP folder to a local folder, and then changes that filter to move
the mails to an IMAP folder instead of the local folder, then the filter
works just fine. (so that's my current work-around).

/mailund
 
-- 
A penny saved is ridiculous.

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



[Evolution] bug day tomorrow!

2001-10-03 Thread Luis Villa

Totally forgot to announce this because gnotices is down and I can't
send an appointment at the moment, but bug day is tomorrow- same time,
same place: #evobugs on irc.gnome.org, 9AM/9PM EST. Two goals tomorrow:
(1) continue attempting to confirm or fail to confirm unconfirmed bug
buddy bugs and (2) try to spot older bugs that really should get fixed
before 1.0. We need your help on both of these, so I hope to see people
there. 
See you in the morning-
Luis

-- 
Luis Villa
Ximian Bugmaster
Quality is an amazing bridge because it is universal in its language.
Thomas Corcoran


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



[Evolution] Re: Cannot initialize the ... Shell: Help, I've tried everything.

2001-10-03 Thread mwr4722

  I made a bonehead mistake (to make a long story short):
  % rm -f /usr/share/oaf/*.oaf
  
  Now whenever I try to start Evolution I get the dreaded:
  
  Cannot initialize the Ximian Evolution shell:  Configuration Database not
+found

 Is bonobo-conf installed?  That's the piece that contains the
 configuration database file it's complaining about.

% dpkg -l bonobo-conf

ii  bonobo-conf0.12-ximian.1  Bonobo Configuration library


It's there.  I just upgraded to 0.12 and still no luck.

Is it actually a file that is missing?  Where should it be?

Thanks,

Matt


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



Re: [Evolution] Cannot create filters which move to folderscontaining subfolders

2001-10-03 Thread Steve Fox

On Wed, 2001-10-03 at 10:56, Ettore Perazzoli wrote:
  I wrote:
 I have been seeing intermittent similar problems to what you are
 describing below, including the crash of Ev after trying.
 
   Do you have a stack trace for that?  I cannot reproduce this problem.

I'm trying to recreate this tonight at home and I can't. It was at work
today using a SSL IMAP connection to a Cyrus server. I will send the
stack trace tomorrow.

Tonight when I try to filter to the Trash on my POP connection, it just
does nothing when I click the Trash...no select, no crash, just nothing.

So I tried SSL IMAP to the same server. Now when I try to filter to the
Trash, I get the generic message The type of selected folder is not
valid for the requested operation.

Anyways, I will send crash trace tomorrow. Thanks for your time.

-- 

Steve Fox
http://k-lug.org


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



Re: [Evolution] Evolution 0.15 (Beta 5) is out!

2001-10-03 Thread Luis Villa

Yeah, we noticed that about 1/2 hour before we pushed and decided it
wasn't worth redoing everything for. Hope you guys can survive :)
Luis

On Wed, 2001-10-03 at 22:27, Julia A. Case wrote:
 On Wed, 2001-10-03 at 21:03, Ettore Perazzoli wrote:
  The hacking monkeys at Ximian are proud to announce the availability of
  the Beta 5 (aka 0.15) release of Evolution.
  
 
 
 One note, it looks like the startup screen still says 0.14 beta 4
 
 Julia
 
 -- 
 [  Julia Anne Case  ] [Ships are safe inside the harbor,   ]
 [Programmer at large] [  but is that what ships are really for.]
 [   Admining Linux  ] [   To thine own self be true.   ]
 [ Windows/WindowsNT ] [ Fair is where you take your cows to be judged. ]




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



[Evolution] Re: Cannot initialize the ... Shell: Help, I've tried everything.

2001-10-03 Thread Dan Hensley

On Wed, 2001-10-03 at 20:36, Matthew W. Roberts wrote:
   I made a bonehead mistake (to make a long story short):
   % rm -f /usr/share/oaf/*.oaf
   
   Now whenever I try to start Evolution I get the dreaded:
   
   Cannot initialize the Ximian Evolution shell:  Configuration Database not found
 
  Is bonobo-conf installed?  That's the piece that contains the
  configuration database file it's complaining about.
 
 % dpkg -l bonobo-conf
 
 ii  bonobo-conf0.12-ximian.1  Bonobo Configuration library
 
 
 It's there.  I just upgraded to 0.12 and still no luck.
 
 Is it actually a file that is missing?  Where should it be?

In my case it was a missing .oaf file (I believe it was
/usr/local/share/oaf/Bonobo_Moniker_xmldb.oaf).  But this wasn't the
case for others who had the problem.  I don't recall what their fix
was.  It's in the archives from a month or two ago.

Dan


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



[Evolution] Encrypted Attachments with Evo 0.14 AND 0.15

2001-10-03 Thread Ralph Sanford

Just downloaded and installed Evo 0.15 to replace the 0.14 that was
giving me problems with encrypted attachments.

The problem continues in Evo 0.15.  Attachments sent encrypted by Evo
are not usable when received on an emailer other than Evo.  The
encrypted attachment from Evo is not separated as an attachment like it
should be and is shown with the email body in some format language (does
not appear to be typical pgp encrypted text).


Jerry, you had made the comment that the pgp coding had not changed
between Evo version 0.13 and 0.14.  Is it possible that there was a
change in how Evo handles attachments (mime, base64, QP)?
 


-- 
Ralph Sanford   -   If your government does not trust you,
[EMAIL PROTECTED]   -   should you trust your government?

DH/DSS Key   -   0x7A1BEA01


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



[Evolution] NEW problem with Evo and encryption

2001-10-03 Thread Ralph Sanford

A new problem has been spotted regarding the use of Evo and encrypted
email.  This is regarding email that is encrypted but does not contain
an attachment.

When encrypted email is received by evo there is a lock icon displayed
until the email is decrypted for display.  So far so good.  After
reading the displayed message it is decided to reply to the original
sender.  Hit the reply button and a new message window is opened with
the original message included EXCEPT that the original message that is
being quoted is now encrypted.  This is not so good, in fact this is not
workable.  It is impossible for me to type a comment into an encrypted
block of text.  Also the original poster does not know what his message
looks like after it is encrypted and since the original message was
encrypted to my public key then it is not possible for him to open it
anyhow.  Once the message has been decrypted by me for my use then I
should be able to send it to whomever I choose in plain, decrypted text
or encrypted IF I so choose.

I believe this was handled correctly in Evo 0.13 it is incorrect in 0.14
and 0.15



-- 
Ralph Sanford   -   If your government does not trust you,
[EMAIL PROTECTED]   -   should you trust your government?

DH/DSS Key   -   0x7A1BEA01


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