Re: [Evolution-hackers] Offline mode improvements

2002-04-25 Thread Ettore Perazzoli

On Wed, 2002-04-24 at 20:02, Not Zed wrote:
 Actually re my other mail, we dont even have to do as much as I said. 
 We already specify the match rules to use from the mailer, so we have to
 do very little if anything in camel to implement it.

Sweet.  As a first try, I think we should just go for the sync all the
messages in all the specified folders approach though.

  /* Request the component to sync the specified folder.  */
  void syncFolder (in string evolution_uri,
   in string physical_uri,
   in SyncFolderProgressListener listener);
 
 But syncing is done at the store level, not the folder level.

Hm.  We should change is so it's done at folder level then.  At least,
that's the way it should look from the shell's side (it doesn't matter
how Camel does it).  Otherwise we can't unify the process of selecting
which folders need to be synced across all components.  (See, one thing
that we want is also being able to sync calendars, and that has to work
independently of the mailer, and independently of whether the rest of
the store is synced or not.)

  void updateProgress (in unsigned percent);
 
 Is there a way to use the same progress code or at least interface, as
 in other cases?

Hm, the ::Activity interface assumes that the actions are controlled by
the component.  In this case, instead, we want the shell to initiate the
operation and the component to just report how the operation is
progressing.

 However, a couple of other cases could probably benefit from a pop-up,
 cancellable progress indicator, so surely it would make sense to include
 an extra interface/method to the activity client progress bar which just
 displays differently and can be re-used.

I am not sure I understand what you mean here.  In what cases would we
want this?

I don't think this is necessary for the specific case of going offline,
although I can see why you would want to share the behavior and code... 
(But still, see my comment above the difference in the two interfaces.)

  On the other hand, not all the folders can be synced.  So I propose
  that we add a `canSyncOffline' property to the Evolution::Folder type.
  This way, each component can specify whether a folder in one of its
  storage support offline operation or not.  [Of course, local folders
  don't need to be synced so will always have the canSyncOffline bit set
  to %FALSE.]
 
 I dont think this is required.  Whether syncing can be performed or not
 is decided at the store level, why pollute each folder description this
 info?

See, that's the thing.  We should change this so that whether the
syncing is performed is decided on a per-folder basis, not a per-store
basis.

 Also, if you're going to have the shell keep track of the folders, it'll
 have to keep track of the rules too ... so how do you specify
 addressbook offline rules etc etc.

I was not considering the rules for now.  Although, I think we can have
sync rules per folder as well, by using this approach...  We would just
need a slightly more complex interface.

  How does this sound?  If no-one objects, I am going to start to hack
  this early next week (after I am done with the CDE work this week).
  Then we need to make the mailer support it, and I was thinking this
  could be Michael's task.  Michael, what do you think?
 
 I will have to review the whole offline code.  What i've seen so far
 looks pretty awful.

OK, can you please let us know how much work is needed to make the
offline code do all of this?  I think we can completely drop  the issue
of per-folder rules, although of course it would be nice to design this
so that can be plugged in easily at a later time.

-- 
Ettore

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



[Evolution] Leave Messages on Server partially

2002-04-25 Thread Sean Kasun

Is there any way for Evolution to Leave Messages on Server Unless They're Deleted 
for POP3?

Basically I just want it to be able to delete the message on the server if
I delete it in evolution.  Otherwise it should leave it there.

--
sean

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



Re: [Evolution] Feature request (?)

2002-04-25 Thread David Bell

Somewhat OT:  Is there a keyboard shortcut to jump to one of the
auto-completed contacts?  ...Using the mouse seems kinda cumbersome for this
task.

Fred Chagnon said:
 It does auto-complete email addresses in a way...
 I actually like the way Evolution does this, with the drop down list
 for matching entries.




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



Re: [Evolution] How to initiate pilot-sync with Evolution

2002-04-25 Thread Frederic Crozat

Le jeu 25/04/2002 à 06:26, Robert Franken a écrit :
 My PilotVx works fine with jpilot, but it'd like to sync my todos,
 contacts, calender and mail with Evolution.  If, straight after boot, I
 open Evolution and press the Hotsync button, nothing happens.  I'm
 running Mandrake 8.2.

You have to install evolution-pilot package to get conduits for
synchronizing with Evolution..

-- 
Frédéric Crozat
MandrakeSoft


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



Re: [Evolution] Feature request (?)

2002-04-25 Thread David Hoover

On Thu, 2002-04-25 at 00:12, David Bell wrote:
 Somewhat OT:  Is there a keyboard shortcut to jump to one of the
 auto-completed contacts?  ...Using the mouse seems kinda cumbersome for this
 task.

down-arrow


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



[Evolution] regarding Bcc

2002-04-25 Thread Philippe Mathieu

Is there a way to state a default Bcc address in evolution. 

Thanks!

---Philippe



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



Re: [Evolution] Feature request (?)

2002-04-25 Thread Andy Cedilnik

This is exactly what I want. It should do it at least for some custom
folders. Or maybe there could be filter that puts e-mail to the address
book.

Andy

On Wed, 2002-04-24 at 22:15, Not Zed wrote:
 On Thu, 2002-04-25 at 12:16, Fred Chagnon wrote:
   I would like Evolution to fill address book by itself. Or maybe even
   better, that it would auto complete e-mail addresses from certain
   folders. This way I would not have to add every single e-mail to my
   list.
 I think he wants to be able to use the addresses in the mailbox for the
 completion, not (or perhaps in addition to) the addresses in the
 addressbook.
 
 The other thing with searches is a known bug.
 
 



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



[Evolution] Hooks to external program when adding/changing calendar/contacts

2002-04-25 Thread Pascal DeMilly

Is there any hooks I could use that will call an external program or a
plugin whenever I make a change to my Calendar. I would like to keep a
web base calendar in sync with Evolution which I use exclusively but for
that I need to be able to know when a change is made. If this feature is
not implemented, I think it could be useful to a lot of people trying to
keep their different program in sync. It could be as simple as calling
an external program with as argument a file name whose XML content would
be made of 2 tags action and ICS. Then it would be up to the
external program to do whatever is needed with it. 

Any comments?

Pascal




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



[Evolution] Always loosing Mail Settings....

2002-04-25 Thread Martin Klaffenboeck

Hello!

When I configure my mail settings, sometimes on the apply button
evolution is hanging. So I have to kill Evolution.

And then my mail settings are corrupt.

Can I recover this settings somehow?
Is there a way to backup this settings?

Thank you for hints,

Martin

-- 



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



[Evolution] Some attachments don't show up in evolution.

2002-04-25 Thread John Weber

Hi,

I curious as to why some attachments (seems to be the virus ones on the
Ximian users list) don't show up in evolution (1.0.3). e.g., on the
Ximian users list dated Yesterday 10:15 PM from
[EMAIL PROTECTED], subject Re:eager to see you.

The message list shows a paper clip indicating an attachment, but the
message view shows nothing in the message body (normal display). In view
source mode there's clearly at least one encoded attachment. Also, pine
and kmail show these attachments and allow me to save them to disk.
Mozilla mail (Mozilla 0.9.9 Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:0.9.9) Gecko/20020326) also seems to have problems showing these
attachments. 

It makes me wonder what other attachments may fail to show up, maybe
important ones I need to see or save.

Thanks,
John


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


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



Re: [Evolution] Some attachments don't show up in evolution.

2002-04-25 Thread Dan Winship

On Thu, 2002-04-25 at 10:23, John Weber wrote:
 Hi,
 
 I curious as to why some attachments (seems to be the virus ones on the
 Ximian users list) don't show up in evolution (1.0.3)

Several of the recent Outlook viruses have mangled MIME syntax to
trigger various Outlook bugs. Evolution is doing its best to display the
message according to the inconsistent description it's given.

There was a problem that messages composed in rich text mode in
Outlook and then auto-converted to HTML by Exchange would show up
without the attachments in Evolution (because Evolution was displaying
what the message *said* to display instead of what it *meant* to be
displayed). That's definitely fixed in Evolution 1.2 (and hacked around
in Connector 1.0), but I don't remember if the fix made it into
Evolution 1.0. But this is probably not what you're seeing if you're
talking about virus mails.

-- Dan


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



[Fwd: Re: [Evolution] How to initiate pilot-sync with Evolution]

2002-04-25 Thread Neil Weisenfeld

-Forwarded Message-
From: Neil Weisenfeld [EMAIL PROTECTED]
To: Robert Franken [EMAIL PROTECTED]
Subject: Re: [Evolution] How to initiate pilot-sync with Evolution
Date: 25 Apr 2002 11:18:13 -0400

On Thu, 2002-04-25 at 00:26, Robert Franken wrote:
 My PilotVx works fine with jpilot, but it'd like to sync my todos,
 contacts, calender and mail with Evolution.  If, straight after boot, I
 open Evolution and press the Hotsync button, nothing happens.  I'm
 running Mandrake 8.2.

 Rob Franken



I find that you have to at least visit the control panel for the Pilot
link once in order to start gpilotd.  Go to Tools-Pilot Settings and then
just cancel and close.   I'm not sure if there's an init script for it or if
you have to tuck it away somewhere manually, but I'm sure you could set it
up to start on boot.


Regards,
Neil


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



[Evolution] Import contacts etc

2002-04-25 Thread Martin Skjöldebrand

As I am not able to get Evo to sync with my Visor, is there some utility
to get the data from the palm into a format that evo can read? 
Alternatively is there any plans of getting evo to read pdb files that
are in my .jpilot folder?

/M.
-- 
Fake email from this address on the net.
The real thing is signed with my public key.
The key is available on request.



signature.asc
Description: PGP signature


Re: [Fwd: Re: [Evolution] How to initiate pilot-sync with Evolution]

2002-04-25 Thread Janus Christensen

On Thu, 2002-04-25 at 17:19, Neil Weisenfeld wrote:

 On Thu, 2002-04-25 at 00:26, Robert Franken wrote:
  My PilotVx works fine with jpilot, but it'd like to sync my todos,
  contacts, calender and mail with Evolution.  If, straight after boot, I
  open Evolution and press the Hotsync button, nothing happens.  I'm
  running Mandrake 8.2.

 
 I find that you have to at least visit the control panel for the Pilot
 link once in order to start gpilotd.  Go to Tools-Pilot Settings and then
 just cancel and close.   I'm not sure if there's an init script for it or if
 you have to tuck it away somewhere manually, but I'm sure you could set it
 up to start on boot.

Try putting the PilotSync applet in a GNOME panel. This should ensure
that gpilotd is active when GNOME starts.

-- 
Janus Christensen __
I want something that'll give me the stamina of a young werewolf, the
vision of a shaman, the thoughts of a serial killer and the gentleness
of a hungry vampire bat.  --  Spider Jerusalem, Transmetropolitan




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


[Evolution] IMAP glitches

2002-04-25 Thread Chris Petersen

I've been meaning to mention this for awhile, and my appologies if this 
has already been addressed..

I use an IMAP connection to connect to my local machine because maildir 
format was not originally supported particularly well (detected subfolders 
merely as root folders with longer names - ie .Lists.Evolution instead of 
Lists-Evolution)..  Anyway, this aside (as I've already mentioned it and 
hopefully it is/will be fixed), I've noticed a number of weird things with 
IMAP performance..

Mainly, I leave evolution open on my home machine when I go to work.  At 
work, I ssh in and use pine..  When I get home, evolution will often not 
have noticed many of the changes I've made with pine, including message 
deletions, etc.  These deleted messages still show up in the message lists 
in evolution, but when I click on them I get an error (because they're not 
there anymore).  But that's all that happens.  Shouldn't evolution be 
checking for LACK of messages as well as new ones when it does a mailbox 
update check?  And if the message is gone, shouldn't it remove it from the 
list?   This in itself is mildly annoying, but (at least in older versions 
- hasn't happened in awhile) it would also occasionally segfault after 
selecting several different nonexistent messages.

Anyway, just thought I'd mention it.

-Chris


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



Re: [Evolution] W in Swedish for contacts

2002-04-25 Thread Gerardo Marin

Hi,

To keep you on track: after a clarification from Christian Rose
(Swedish  translation maintainer) our bug was reopened.
Sorry for the inconvenience to all :(


Gerardo Marin

Ximian Evolution Bugmaster


On Wed, 2002-04-24 at 14:24, Bo Rosén wrote:
 ons 2002-04-24 klockan 17.40 skrev Martin Skjöldebrand:
 
 As this isn't a Ximian problem, I've entered a report at gnome, it's
 number 79796. I've also brought it up on the Swedish translators mailing
 list [EMAIL PROTECTED] if anyone wishes to follow this. 
 
 Cheers,
   Bo
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution



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



[Evolution] Calender Problems

2002-04-25 Thread Martin Klaffenboeck

Hello!

After a crash all my dates are shown on the display and in the print
preview two hours befor it is dated.  (Sorry, my english is not so
good.)  When I open an Apointment, the right start and end time is
shown.  Just on the graphical view its shown two hours before the time.

I restarted Evolution, but it does not help.

Pleas tell me what I can do...
Thank you...

Martin
-- 
 Virtuelle Jugendarbeit auf http://create.kleinerdrache.org
...  bald kommt ein neues Layout  ...


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



Re: [Evolution] Hooks to external program when adding/changingcalendar/contacts

2002-04-25 Thread Rodrigo Moya

On Thu, 2002-04-25 at 15:50, Pascal DeMilly wrote:
 Is there any hooks I could use that will call an external program or a
 plugin whenever I make a change to my Calendar. I would like to keep a
 web base calendar in sync with Evolution which I use exclusively but for
 that I need to be able to know when a change is made. If this feature is
 not implemented, I think it could be useful to a lot of people trying to
 keep their different program in sync. It could be as simple as calling
 an external program with as argument a file name whose XML content would
 be made of 2 tags action and ICS. Then it would be up to the
 external program to do whatever is needed with it. 
 
there isn't such feature/program AFAIK. But, you can easily do your own
program that does it. You'll just need:

* open all calendars you are interested in (cal_client_open_calendar)
* connect to obj_updated and obj_removed signals in the CalClient
object you created for opening the calendars.
* when the callbacks for those signals are called, synchronize your
copy.

cheers


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



[Evolution] Public keys in vCards

2002-04-25 Thread Ben FrantzDale

I'm wondering if I should open a bug for the following:

The vcard format specified by RFC 2426 includes a KEY field for a
person's public key. This does not appear to be supported by Evolution.
If it were supported there are a number of cool things that could be
done with it, or with a key fingerprint field. (I don't know if there's
a standard vcard extension for a key fingerprint, but this seems just as
useful given online key distribution.)

If either the KEY field or a key fingerprint field were supported, it
would be extremely useful for establishing trust. With a PDA, someone
could beam you their business card on, then you could sync with
Evolution. Evolution could promp you have a new key(or signature) and
ask if you really got it from the person who claimed to give it to you.

--Ben



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


Re: [Evolution] Feature request (?)

2002-04-25 Thread Ben FrantzDale

On Wed, 2002-04-24 at 08:47, Andy Cedilnik wrote:
 Hello!
 
 I love Evolution as an e-mail client. It does most of what I expect the
 e-mail client to do. There are however some minor features I cannot
 find.
 
 Since I answer lots of e-mails with a specific template, I would love
 Evolution to provide this feature. For example, I would like to have a
 button/menu-option Reply From Draft, which would create a reply
 message with a draft message and the actual reply embedded somewhere
 inside.
 
 I would like Evolution to fill address book by itself. Or maybe even
 better, that it would auto complete e-mail addresses from certain
 folders. This way I would not have to add every single e-mail to my
 list.
 
 In search, I would like it to remember what I type in even if I change
 the scope of search. Right now if I type something and switch let say
 from message contains to sender contains, it clears the text.

I believe this is already in Bugzilla.

--Ben

PS
An alternate way to move down to the next autocomplete is ctrl+n.



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