[Evolution] make install linking problem

2016-04-13 Thread Emilio Recio
I have successfully compiled and installed 3.18.5 on two other boxes of
OpenSUSE 42.1 - 64-bit.

I am running into a curious issue with the "make install" phase of the
second package "evolution-3.18.5" of the third box. Everything compiles
and links correctly, but when I go to do a "sudo make install" it states
that I need to "relink" the utils library. "libtool: error: error:
relink 'libevolution-util.la' with the above command before installing it".

Wondering if anyone else ran into this? Why would it compile OK on two
other computers (ok compile laptop: Intel(R) Core(TM) i5 CPU M 520 @
2.40GHz, ok compile desktop: Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz,
broken compile desktop: Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz).

The configures had the same args for all three:
evolution-data-server: (disable ubuntu and gnome online auth)
./configure --disable-uoa --with-openldap --with-contact-maps --disable-goa

evolution: (disabled gnome-autoar)
./configure --with-openldap --enable-contact-maps --enable-plugins=all
--disable-autoar --enable-nss=yes --enable-smime

My cflags & cxxflags are:

CXXFLAGS=-mtune=native -march=native -g
CFLAGS=-mtune=native -march=native -g

Specifically, the error is as follows - snipped for brevity:

...gal-view-instance.h gal-view.h '/usr/local/include/evolution/e-util'
  /usr/bin/mkdir -p '/usr/local/lib64/evolution'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c
libevolution-util.la '/usr/local/lib64/evolution'
libtool: warning: relinking 'libevolution-util.la'
libtool: install: (cd /usr/local/src/evo-3.18.5/evolution-3.18.5/e-util;
/bin/sh "/usr/local/src/evo-3.18.5/evolution-3.18.5/libtool"  --silent
--tag CC --mode=relink gcc -mtune=native -march=native -g
-fno-strict-aliasing -avoid-version -no-undefined -Wl,--no-undefined -o
libevolution-util.la -rpath /usr/local/lib64/evolution
libevolution_util_la-e-action-combo-box.lo...

...-lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lenchant
-lgmodule-2.0 -pthread -lglib-2.0 -lm )
.libs/libevolution_util_la-e-misc-utils.o: In function
`e_util_open_client_sync':
/usr/local/src/evo-3.18.5/evolution-3.18.5/e-util/e-misc-utils.c:2471:
undefined reference to `e_util_get_source_full_name'
.libs/libevolution_util_la-e-source-combo-box.o: In function
`source_combo_box_constructed':
/usr/local/src/evo-3.18.5/evolution-3.18.5/e-util/e-source-combo-box.c:343:
undefined reference to `e_cell_renderer_color_new'
.libs/libevolution_util_la-e-source-selector.o: In function
`e_source_selector_init':
/usr/local/src/evo-3.18.5/evolution-3.18.5/e-util/e-source-selector.c:1728:
undefined reference to `e_cell_renderer_color_new'
collect2: error: ld returned 1 exit status
libtool:   error: error: relink 'libevolution-util.la' with the above
command before installing it
Makefile:1748: recipe for target 'install-privsolibLTLIBRARIES' failed
make[3]: *** [install-privsolibLTLIBRARIES] Error 1
make[3]: Leaving directory
'/usr/local/src/evo-3.18.5/evolution-3.18.5/e-util'
Makefile:4332: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
'/usr/local/src/evo-3.18.5/evolution-3.18.5/e-util'
Makefile:4326: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory
'/usr/local/src/evo-3.18.5/evolution-3.18.5/e-util'
Makefile:762: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1


--

Thanks,
E. Recio

++
| Emilio M. Recio   | AIM: emrecio   |
| Messaging and Identity Management  |
| IS at Thomas Jefferson University Hospitals  |
| 130 S. 9th Street; Suite 1500 | Wrk: 215.503.2131  |
| Philadelphia, PA 19107| Pgr: 877.656.1864  |
++

   _
  °v°
/(_)\
  ^ ^
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.

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


Re: [Evolution] email colours

2015-12-31 Thread Emilio Recio
Speaking from experience (with RPM's) it's worked every time over
multiple versions of the OS and various installations.

-e

On 12/31/15 08:30, Ralf Mardorf wrote:
> On Thu, 31 Dec 2015 12:55:29 +0000, Emilio Recio wrote:
>> I just installed the *-devel packages for evolution. This installed the
>> prerequisite *-devel libs, etc. Removed the specifically named
>> evolution packages. Killed all the specifically named evolution
>> background running programs. Then I downloaded the source, and
>> compiled it.
>
> To get build dependencies there are several ways to archive this,
> installing the devel packages, that belong to a package of
> software you want to build, unlikely does the job. One way that might
> work is to run
>
> sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get build-dep 
> evolution
>
> but this might not install all dependencies, that might be required for
> a new version of Evolution, it just will install the build dependencies
> required for the source package. Anyway, it might work.
>
> There are also several ways to build Evolution packages or just one package
> containing all in one, instead of installing it without building a package.
>
> It doesn't harm if the OP backups the install before continuing.
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] email colours

2015-12-31 Thread Emilio Recio
Yeah, whatever the pre-req's are they need to be installed obviously.
Here's the configure steps that I use for compiling (after installing
the pre-req's):

drwxrwxr-x 25 foo iadmin 4096 Oct  9 14:53 evolution-3.16.5
drwxrwxr-x  6 foo iadmin 4096 Oct  9 15:05 evolution-ews-3.16.5
drwxrwxr-x 19 foo iadmin 4096 Oct  9 19:04 evolution-data-server-3.16.5
[foo@bar evo-3.16.5]$ cat ~/Documents/evolution.txt
compile evolution:

c/cxxflags:
export CFLAGS="-mtune=native -march=native -g"
export CXXFLAGS="-mtune=native -march=native -g"

evolution-data-server:
./configure --disable-uoa --with-openldap --with-contact-maps

evolution: (disabled gnome-autoar)
./configure --with-openldap --enable-contact-maps --enable-plugins=all
--disable-autoar

evolution-ews:
./configure



On 12/31/15 09:03, Ralf Mardorf wrote:
> On Thu, 2015-12-31 at 14:52 +0100, Ralf Mardorf wrote:
>> On Thu, 2015-12-31 at 13:35 +, Emilio Recio wrote:
>>> Speaking from experience (with RPM's) it's worked every time over
>>> multiple versions of the OS and various installations.
>>
>> I'm an Arch Linux user, would you recommend to install devel packages
>> on
>> Arch Linux too?
>>
>> The OP on Wed, 30 Dec 2015 15:39:57 +1100 wrote:
>>> I just installed Evolution 3.10.4 in Elementary linux
>>
>> "elementary OS is a Linux distribution based on Ubuntu"
>> - https://en.wikipedia.org/wiki/Elementary_OS
>>
>> So "apt-get build-dep evolution" is one way to get the build
>> dependencies (at least for the version provided by the repositories).
>>
>> However, there's still the issue that a new version of Evolution
>> likely
>> requires at least versions of build and runtime dependencies that are
>> not available by official Ubuntu repositories, in addition the
>> dependencies for a new version might require software that wasn't
>> required for an older version of Evolution.
>
> PS: When building Evolution there's also to consider that building it's
> data-server is required.
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.

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


Re: [Evolution] email colours

2015-12-31 Thread Emilio Recio
I just installed the *-devel packages for evolution. This installed the
prerequisite *-devel libs, etc. Removed the specifically named evolution
packages. Killed all the specifically named evolution background running
programs. Then I downloaded the source, and compiled it.

On 12/31/15 03:20, Ralf Mardorf wrote:
> Hi Ian,
>
> On Thu, 31 Dec 2015 15:01:11 +1100, Ian wrote:
>> It seems the official repositories override any PPAs present, even if
>> (or maybe because) they contain newer versions.
>
> no, you most likely made an error. There are several possibilities what
> you might have done wrong. I suspect pinning isn't the issue, but
> assumed you already added and enabled the repository, you perhaps
> forgot to update, before you upgraded. If you didn't sync the package
> index, the package management isn't aware about the new packages.
>
> Reload, resp. synch the package index:
>
> sudo apt-get update
>
> Assumed the PPA split Evolution in packages the Ubuntu way, you don't
> need to remove or purge an existing version of Evolution, you just need
> to upgrade:
>
> sudo apt-get dist-upgrade
>
> Warning! Assumed you should have made this mistake, then it's not a
> good idea to install packages from a third party repository. Using
> third party repositories could break your install, if you don't
> understand what you're doing.
>
> Regards,
> Ralf
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] Missing "From:" information in messages I sent

2015-12-17 Thread Emilio Recio
Apart from Evolution, you can use DavMail (Java based at
http://davmail.sourceforge.net/) which translates Exchange into standard
protocols for use with standard clients imap/ldap/etc. I use both Evo
and Dav depending on the computer I am at (windows/mac/linux/guest
machine/home machine/etc.).

-e

On 12/14/15 12:03, Martin Dietze wrote:
> On 14 December 2015 at 17:52, Patrick O'Callaghan  wrote:
>>
>> Your mail to this list does have the From: header, so it would seem
>
> Yes, but this is my private email address using google mail's web interface.
>
>> that the problem is in the EWS server. Some things you could try:
>>
>>   * Use an independent account (preferably on an IMAP or POP server) and
>> see what happens.
>
> Tried local delivery through sendmail. In that case the sender
> displays just fine.
>
>>   * Try a different email client.
>
> Won't do, since there's no alternative to Evolution when working with
> an Exchange server.
>
>>   * Temporarily configure your Sent Messages to a local folder and see
>> if the header is present in the copies of sent mail.
>
> I copied some mails to a local folder in mbox format. The "From:"
> field is empty, too.
>
> That supports the assumption that something in the combination
> Evolution/Exchange does not work
>
> Problem is that - as usual in such cases - I'm working in a
> Windows-centric environment where there is no support to be expected
> for my not using Outlook.
>
> Cheers,
>
> Martin
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] Missing "From:" information in messages I sent

2015-12-17 Thread Emilio Recio
Apart from Evolution, you can use DavMail (Java based at
http://davmail.sourceforge.net/) which translates Exchange into standard
protocols for use with standard clients imap/ldap/etc. I use both Evo
and Dav depending on the computer I am at (windows/mac/linux/guest
machine/home machine/etc.).

-e

On 12/14/15 12:03, Martin Dietze wrote:
> On 14 December 2015 at 17:52, Patrick O'Callaghan  wrote:
>>
>> Your mail to this list does have the From: header, so it would seem
>
> Yes, but this is my private email address using google mail's web interface.
>
>> that the problem is in the EWS server. Some things you could try:
>>
>>   * Use an independent account (preferably on an IMAP or POP server) and
>> see what happens.
>
> Tried local delivery through sendmail. In that case the sender
> displays just fine.
>
>>   * Try a different email client.
>
> Won't do, since there's no alternative to Evolution when working with
> an Exchange server.
>
>>   * Temporarily configure your Sent Messages to a local folder and see
>> if the header is present in the copies of sent mail.
>
> I copied some mails to a local folder in mbox format. The "From:"
> field is empty, too.
>
> That supports the assumption that something in the combination
> Evolution/Exchange does not work
>
> Problem is that - as usual in such cases - I'm working in a
> Windows-centric environment where there is no support to be expected
> for my not using Outlook.
>
> Cheers,
>
> Martin
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


[Evolution] Print Paper Size

2015-10-23 Thread Emilio Recio
So I have no ability to change my paper size from A4 to Letter. The
dropdown is not even highlighted. How do I change this when printing.
Can I override this? I understand that if there's a default it might be
looking at the OS, but I should at least be able to override this. I
have a self-compiled version of:

$ /usr/local/bin/evolution --version
evolution 3.16.5

My locale settings:
$ locale
LANG=en_US.UTF-8
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_PAPER="C"
LC_NAME="C"
LC_ADDRESS="C"
LC_TELEPHONE="C"
LC_MEASUREMENT="C"
LC_IDENTIFICATION="C"
LC_ALL=C

-e
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.

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


Re: [Evolution] pre-formatted

2015-10-09 Thread Emilio Recio
Or you can just compile it from source:

Easy way is to install evolution-*-devel packages, which will install
the devel dependencies. Then uninstall evolution*-devel packages only.
Don't forget to kill any running evolution packages (ps -aux|grep evo).

Then...the following works for me:

evolution-data-server-3.16.5:
./configure --disable-uoa --with-openldap --with-contact-maps

evolution-3.16.5:
./configure --with-openldap --enable-contact-maps \
--enable-plugins=all --disable-autoar

evolution-ews-3.16.5:
./configure

On 10/09/15 08:42, John Lauterbach wrote:
> Ubuntu 15.10 works just fine.  I have been using 3.16.5 in a mission
> critical environment.
>
> John
>
> -Original Message-
> *From*: Wolf Drechsel  >
> *To*: Liste evolution  >
> *Subject*: [Evolution] pre-formatted
> *Date*: Thu, 08 Oct 2015 12:48:05 +0200
>
> Hi everybody,
>
> in the list archive, I found a thread titled "How do I get rid of
> "preformatted" ".
>
> My evo is suffering from the same problem, but with ubuntu 15.04, at
> the moment I seem to be restricted to evo 3.16.0. Is there another
> solution than waiting for the update?
>
> Cheers,
> Wolf
>
> ___
> evolution-list mailing list
> evolution-list@gnome.org 
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>
>
>
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] mails retrieved through davmail disappear

2015-10-06 Thread Emilio Recio
I use both thunderbird and evo-ews (different computers - and on same
computer) and I am not experiencing these issues. I use davmail version
davmail-4.6.2-2377 and evo evolution-3.16.3
evolution-data-server-3.16.3  evolution-ews-3.16.3

I did compile it from source, FWIW.

I do NOT have both open at the same time though on the different
computers, nor on the same computer. This might be the issue... contention.

-e

On 10/06/15 04:36, Pete Biggs wrote:
>
>> I'm using Evolution 3.16 to access work email through davmail (because
>> I have to), with IMAP/CaldDAV/LDAP.
>
> I know this isn't really the question you asked! But I'm quite
> surprised that you can't use the native Evolution-EWS package to get to
> the Exchange server (which is what I'm presuming you are connecting
> to). I used davmail when our work Exchange system had a complicated
> proxy setup that Evo-MAPI couldn't cope with - but since moving to EWS
> it has worked fine.
>
>>   My problem is that on mail receive,
>> I see a notification with the Subject line of the new mail, when I
>> enter the corresponding INBOX I see briefly that the mail arrived but
>> it disappears after like half a second.
>
> Have you tried with some other client?  davmail presents an IMAP
> interface, so you should be able to setup something like Thunderbird to
> test to see if the mails disappear for that (in that case it is a
> davmail issue).
>
> Beyond that, I suspect you are going to have to look at both Evo and
> davmail logs together to see what's happening - i.e. is it Evo hiding
> the message or davmail telling Evo the message isn't there.
>
> P.
>
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] Backing up Evolution Data

2015-09-14 Thread Emilio Recio
RSnapShot allows you to do incremental backups (using hardlinks) vs
Rsync which you would have to script to do what rsnapshot does.
Honestly, if you don't care for point-in-time backups, then just use
rsync. I use them both on a case-by-case basis.

On 09/13/15 11:19, Tom wrote:
> Am Dienstag, den 08.09.2015, 16:55 +0100 schrieb Patrick O'Callaghan:
>> On Tue, 2015-09-08 at 10:10 -0400, John Lauterbach wrote:
>>> It would be a nice addition to evolution to be able to schedule
>>> backups at a
>>> certain time each day.  I use SpiderOak for offsite backup.  If I
>>> could have
>>> evolution do this automatically, I would never lose more than a day's
>>> e-mail.
>>
>> As has been said repeatedly, the "backup" command in Evo is not
>> intended for periodic backups but for when you need to move your Evo
>> installation to another machine. For one thing, it requires Evo to be
>> running (not much use if you want to schedule it at fixed times). For
>> another, it doesn't do incremental backups but takes a complete
>> snapshot every time. This is almost never what you want in a production
>> context. Use a real backup system, of which there are many in Linux (I
>> use rsnapshot to a local (...)
>
> Hoping not to go too far OT, but what's the advantage over rsync in this
> context ?
>
> ___
> evolution-list mailing list
> evolution-list@gnome.org
> To change your list options or unsubscribe, visit ...
> https://mail.gnome.org/mailman/listinfo/evolution-list
>
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


[Evolution] Missing Calendar Items

2015-09-11 Thread Emilio Recio
So when I login to the web client (OWA) on microsoft's site, I see many
meetings in my calendar. However, after installing Evolution 3.16.5 on
my laptop, these meetings are not being shown. Some show up, but others
(mostly all) do not. Meanwhile on my evolution (3.16.3) at work, there
are only one or two meetings missing, but most show up. In outlook 2011
(mac), and outlook 2010 (win7) all of my meetings show up fine.

I am wondering if there's a problem with "special" characters in the
description that's failing the download? For example, ellipses or curly
quotes in various parts of the calendar entry. It tends to happen with
recurring entries, but I am not sure.

Is there a way I can debug calendar synch to see why it's failing on
downloading the calendar entries?

I am using the ews component, and our mailboxes are hosted by
microsoft's o365 in the cloud.

-e
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.

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


Re: [Evolution] Authentication Issues with Exchange Web Services

2015-06-12 Thread Emilio Recio
To compile from source, I usually do this (for dependencies):


1)  Install the evolution-devel, ews-devel, etc packages. On Fedora using 
Yum/DNF this selects all the *-devel packages for installation.

2)  Uninstall the evolution-* packages

3)  Kill all running evolution processes hard “SIGKILL”

4)  Set up my environment for compilation:

a.   c/cxxflags:

b.  export CFLAGS=-mtune=native -march=native -g

c.   export CXXFLAGS=-mtune=native -march=native -g

5)  Expand, and compile the evolution-data-server:

a.   ./configure --disable-uoa --with-openldap --with-contact-maps

6)   evolution: (disabled gnome-autoar)

a.   ./configure --with-openldap --enable-contact-maps --enable-plugins=all 
--disable-autoar

7)  evolution-ews:

a.   ./configure
The key is to install your distro’s evolution*devel packages, because then the 
dependencies for the devel packages (other devel packages) would be installed, 
making it easier to do the source download compile. Last iteration, I think I 
was missing some other packages, but it was easily resolved.

HTH,
Emilio


From: evolution-list [mailto:evolution-list-boun...@gnome.org] On Behalf Of 
Parikh, Samir
Sent: Wednesday, June 10, 2015 12:28 PM
To: Emre Erenoglu
Cc: evolution-list@gnome.org
Subject: Re: [Evolution] Authentication Issues with Exchange Web Services

Emre,

Your suggestion did the trick!  Thank you very much.

(With respect to Patrick’s question, which I just saw, I am using Evolution 
3.10.4.)

I also just saw a continuation of this thread about compiling to a newer 
version – I have not read through all of the replies yet but perhaps I should.  
I did try to compile from source but every time I ran ./configure, it seemed 
liked I was missing many dependencies.  If there were suggestions for selecting 
another distribution that keeps Evolution more up to date, I will also look 
into those.

Thanks again.
Samir

From: Emre Erenoglu [mailto:ereno...@gmail.com]
Sent: Friday, 05 June, 2015 13:46
To: Parikh, Samir
Cc: Robert Munteanu; evolution-list@gnome.orgmailto:evolution-list@gnome.org
Subject: Re: [Evolution] Authentication Issues with Exchange Web Services

On Fri, Jun 5, 2015 at 9:05 PM, Parikh, Samir 
samir.par...@nationalgrid.commailto:samir.par...@nationalgrid.com wrote:
Based on this, what values should I be entering for my username (e.g. 
DOMAIN\username or just username) and the URL fields (e.g. just accept what 
is returned via the FETCH URL button or use the URL used to access OWA)?
Hi,
I always use DOMAIN\username, just give it a try. Also just accept what 
autoconfig has given you, if it does not work, then try something like:  
https://webmail.companyname.com/ews/exchange.asmx;  but we cant' be sure that 
it would work, so if both autoconfig and this url does not work, you need to 
ask your admin which protocols are enabled on the server (you need EWS) and 
what is the EWS URL.

Note that Xubuntu 14.04 Evolution packages are pretty old, even ancient (3.10 
if I understand right). Even Vivid 15.04 has very old packages. So I compile my 
own from time to time. Alternatively, if you upgrade to Vivid 15.04, you can 
use Fabien Tassin PPA here: https://launchpad.net/~fta/+archive/ubuntu/gnome3  
and use 3.16.x which is relatively recent.

Emre




This e-mail, and any attachments are strictly confidential and intended for the 
addressee(s) only. The content may also contain legal, professional or other 
privileged information. If you are not the intended recipient, please notify 
the sender immediately and then delete the e-mail and any attachments. You 
should not disclose, copy or take any action in reliance on this transmission.

You may report the matter by contacting us via our UK Contacts 
Pagehttp://www2.nationalgrid.com/contact-us/ or our US Contacts 
Pagehttps://www1.nationalgridus.com/ContactUs (accessed by clicking on the 
appropriate link)

Please ensure you have adequate virus protection before you open or detach any 
documents from this transmission. National Grid plc and its affiliates do not 
accept any liability for viruses. An e-mail reply to this address may be 
subject to monitoring for operational reasons or lawful business practices.

For the registered information on the UK operating companies within the 
National Grid group please use the attached link: 
http://www.nationalgrid.com/corporate/legal/registeredoffices.htm

The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health 

Re: [Evolution] How does evolution choose apps with which to open attachments?

2015-04-14 Thread Emilio Recio
There's a big caveat to the information you posted. If you have nautilus
installed, and a few other file browsers, they use D-Bus. Gnome will
ignore anything in those desktop files and opt for a dbus session call
for starting particular apps over the freedesktop standard. It took me
two weeks to figure that out. I use KDE and couldn't figure out why
nothing was working after installing some gnome application.

-e

On 04/05/15 16:22, Adam Tauno Williams wrote:
 On Thu, 2015-04-02 at 16:55 -0700, Jonathan Ryshpan wrote:
 Evolution gives me a different set of apps to open PDF attachments for
 different messages.

 This is part of GNOME, built on top of FreeDesktop standards.  To be
 available to GNOME an application publishes and XDG Desktop file; in
 that file it includes its name, category, icon, and the types of files
 it can work with.

 For example /usr/lib64/libreoffice/share/xdg/draw.desktop -

 [Desktop Entry]
 Version=1.0
 Terminal=false
 Icon=libreoffice-draw
 Type=Application
 Categories=Office;FlowChart;Graphics;2DGraphics;VectorGraphics;X-Red-Hat-Base;X-MandrivaLinux-Office-Drawing;
 Exec=libreoffice --draw %U
 MimeType=application/vnd.oasis.opendocument.graphics;application/vnd.oasis.opendocument.graphics-flat-xml;application/vnd.oasis.opendocument.graphics-template;application/vnd.sun.xml.draw;application/vnd.sun.xml.draw.template;application/vnd.visio;application/x-wpg;application/vnd.corel-draw;application/vnd.ms-publisher;image/x-freehand;application/clarisworks;
 Name=LibreOffice Draw
   ...

 According to the XDG standard GNOME scans the desktop files and provides
 you the appropriate application list.

 One thing NOT included among the Other Applications is acroread,

 It possibly [likely?] does not include a desktop file.  You can easily
 create one.

 As I wrote, these lists are different for PDF attachments contained in
 different emails.  How does evolution generate these lists?

 Based off the MIME-type of the attachment.

 Is there any convenient way to change them?

 Create .desktop files in ~/.local/share/applications/


--

Thanks,
E. Recio

+-+
| E. Recio   | AIM: emrecio   |
| 833 Chestnut East; Ste 600 | Wrk: 215.503.2131  |
| Philadelphia, PA 19107 | Pgr: 877.656.1864  |
+-+

Never trust an operating system you don't have sources for. ;-)
-- Unknown source
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] Left-click in text field grabs window to move

2015-03-19 Thread Emilio Recio
It seems to happen on many applications that rely on GTK. Thunderbird
does it from the tab bar, firefox doesn't do it anymore. It's especially
annoying in Eclipse (I have an expanded window, go and click on a
toolbar button, if I miss and click the blank part of the menu bar, it
picks the window up and un-maximizes it.) I am not sure why firefox
doesn't do it, but I imagine the point/click/drag is being subclassed
for other purposes.

-e

On 03/13/15 04:29, Florian Baumann wrote:
 Hello,

 so I have a rather strange and slightly annoying problem with the
 composer window of Evolution. Whenever I left-click in the text field,
 for example to select some text or just to set the cursor at some
 specific position, it grabs the window and moving the mouse moves the
 window, and I'm unable to select anything.
 If I left-click again, the window is dropped, and moving the mouse
 selects text.
 The exact behavior, especially if it selects text or not afterwards, is
 dependent upon the length of the left-click.

 What I also noticed, is that I can grab and move the window if I click
 the menu bar, or the menu icon bar. But there, the window is dropped
 again, if I let go of the left mouse button. So this seems like the
 intended behavior. The left-clicking and moving in the text field don't
 seem right to me.

 I'm using Xfce 4.12 on Arch Linux on two machines, both show this
 behavior.

 Thank you for your attention
 Florian

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


--

Thanks,
E. Recio

+-+
| E. Recio   | AIM: emrecio   |
| 833 Chestnut East; Ste 600 | Wrk: 215.503.2131  |
| Philadelphia, PA 19107 | Pgr: 877.656.1864  |
+-+

Never trust an operating system you don't have sources for. ;-)
-- Unknown source
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] Edit an existing email?

2015-03-11 Thread Emilio Recio
Hello, the way around is to copy the email you want to annotate (it
could be your or someone else's email) to your draft folder. After
copying it there, open the email you just copied. You should then be
set to Edit as new... as the feature from Thunderbird.

-e

On Wed, 2015-03-11 at 15:26 +, Joakim Tjernlund wrote:
 Sometimes I want to add comments to an existing email but
 I cannot find how to, if possible.

The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.

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


[Evolution] Force Text/CSV/EML attachments collapsed (force not in-line)

2015-02-13 Thread Emilio Recio
I receive lots of reports in text format (tab delimited, comma
delimited, etc.) and as message attachments (eml files). For example, a
recent email had 159 email attachments, and 1 csv attachment.
Displaying all 159 emails is unnecessary and slows everything down. If I
receive a PDF attachment, it's by default collapsed.

In thunderbird you can force all attachments to NOT display inline, is
there a way to do this in evolution? After all, once the email is
displayed, I can click on the icon to collapse the attachment ... so is
there a way to make this the default.

-e
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] Page Setup crashes 3.13.10

2015-02-11 Thread Emilio Recio
I have confirmed that it was a problem with the oxygen-gtk+ theme. I switched 
it to clearlooks or adwaita via  kcmshell4 kcmgtk and the problem is not 
reproducible. Unfortunately, the text keeps getting chopped off at the top of 
the page and there's no way to change the margins long the top and sides.

-e

On Wed, 2015-02-11 at 14:49 +, Emilio Recio wrote:
 The default page size is A4, but I want to select Letter. I go to
 page setup, and when go to select a different page size (when the
 drop down appears) evolution freezes the entire screen. Need to CTRL-
 ALT F2 login and do a --force-shutdown.

 I don't know if it's a graphics thing, am going to check on another
 couple of computers.

 I don't know if it's a Bonjour thing. There are tons of printers
 discovered locally, and I don't know how to ignore them in all
 GTK/Gnome based applications - it's annoying.

 I am running KDE 4.14.3 as default desktop, Fedora 21, i386.

 Anyone else run into these issues? I will continue debugging on this
 end before opening a bug report - or report back with workarounds.

 -e
 The information contained in this transmission contains privileged
 and confidential information. It is intended only for the use of the
 person named above. If you are not the intended recipient, you are
 hereby notified that any review, dissemination, distribution or
 duplication of this communication is strictly prohibited. If you are
 not the intended recipient, please contact the sender by reply email
 and destroy all copies of the original message.

 CAUTION: Intended recipients should NOT use email communication for
 emergent or urgent health care matters.


 ___
 evolution-list mailing list
 evolution-list@gnome.org
 To change your list options or unsubscribe, visit ...
 https://mail.gnome.org/mailman/listinfo/evolution-list
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


[Evolution] Page Setup crashes 3.13.10

2015-02-11 Thread Emilio Recio
The default page size is A4, but I want to select Letter. I go to
page setup, and when go to select a different page size (when the drop
down appears) evolution freezes the entire screen. Need to CTRL-ALT F2
login and do a --force-shutdown.

I don't know if it's a graphics thing, am going to check on another
couple of computers.

I don't know if it's a Bonjour thing. There are tons of printers
discovered locally, and I don't know how to ignore them in all
GTK/Gnome based applications - it's annoying.

I am running KDE 4.14.3 as default desktop, Fedora 21, i386.

Anyone else run into these issues? I will continue debugging on this
end before opening a bug report - or report back with workarounds.

-e
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


Re: [Evolution] [SOLVED] Evo freezes during rendering of very large messages

2014-11-19 Thread Emilio Recio
I don't believe this is solved. I had an issue with this as well. I 
cannot even read large text messages (10mb)... Have you tried opening 
the email in a normal window? The same thing happens, so it's not 
solved. Thunderbird has no problems opening and displaying the 10mb text 
email. Neither does any other client. This was the major show stopper 
for continuing to use Evolution. I will come back and try it from time 
to time (which is the reason I am still on this mailing list) with newer 
versions because it's very feature rich, but I have moved to using 
DavMail/Thunderbird for now for purely functionality/pragmatic reasons.

-e

On 11/17/2014 02:05 AM, Per wrote:
 On Fri, Nov 14, 2014 at 4:09 PM, Patrick O'Callaghan p...@usb.ve
 mailto:p...@usb.ve wrote:

 On Fri, 2014-11-14 at 09:29 -0800, Per wrote:
   Evo 3.10.4
  
   I receive some very large log files by email (text format, logs
 in email
   body).
  
   When I click to select/view the message, Evo CPU usage jumps and then
   becomes unresponsive (did not have patience to wait  5 min). Evo
 has to be
   force quit.

 Turn off the preview pane (toggle View-Preview-Show Message Preview or
 hit Ctrl-M).


 ​Thanks! This allowed me to bypass the preview and delete the message.

   - Per
 ​


 ___
 evolution-list mailing list
 evolution-list@gnome.org
 To change your list options or unsubscribe, visit ...
 https://mail.gnome.org/mailman/listinfo/evolution-list
 The information contained in this transmission contains privileged and 
 confidential information. It is intended only for the use of the person named 
 above. If you are not the intended recipient, you are hereby notified that 
 any review, dissemination, distribution or duplication of this communication 
 is strictly prohibited. If you are not the intended recipient, please contact 
 the sender by reply email and destroy all copies of the original message.

 CAUTION: Intended recipients should NOT use email communication for emergent 
 or urgent health care matters.


-- 

Thanks,
E. Recio

+-+
| E. Recio   | AIM: emrecio   |
| 833 Chestnut East; Ste 600 | Wrk: 215.503.2131  |
| Philadelphia, PA 19107 | Pgr: 877.656.1864  |
+-+

Never trust an operating system you don't have sources for. ;-)
-- Unknown source
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] [EWS] Offline mode in set in EWS Mail

2014-08-02 Thread Emilio Recio
I am having a problem that I am completely locked out of my mail account - 
calendar, contacts, tasks, memo, even other IMAP accounts work fine. But EWS 
mail keeps saying: You must be working online to complete this operation

I also cannot just delete and recreate my account. I am running Evolution 
3.12.2. I have tried to delete ALL the configuration files and still I get the 
same problem. Oddly enough when I re-create the account it does download all my 
folders, but when I try to select a folder I get an error.

Also, I totally logged out, created a new user on my computer, and configured 
evolution, and got the same error. Currently OWA is the only way I can 
send/receive emails.

I also tried to start evolution with --online --force-online

thanks,
emilio
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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


[Evolution] Search Folders doesn't work

2014-08-02 Thread Emilio Recio
I click on my message account name, say Foo.
I click on the menu Search
I click on the menu item Advanced Search
I leave the rulename the same Untitled (after all, I don't want a
search folder, I just want all emails in my IMAP/EWS server with a
particular message body content... it should be a quick thing)
Dropdown: All the following conditions
Dropdown: All Related
Add condition:
Message Body contains a

It should return all emails containing the letter a. It does not...
this is a bug, no?

Thanks,
emilio


The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.

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


[Evolution] Spam Assassin, Large Emails

2014-05-08 Thread Emilio Recio
Folks,

This is just an FYI, not necessarily an Evo issue, but something that
might look like it for a first time user (namely: me).

I switched from bogofilter to spamassassin and noticed slower
performance across the board when loading the inbox. It would take
forever to filter the inbox. This was markedly a problem when my inbox
had 780 messages and the check-for-mail frequency was set to every 5
minutes.

I have since cleaned up my inbox, but still noticed the same performance
issues filtering. After noticing my 100% cpu usage being spam
assassin, i had it disabled and switched to bogofilter. This problem
went away completely. :)


*Question*:

Now, the problem I am getting is Evo freezing when I open a 9.3MB plain
text email from anacron. It doesn't matter if it is as the attachment of
9MB (i.e.: a CSV file) or in the body. It happens at home and at work.
With a 64bit dual core amd, or an intel core i5 (with 32bit OS). Both
are running Fedora 20. I am not sure if you've seen, but the bug ID with
test case:
https://bugzilla.redhat.com/show_bug.cgi?id=1093188

I am giving them a backtrace today.

Thanks in advance,
Emilio

Never trust an operating system you don't have sources for. ;-)
-- Unknown source



The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.

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


[Evolution] evolution hangs when reading large e-mails

2014-05-02 Thread Emilio Recio
Using EWS or dovecot/IMAP if an email has an attachment of 9MB or if an email 
which is plain text (from cron) is 9MB long, evolution hangs. I am using 3.10 
and don't have another choice at work due to us switching to Exchange. Please 
let me know what I can do to read large emails... even if it's formatted as 
plain text.

--
Thanks,
E. Recio

A Linux machine! because a 486 is a terrible thing to waste! (By 
j...@wintermute.ucr.edu, Joe Sloan)
The information contained in this transmission contains privileged and 
confidential information. It is intended only for the use of the person named 
above. If you are not the intended recipient, you are hereby notified that any 
review, dissemination, distribution or duplication of this communication is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender by reply email and destroy all copies of the original message.

CAUTION: Intended recipients should NOT use email communication for emergent or 
urgent health care matters.


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