Re: [Evolution-hackers] Rethinking account management

2011-01-18 Thread Kip Warner
On Tue, 2011-01-18 at 14:32 -0500, Matthew Barnes wrote:
 Now I'll let you in on my master plan:

Nice work Matt.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Lost Mail Filters

2010-12-02 Thread Kip Warner
Hey everyone,

After I upgraded from 2.30 to 2.32.1, I lost all of my mail filters. I
can dig them up from an old backup, but I need to know where to look. 

What file or files do I need to transfers, and to where? I am now
running 2.32.1 under Ubuntu Maverick.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com




signature.asc
Description: This is a digitally signed message part
___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Remove duplicate

2009-10-14 Thread Kip Warner
On Thu, 2009-10-15 at 04:25 +0530, ritz wrote:
 Hi
 
   wrt http://bugzilla.gnome.org/show_bug.cgi?id=587011 , I have
 written
 a patch ( attached ) . I am not sure, where to stick the menu option
 ( above Expuge ? ), and believe that the plugin should select and mark
 the message as deleted. Is there any good reason to not do so ?
 
 
 -- 
 Ritesh Khadgaray

This looks great and will definitely help me clear the crud out of my
IMAP folders. Hopefully this will eventually get merged mainline.

-- 
Kip Warner -- Software Developer
President  CEO Kshatra Corp.
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


[Evolution-hackers] Programmatically Invoking Contact Editor

2009-08-13 Thread Kip Warner
Greetings,

I have a pointer to an EContact in an application I am working on and
I'd like to progmatically invoke the contact editor GUI in Evolution
with this EContact loaded in it.

Can this be done, and if so, what steps are required? I took a look at
the Evolution API reference and I could find a lot on the EDS aspect,
but nothing on interacting with the GUI itself.

Thanks.

-- 
Kip Warner -- Software Developer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Programmatically Invoking Contact Editor

2009-08-13 Thread Kip Warner
On Thu, 2009-08-13 at 14:24 -0400, Matthew Barnes wrote:
 
 In theory you should be able to pass the EContact's URI as a
 command-line option to Evolution to invoke the editor, but I'm not
 certain if this works at the moment.
 
 Looking at the code that handles the URI, it seems to expect a
 contact:// scheme and source-uid and contact-uid parameters, but I
 don't have an example handy.  Hopefully the EContact's URI gives you
 something close to that form.  You'll have to play around with it.
 
 Matthew Barnes

Thanks Matt. I've found the contact-uid by querying the EContact pointer
via e_contact_get_const(contact, E_CONTACT_UID), but I can't seem to
find the source-uid anywhere.

-- 
Kip Warner -- Software Developer
President  CEO Kshatra Corp.
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-04 Thread Kip Warner
On Thu, 2009-06-04 at 09:42 +0200, Julien wrote:
 Yes you're right ! I already take this solution with maildrop/php/sh
 scripts !
 
 Regards,
 Julien

=)

-- 
Kip Warner -- Software Developer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Plugin to move message to the corresponding folder according to the date of the message

2009-06-03 Thread Kip Warner
On Wed, 2009-06-03 at 11:15 +0200, Julien wrote:
 Hello, 
 
 I want to sort mail and put them in a hierarchy of directory. One
 directory per year, then one sub-directory for each mounth and one
 sub-directory per day. 
 
 I'm searching for a evolution plugin that can move selected messages
 to
 the right place. Is anyone have a moving plugin example ? 
 
 How can I start my plugin ? How can I access to the date of the
 message ?
 
 Thanks
 Julien
 

A simple solution that doesn't involve writing a plugin is a simple
procmail recipe on the IMAP server side that does this for you. Should
not be too difficult.

-- 
Kip Warner -- Software Developer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
Evolution-hackers mailing list
Evolution-hackers@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-hackers