On Wed, 2013-01-23 at 16:05 -0500, Eugene wrote: > I may try to create a simple patch, where do I find git tree access > instructions and message id code location?
I checked out the "evolution" and "evolution-data-server" modules from GNOME Git by following the instructions on https://live.gnome.org/Git/Developers . Then I ran on both: grep -r "Message-ID" . It seems that you're looking for camel_mime_message_set_message_id() in evolution-data-server/camel/camel-mime-message.c . You can take a look online here: http://git.gnome.org/browse/evolution-data-server/tree/camel/camel-mime-message.c andre -- Andre Klapper | [email protected] http://blogs.gnome.org/aklapper/ _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
