Perl modules providing an API to the Simple Object Access Protocol bots' content='index, nofollow'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/xtet42
Commit message (Expand)AuthorAgeFilesLines
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* - Respect X11BASErafan2006-12-022-16/+21
* Update master site and maintainer email.ale2006-11-04e3a9f17de426f33118a1f380735963e4837a'>Remove this... it's not used any more.Dan Winship2001-05-156-308/+5
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-1514-138/+371
* Use secondary searches here, so that we control the interference betweenJon Trowbridge2001-05-145-73/+222
* Get rid of this - we don't need it.Jeffrey Stedfast2001-05-144-7/+8
* Updates the subject on refresh and sets subject to "Untitled Message" ifDuncan Mak2001-05-143-26/+63
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-123-1/+8
* callback to use GNOME-VFS to load http data. (on_url_requested): HandleDan Winship2001-05-126-157/+303
* add protoJP Rosevear2001-05-126-4/+39
* Set a title on the window "Reconfigure %s" where %s is the folder name.Jeffrey Stedfast2001-05-124-46/+88
* sanitize LD_ADDS and CFLAGS so the libtool lines are shorter (fixesMartha Burke2001-05-122-3/+6
* Don't allow multiple copies of this to be run at a time.Jeffrey Stedfast2001-05-123-23/+87
* Remove a snippet of debugging code I left in by mistake.Jon Trowbridge2001-05-122-8/+5
* If the cursor_uid is NULL, then we can't forward anything so just return.Jeffrey Stedfast2001-05-122-0/+12
* I'm an idiot.Jon Trowbridge2001-05-111-1/+0
* Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-119-9/+1082
* No, we don't want to include bonobo-running-context.h... justJon Trowbridge2001-05-112-1/+6
* Fix some compiler warnings by including the correct bonobo headers and byJeffrey Stedfast2001-05-113-23/+51
* Don't advance to the next undeleted message after "Delete"...Dan Winship2001-05-114-14/+37
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-109-4/+453
* Made a const char * here.Christopher James Lahey2001-05-102-1/+7
* Moved all references for the Mail.h and Bonobo stuff into the .c fileIain Holmes2001-05-093-18/+18
* Importer changesIain Holmes2001-05-0916-1421/+297
* Convert the Subject header to HTML and also make sure that the Subject,Jeffrey Stedfast2001-05-092-8/+22
* Free the UIDs if the user decides to not go through with editing all theJeffrey Stedfast2001-05-092-5/+40
* Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-081-1/+0
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-084-10/+26
* s/HAVE_NSS/HAVE_SSL for the SSL checkbox stuff.Jeffrey Stedfast2001-05-082-2/+7
* Connect to key_press_event on the GtkHTML widget. (etree_key): Only handleDan Winship2001-05-083-34/+63
* #include <camel/camel-file-utils.h>Dan Winship2001-05-045-8/+25
* Mockups of the inline send and receiving mail dialog; including one using ico...Anna Dirks2001-05-011-0/+534
* only remove event handlers if we set them up originally, to avoidDan Winship2001-04-301-4/+11
* Unhook event handlers before syncing the folder, since the folder browserDan Winship2001-04-302-1/+15
* Mojo this a bit so that "\n\n>" gets translated to "<br><blockquote>"Dan Winship2001-04-302-8/+23
* Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-285-226/+254
* No need to camel_shutdown() anymore...Jeffrey Stedfast2001-04-272-2/+2
* helps to spell right ;-)Jeffrey Stedfast2001-04-271-1/+1
* Don't filter on Seen status. (previous_msg): Same. (next_unread_msg): NewJeffrey Stedfast2001-04-273-2/+30
* Updated to use camel-file-util routines. (hide_save_1): Same.Jeffrey Stedfast2001-04-272-17/+31
* Remove UNICODE_CFLAGSDan Winship2001-04-262-2/+2
* Use <font color=...> to mark citations rather than italicizing them, whichDan Winship2001-04-262-4/+17
* Added "MessageSearch" verb.Jon Trowbridge2001-04-267-2/+339
* New foot-shooting-prevention helper function. (edit_msg_internal,Dan Winship2001-04-252-0/+36
* signature changingRadek Doulik2001-04-255-32/+36
* Added a new signal, "message_loaded" that gets emitted when the messageJeffrey Stedfast2001-04-254-13/+59
* Add accelerators to the context menu. (on_right_click): UseDan Winship2001-04-253-28/+73
* Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-243-37/+247
* Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-2411-267/+425
* Append a "/" to the result of g_get_home_dir so gets the default dir itDan Winship2001-04-242-2/+9
* ugh, don't bother checking if the header values are non-NULL - it doesn't hur...Jeffrey Stedfast2001-04-232-14/+3
* Only set the X-Evolution-* header if that value is non-NULL.Jeffrey Stedfast2001-04-233-12/+33
* Make sure we have a context before we try and use it.Jeffrey Stedfast2001-04-232-2/+10
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-228-34/+41
* Convert the result of g_get_real_name() from the locale charset to UTF8.Dan Winship2001-04-212-1/+7
* Use a CamelPgpType. (mail_config_get_pgp_type): Return a CamelPgpType.Jeffrey Stedfast2001-04-213-6/+90
* Fix a dumb thinko in my 04-11 patch.Dan Winship2001-04-212-1/+6
* Convert subject from utf8 before passing it on.Dan Winship2001-04-202-5/+18
* #if 0'd out my not-working selection codeGediminas Paulauskas2001-04-202-0/+11
* Make this more raw: don't do URLs and citations.Dan Winship2001-04-192-3/+12
* Don't need to dup the string: the relevant gnome-dialog routine alreadyDan Winship2001-04-193-1/+17
* Implemented. (resend_msg): Use is_sent_folder().Jeffrey Stedfast2001-04-192-2/+66
* more memory leaksDan Winship2001-04-182-2/+7
* Pull up fix from the branch:Ettore Perazzoli2001-04-182-1/+6
* Mark the messages as seen, not unseen. (is_drafts_folder): New function toJeffrey Stedfast2001-04-163-14/+88
* Mark the messages as seen, not unseen.Jeffrey Stedfast2001-04-162-1/+6
* Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.Jeffrey Stedfast2001-04-156-38/+72
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+3
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-147-18/+43
* Only activate the message if the cursor has moved.Christopher James Lahey2001-04-132-4/+18
* Updated this function to be a correct full ordering.Christopher James Lahey2001-04-133-72/+130
* If the service is NULL, just use the item as the key.Jeffrey Stedfast2001-04-132-3/+9
* Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use aJeffrey Stedfast2001-04-134-18/+28
* Don't printf NULLDan Winship2001-04-132-2/+5
* Don't leak memory.Dan Winship2001-04-132-1/+10
* removed openpgp-utilsJeffrey Stedfast2001-04-132-1370/+0
* Updated for changes to PGP code.Jeffrey Stedfast2001-04-137-479/+131
* Only look for special pseudo-multipart-isms (binhex, uucode, old pgp, etc)Dan Winship2001-04-122-1/+17
* mark messages as seen when opening then in a separate window.Dan Winship2001-04-122-0/+6
* Don't g_free the recipient array members here because we free them in theJeffrey Stedfast2001-04-122-8/+10
* Huh, somehow I forgot to apply the from filter when verifying signedJeffrey Stedfast2001-04-122-1/+10
* Use the homedir as the default filename.Jeffrey Stedfast2001-04-123-6/+3
* Change to the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-123-1/+10
* Save the expanded state using the ETree built in expanded state code.Christopher James Lahey2001-04-112-109/+32
* Merge from evolution-0-10 to evolution-0-10-merge-0 into head.Not Zed2001-04-059-32/+258
* Add prototype for service_changed(). Remove #includeKjartan Maraas2001-04-053-1/+7
* it seems it did not get into last commitGediminas Paulauskas2001-04-041-6/+28
* set content type to utf8. fix warning. just call on_link_clicked().Gediminas Paulauskas2001-04-043-2/+14
* Executive summary and Trash now have nice icons both in tree/folder title andGediminas Paulauskas2001-04-042-1/+5
* Add --no-tty argument to gpg.Jeffrey Stedfast2001-04-043-1/+14
* Sync the folder on activate.Dan Winship2001-04-042-0/+6
* don't check the global variable, check the onje passed in. this really doesn'...Jeffrey Stedfast2001-04-041-1/+1
* Use the same URL-transforming rules we use when hashing the password soDan Winship2001-04-042-2/+16
* Check for KMail files.Iain Holmes2001-04-032-0/+71
* Add a "provider_type" arg to MailAccountGuiService.Dan Winship2001-04-033-2/+20
* Blessed by Ettore.Gediminas Paulauskas2001-04-024-98/+49
* Register for cancellation. (mail_config_check_service): Pop up a modalDan Winship2001-03-312-3/+39
* Fix a crash when the evolution-importer-client tries to pass NULL for the fol...Iain Holmes2001-03-313-2/+9
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-313-10/+11
* If the EvolutionShellComponent emits a "debug" signal, turn onDan Winship2001-03-312-0/+15
* reset last_activeRadek Doulik2001-03-312-0/+5
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-305-11/+66
* if called with a multipart that's really a 0-part, spew an error andDan Winship2001-03-302-0/+13
* #include <camel/camel-vtrash-folder.h>Dan Winship2001-03-303-0/+7
* Ignore "funky" button clicks (like scroll wheel scrolls)Dan Winship2001-03-302-0/+11
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-30