Re: [Evolution] Calendar tooltips

2014-02-14 Thread Pete Biggs
  Also the time always has (24 hours) appended even if I use AM/PM
 formats... Evolution 3.8.4

Errm, that's the length of the appointment, not the time format - it
just means that it is an all-day event.  Create a different length event
and it will change.

Mind you, one thing I would grouch about that particular feature is that
it is ALWAYS hours - I have a multi-day event that says in the tooltip:
Time: 03/02/14 00:00:00 (1296 hours) - without getting a calculator
out, I have no idea how many days 1296 hours is!  How about modifying
the display to say how many days if it's 24 hours or more?

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


Re: [Evolution] Calendar tooltips

2014-02-14 Thread Neil Romig
On February 14, 2014 9:29:41 AM GMT, Pete Biggs p...@biggs.org.uk wrote:
  Also the time always has (24 hours) appended even if I use AM/PM
 formats... Evolution 3.8.4

Errm, that's the length of the appointment, not the time format - it
just means that it is an all-day event.  Create a different length
event
and it will change.

Mind you, one thing I would grouch about that particular feature is
that
it is ALWAYS hours - I have a multi-day event that says in the tooltip:
Time: 03/02/14 00:00:00 (1296 hours) - without getting a calculator
out, I have no idea how many days 1296 hours is!  How about modifying
the display to say how many days if it's 24 hours or more?

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

Errm...whoops! Thanks for the heads-up, I tend to have mostly all-day events. I 
would still like Location and/or Description in the tooltip though.

Neil.
___
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] Evolution EWS and Squid proxy

2014-02-14 Thread David Woodhouse
On Thu, 2014-02-13 at 13:01 +0100, Patryk Benderz wrote:
 what about setups with multiple email accounts, where EWS email account
 needs proxy, but I have several other accounts (pop3, imap) which needs
 direct internet access?

You're describing it wrong.

What you actually have is a network environment where some servers need
a proxy to access them, and other servers do not.

This kind of thing is usually handled automatically by a PAC file, which
is a JavaScript file that basically answers the question what proxy do
I use for this URL?.

These PAC files (or any manual override) are a per-network-connection
thing. Often a DHCP server will hand you the location of a file. Or
you'll automatically 'discover' it by looking for http://wpad/wpad.dat
and finding it in your DNS search domain. Or a VPN server might hand you
one along with the IP configuration.

The correct answer here is for NetworkManager to handle this information
properly for the currently-connected networks, and hand it to the
PacRunner dæmon. Then processes like Evolution and *anything* else which
might need to use a proxy just send a DBus message to PacRunner, saying
what proxy do I use for this URL?. And the PAC file has already been
loaded into the JavaScript interpreter and you get a nice fast answer.
(Without the idiocy of doing the discovery and loading the JS
interpreter over and over again in the context of *ever* application
that wants to check if it needs a proxy, which is what the original
libproxy library did, and is why we have evil hacks in glib to avoid it)

Matthew, if you're looking at proxy stuff, please make sure you keep the
'correct' fix in mind, and you know how we get from here to there. I
appreciate that we might want local hacks in Evolution to work around
the fact that this still isn't working right in NetworkManager — but
let's make sure that it's easy to move to the correct fix when it's
possible to do so.

So perhaps we might want Evolution's default behaviour to be to *try*
sending the PacRunner request, assuming that things are working sanely,
and to have a manual override for the cases where that doesn't work.

-- 
David WoodhouseOpen Source Technology Centre
david.woodho...@intel.com  Intel Corporation


smime.p7s
Description: S/MIME cryptographic signature
___
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] Keyboard Shortcuts for Mark as Read and Unread?

2014-02-14 Thread G.W. Haywood

Hi there,

On Thu, 13 Feb 2014, Andre Klapper wrote:

On Tue, 2014-02-11 at 10:45 +, G.W. Haywood wrote:
 
 On Tue, 11 Feb 2014, Andre Klapper wrote:

  On Tue, 2014-02-11 at 03:07 +0400, Emre Erenoglu wrote:
   I checked the help pages to see if there's any way to mark read or unread
   using keyboard shortcuts but I could not find any.
   ...
  Hmm, looks like it is not covered in
  
https://help.gnome.org/users/evolution/stable/mail-reading-keyboard-shortcuts.html
  ...
 What do I have to do to fix that?
 ...

Assuming you refer to getting this into the user documentation: ... 
attaching the git-formatted patch to a bug report in Bugzilla:

https://bugzilla.gnome.org/enter_bug.cgi?product=Evolutioncomponent=User%20Documentationversion=3.11.x


Like this?

8--

From 3eee74708790628a037ac15faf2c6113cd55840a Mon Sep 17 00:00:00 2001

From: Ged Haywood evolut...@jubileegeoup.co.uk
Date: Thu, 13 Feb 2014 17:26:58 +
Subject: Added help on marking messages as read(unread) using CTRL-(Shift)-K.

---
 help/C/mail-reading-keyboard-shortcuts.page |6 ++
 1 file changed, 6 insertions(+)

diff --git a/help/C/mail-reading-keyboard-shortcuts.page 
b/help/C/mail-reading-keyboard-shortcuts.page
index 03d3de5..8696637 100644
--- a/help/C/mail-reading-keyboard-shortcuts.page
+++ b/help/C/mail-reading-keyboard-shortcuts.page
@@ -58,5 +58,11 @@
 /list
 /section

+section id=marking-message-read-or-unread
+titleMarking a message as read or unread/title
+pTo mark the currently saelectred message as read, press 
keyseqkeyCtrl/keykeyK/key/keyseq./p
+pTo mark the currently saelectred message as unread, press 
keyseqkeyCtrl/keykeyShift/keykeyK/key/keyseq./p
+/section
+
 /page

--
1.7.10.4
8--

--

73,
Ged.
___
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 - dismissing calendar reminder is not asynchronus

2014-02-14 Thread Emre Erenoglu
Hi,

I'm dismissing a reminder for a calendar meeting. The dismiss action takes
a few seconds. In outlook, it's instant. I guess this is something to do
with contacting the server for confirmation before the event is dismissed.

Can this be done async? Is the UI will dismiss it, then contact server in
the background.
a) things go well, event is also dismissed in the server, so far so good.
b) evolution cant' connect the server to dismiss, in this case:
   b1) keep the local state and do it once the server can be connected (ie
Outlook cached exchange mode)
   b2) just re-pop up the event

What do you think? Shall I open a bug report?

-- 
Emre
___
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] Evolution EWS and Squid proxy

2014-02-14 Thread Matthew Barnes
On Fri, 2014-02-14 at 11:45 +, David Woodhouse wrote:
 Matthew, if you're looking at proxy stuff, please make sure you keep the
 'correct' fix in mind, and you know how we get from here to there. I
 appreciate that we might want local hacks in Evolution to work around
 the fact that this still isn't working right in NetworkManager — but
 let's make sure that it's easy to move to the correct fix when it's
 possible to do so.

PacRunner is supported as an alternative to manual configuration.

Matthew Barnes

___
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] Calendar tooltips

2014-02-14 Thread Andre Klapper
On Fri, 2014-02-14 at 07:44 +, Neil Romig wrote:
 Is there a possibility to display the Location or Description appointment 
 fields in the tooltip?

Displaying the location once upon a time worked...
https://bugzilla.gnome.org/show_bug.cgi?id=542101

andre
-- 
Andre Klapper  |  ak...@gmx.net
http://blogs.gnome.org/aklapper/

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