Re: [Evolution] URGENT: Need help to restore evolution

2012-01-05 Thread Pete Biggs
On Wed, 2012-01-04 at 23:23 +, Svante R Signell wrote:
 Any ideas?

Did you look at the web link that Andre pointed you to? Here it is again
in case you missed it:

  http://library.gnome.org/users/evolution/3.2/data-storage.html.en

  Why cannot evo keep their configuration files in .local only? 

Because under the XDG standards, config files shouldn't go there, .local
is for data files, .config is for config files.

 And if somewhere else, that should be _announced_ really good, for
 people using gnome or kde?, etc?:(

Announced?  In what way? Take an advert out in the papers?  Shout it
from the roof tops?  Put it in a web page somewhere?

P.



___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] [Offtopic] Re: netspeed-applet in gnome3?

2012-01-05 Thread Pete Biggs

I didn't realise that Evolution had applets for this sort of thing?

 OK, let me rephrase the question: How can I get something similar with
 gnome-session3 or gnome-session-fallback. I miss it:( 

Applets don't exist in Gnome3.  The equivalent are shell extensions.
Look at 

  https://extensions.gnome.org/

and specifically 

 https://extensions.gnome.org/extension/52/netmonitor/

for a network monitoring extension.  Disclaimer: I don't use it, I have
no need of it, I simply took the brave step of googling for it.

P.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] [Offtopic] Re: netspeed-applet in gnome3?

2012-01-05 Thread Andre Klapper
On Wed, 2012-01-04 at 22:40 +, Svante R Signell wrote:
 How come that the latest netspeed applet needs libgtk-3-0? Not related
 to gnome3 at all?

Because it was ported to use gtk3.
Unrelated to GNOME3.

 OK, let me rephrase the question: How can I get something similar with
 gnome-session3 or gnome-session-fallback. I miss it:( 

Run Fallback mode which will provide a gnome-panel instead of
gnome-shell.

andre
-- 
mailto:ak...@gmx.net | failed
http://blogs.gnome.org/aklapper

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Reminders for birthdays/anniversaries

2012-01-05 Thread Andre Klapper
On Wed, 2012-01-04 at 18:11 -0500, Bill Lowther wrote:
 I still am not able to get reminders from Evo Calendar (Evolution 2.28.3
 on Ubuntu 10.4 LTS).  My most recent post was
 
 https://mail.gnome.org/archives/evolution-list/2011-December/msg00070.html
 
 Earlier feedback indicated that my Evo version supported reminders...
 https://mail.gnome.org/archives/evolution-list/2011-December/msg00013.html
 
 Are there prospects for a fix?

You have not indicated if you have checked your settings.
It works for others, plus as 2.28 is several years old there won't be
any fixes (neither for 2.30 or 2.32).
Feel free to file a bug report against your distribution as Ubuntu seems
to still support this old version (as it's their LTS).

andre
-- 
mailto:ak...@gmx.net | failed
http://blogs.gnome.org/aklapper

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Cannot see folders, evolution-mapi

2012-01-05 Thread Milan Crha
On Thu, 2012-01-05 at 00:16 +0100, Patrik Magnusson wrote:
  Try to search
  the debug output for GetHierarchyTable call, which is for the directory
  listing. It's followed by SetColumns call and then couple of
  QueryPosition and QueryRows calls. Is any of them failing?
 The only one of these I find in the log is QueryRows (as part of
 NspiQueryRows), the other ones are missing completely. In the reply to
 this there are some rows that look slightly suspect but the result field
 is MAPI_E_SUCCESS.
 
  lpProps: struct SPropValue
ulPropTag: PidTagAttachNumber_Error (0xE21000A)

Hi,
it's like it tries to transfer a message attachment from a server.

  Also, check ~/.cache/evolution/mail/uid-of-your-mapi-account/.summary
  file, which contains list of known folders. If that's mostly empty, then
  it didn't find any folder. Note the file is a binary file, not a text
  file.
 The folder .cache/evolution/mail is empty.

Might not be, something is surely wrong.

 (I also found that compiling openchange with
 libmapi+ causes the compilation of evolution-data-server to fail
 with 
 make[2]: *** No rule to make target `e-gdbus-marshallers.c', needed by
 `all'.  Stop.
 I didn't run into that earlier because then I didn't have boost
 installed.)
 
 When I think about the steps I do to compile everything, I think the 
 largest room for error is during configure of the evolution-packages. 
 Could you possibly tell me a safe/conservative combination of options to
 use in those steps?

I agree, there seem to be something wrong with compilation, probably.
Maybe you can try with jhbuild, instead of the Makefile, I do not know,
I'm not using any of them. And I thought you just call make, and other
parameters are filled for you. Anyway, I'm afraid that this is quite out
of scope for this list, thus what about meet on IRC? You can catch me on
GIMPNet (irc.gimp.org), in #evolution channel.

As a starter, you should compile at least evolution-data-server,
evolution and evolution-mapi. You are on 3.3.x already, thus the best if
you can use the current sources. You can get them with:
   $ git clone git://git.gnome.org/evolution-data-server
   $ git clone git://git.gnome.org/evolution
   $ git clone git://git.gnome.org/evolution-mapi
With respect of samba built by make samba in openchange, I also
create /etc/ld.so.conf.d/samba4.conf which contains these lines (without
spaces):
   /usr/local/samba/lib
   /usr/local/samba/lib64
   /usr/local/samba/lib/samba
When you've the file created, run ldconfig as root to let system know
about the changes.

Whenever I finish build of samba4 and also openchange, I run this
command too:
   for i in /usr/local/samba/lib/*.so ; do \
cp -s $i $i.0 2/dev/null;  done

Then you may compile evolution-data-server, evolution and evolution-mapi
(in this order). And you should let the DBus know about your
new .service files, though if you are compiling with /usr/local then
they should be in a known folder already, in
   /usr/local/share/dbus-1/services/
then you should have set various environment variables to your new
build, they are:
   GSETTINGS_SCHEMA_DIR=/usr/local/share/glib-2.0/schemas
   LD_LIBRARY_PATH=/usr/local/lib:/usr/local/samba/lib
   PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:\
  /usr/local/samba/lib/pkgconfig:/usr/local/share/pkgconfig

and I've also changed my PATH variable to:
   PATH=/usr/local/bin:/usr/local/samba/bin:$PATH

Note these variables should be set before you start ./autogen.sh
and/or ./configure on each of projects you'll build.

What options to use for configure depends on what support you would like
to have. I'm using:
  openchange:
 --with-samba=/usr/local/samba --prefix=/usr/local/samba
  evolution-data-server:
 --prefix=/usr/local --with-openldap=/usr/local --with-krb5=/usr
 --enable-introspection=no --enable-file-locking=fcntl
 --enable-dot-locking=no --enable-nntp=yes --enable-nss=yes
 --enable-smime=yes --enable-imap4=no --with-weather
 --disable-gnome-keyring --disable-goa --enable-goa
  evolution:
 --prefix=/usr/local --with-openldap=/usr/local --with-krb5=/usr
 --enable-introspection=no --disable-scrollkeeper
 --with-kde-applnk-path=no --enable-nss=yes --enable-smime=yes
 --enable-plugins=experimental --disable-nm --disable-contact-maps
 --with-clutter=no --disable-contacts-map --without-help
 --enable-goa --disable-image-inline
  evolution-mapi:
 --prefix=/usr/local --with-openldap=/usr/local --with-krb5=/usr
 --enable-introspection=no

With these flags you'll be notified during ./configure what -devel
packages are missing, thus just install them. It doesn't claim about
package name, but you may find out which are needed.

Note I'm not using /usr/local as my prefix, you can safely replace it on
most places, except of the dbus-1/services directory, which is a known
folder for DBus itself where to look for available services (without
that change you calendar and 

Re: [Evolution] Where are emails stored?

2012-01-05 Thread Milan Crha
On Wed, 2012-01-04 at 22:36 +0100, Andre Klapper wrote:
 See the X-Mailer header of the sent email: It's 2.30.3.

Hi,
interesting, I do not have that header in Ray's mail. I guess it's
because it was processed by the mailman, which removed it? I have there
List-* headers and
  X-BeenThere: evolution-list@gnome.org
  X-Mailman-Version: 2.1.14
but nothing like X-Mailer.

By the way, from my point of view, it's better to explicitly provide
Evolution version, then expect a reader to chase for it :)
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] netspeed-applet in gnome3?

2012-01-05 Thread Adam Tauno Williams
On Wed, 2012-01-04 at 21:52 +, Svante R Signell wrote:
 where can I find netspeed (or any) applet in gnome3. Either gnome-session or 
 gnome-session-fallback?

I don't see how this is related to Evolution.

GNOME3 Shell doesn't support applets.  To extend GNOME3's UI you use
extensions.  

See https://extensions.gnome.org/extension/52/netmonitor/

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Where are emails stored?

2012-01-05 Thread Andre Klapper
On Thu, 2012-01-05 at 05:38 -0500, Adam Tauno Williams wrote:
 On Wed, 2012-01-04 at 20:24 +, Ray Parkin wrote:
  Thanks for your reply.  I have inserted answers, as far as I know
  them, below each of your questions.
  On Wed, 2012-01-04 at 13:51 -0500, Adam Tauno Williams wrote: 
   Quoting Ray Parkin raypar...@macace.net:
At present, I am using Linux Mint 10 with Evolution as my email client.
   Really?  Why not say what version of **Evolution** you are using.
  It's Evolution Mail, version 2.30.3.  As it's for Linux Mint, it
  should be the same coding as for Ubuntu. 
 
 That is pretty old.  I believe you'll find everything under
 ~/.evolution.

...plus .gconf and .camel_certs and maybe .gnome2. :)

   Although just using the Backup/Restore feature is
 probably best - you'll almost certainly be advancing to a more current
 version.  The FAQ Where does Evolution store my data? is correct.

andre
-- 
mailto:ak...@gmx.net | failed
http://blogs.gnome.org/aklapper

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] URGENT: Need help to restore evolution

2012-01-05 Thread Adam Tauno Williams
On Wed, 2012-01-04 at 21:30 +, Svante R Signell wrote:
 I accidentally moved all the .cache, .gnome2, etc libraries to _*
 versions. Now when starting  evolution I get new setup, not the old
 one: Where is the evolution file states hidden (except .local) 

This is documented in the FAQ Where does Evolution store my data?
https://live.gnome.org/Evolution/FAQ#Where_does_Evolution_store_my_data.3F

It really seems odd how often this question comes up.

People: stop trashing your home directories.  Leave the dot files alone,
they are meant to be managed by applications - not users.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Where are emails stored?

2012-01-05 Thread Adam Tauno Williams
On Thu, 2012-01-05 at 11:42 +0100, Andre Klapper wrote:
 On Thu, 2012-01-05 at 05:38 -0500, Adam Tauno Williams wrote:
  On Wed, 2012-01-04 at 20:24 +, Ray Parkin wrote:
   Thanks for your reply.  I have inserted answers, as far as I know
   them, below each of your questions.
   On Wed, 2012-01-04 at 13:51 -0500, Adam Tauno Williams wrote: 
Quoting Ray Parkin raypar...@macace.net:
 At present, I am using Linux Mint 10 with Evolution as my email 
 client.
Really?  Why not say what version of **Evolution** you are using.
   It's Evolution Mail, version 2.30.3.  As it's for Linux Mint, it
   should be the same coding as for Ubuntu
  That is pretty old.  I believe you'll find everything under
  ~/.evolution
 ...plus .gconf and .camel_certs and maybe .gnome2. :)

He specifically asked Where are emails stored?

The should be in under .evolution [for 2.3x] as mbox files.

  Although just using the Backup/Restore feature is
  probably best - you'll almost certainly be advancing to a more current
  version.  The FAQ Where does Evolution store my data? is correct.

Also from the FAQ: 

quote
If you are using evolution version 2.22 or later, ensure the Backup and
Restore plugin is enabled in Edit - Plugins - Backup and Restore.
Then use File-Backup Settings to create a backup. You can use
File-Restore Settings to restore a backup. 
/quote

Perhaps the user doesn't have the Backup and Restore plugin enabled.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] netspeed-applet in gnome3?

2012-01-05 Thread Patrick O'Callaghan
On Wed, 2012-01-04 at 21:52 +, Svante R Signell wrote:
 Hi,
 
 where can I find netspeed (or any) applet in gnome3. Either gnome-session or 
 gnome-session-fallback?

What does this have to do with Evolution?

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] netspeed-applet in gnome3?

2012-01-05 Thread Svante R Signell
Sorry, I thought I posted to the gnome-list not evolution-lst.

From: evolution-list-boun...@gnome.org [evolution-list-boun...@gnome.org] on 
behalf of Patrick O'Callaghan [p...@usb.ve]
Sent: 05 January 2012 13:14
To: evolution-list@gnome.org
Subject: Re: [Evolution] netspeed-applet in gnome3?

On Wed, 2012-01-04 at 21:52 +, Svante R Signell wrote:
 Hi,

 where can I find netspeed (or any) applet in gnome3. Either gnome-session or 
 gnome-session-fallback?

What does this have to do with Evolution?

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] URGENT: Need help to restore evolution

2012-01-05 Thread Svante R Signell
Well, I have renamed these directories back now. Why do I still get the setup 
wizard when starting evo? Are there any lock files I have to remove?

From: evolution-list-boun...@gnome.org [evolution-list-boun...@gnome.org] on 
behalf of Adam Tauno Williams [awill...@whitemice.org]
Sent: 05 January 2012 11:45
To: evolution-list@gnome.org
Subject: Re: [Evolution] URGENT: Need help to restore evolution

On Wed, 2012-01-04 at 21:30 +, Svante R Signell wrote:
 I accidentally moved all the .cache, .gnome2, etc libraries to _*
 versions. Now when starting  evolution I get new setup, not the old
 one: Where is the evolution file states hidden (except .local)

This is documented in the FAQ Where does Evolution store my data?
https://live.gnome.org/Evolution/FAQ#Where_does_Evolution_store_my_data.3F

It really seems odd how often this question comes up.

People: stop trashing your home directories.  Leave the dot files alone,
they are meant to be managed by applications - not users.

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Exchange Web Services and Global Address List

2012-01-05 Thread David Woodhouse
On Wed, 2011-12-21 at 14:59 +, mike _ wrote:
 
 The url I've given evolution-ews is in the form
 https://server/OAB/big_alpha_numeric_string_with_dashes_in_it/oab.xml
 If I try accessing that url via Firefox I get a bunch of XML with
 references to files with names ending lzx. If I go in to Account
 Editor  Receiving options and tick 'Cache offline address book' then
 click 'Fetch List' then the aforementioned XML appears in the DEBUG
 output and '\Offline Global Address List' appears in the drop down
 menu. So I'm assuming the url is correct.
 
 When I try and search the Global Address List I either get no results
 at all, or a single result when there should be more than one. E.g. I
 search for 'Smith' and I get one result for someone with Smith in his
 name, but there's more than one person called Smith in the Global
 Address List. I can't pin down the circumstances under which I get a
 single result or no result. Searching the Offline Global Address List
 returns no results at all.
 
 I don't see any evidence that Evolution is downloading anything
 relating to the address lists. Where would the Offline Global Address
 List be downladed to? ~/.cache/evolution/addressbook is only ~100KB
 and isn't growing. Nothing appears in the DEBUG output when I search
 the Global Address List.
 
 Is this something that should work? 

Yes. From a terminal, can you set the environment variable EWS_DEBUG=2
and then run e-addressbook-factory. Capture its output, perhaps by
running inside 'script'.

-- 
dwmw2


smime.p7s
Description: S/MIME cryptographic signature
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Reminders for birthdays/anniversaries

2012-01-05 Thread Bill Lowther
Andre:

I think I have tried (to my knowledge) every combination of settings,
as shown in the 4 screen shots which I attached to my previous 2 posts,
to no avail.

https://mail.gnome.org/archives/evolution-list/2011-December/msg00038.html
https://mail.gnome.org/archives/evolution-list/2011-December/msg00070.html

I have posted a bug report at Ubuntu here..
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/912506

Thanks,
Bill


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] URGENT: Need help to restore evolution

2012-01-05 Thread Milan Crha
On Thu, 2012-01-05 at 14:21 +, Svante R Signell wrote:
 Well, I have renamed these directories back now.
 Why do I still get the setup wizard when starting evo?
 ...
 
  This is documented in the FAQ Where does Evolution store my data?
  https://live.gnome.org/Evolution/FAQ#Where_does_Evolution_store_my_data.3F

Hi,
Evolution shows the setup wizard only when it doesn't have any mail
account configured. As is written in the second sentence of the link to
FAQ you replied to:
   your account settings in $HOME/.gconf/apps/evolution
You may follow also
https://live.gnome.org/Evolution/FAQ#How_can_I_transfer_all_my_Evolution_data_from_an_old_home_directory_to_a_new_home_directory.3F

but note you are playing with internal files, thus be careful.
Bye,
Milan

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-list