#!/bin/sh # Run this to generate all the initial makefiles, etc. #!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="Evolution" (test -f $srcdir/configure.in \ && test -f $srcdir/ChangeLog \ && test -d $srcdir/shell) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level $PKG_NAME directory" exit 1 } which gnome-autogen.sh || { echo "You need to install gnome-common from the GNOME CVS" exit 1 } USE_GNOME2_MACROS=1 . gnome-autogen.sh ink rel='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* And thus completes the fixes for bug #52766.Jeffrey Stedfast2004-01-293-28/+30
* ** See bug #53179Not Zed2004-01-284-18/+49
* ref folder from mail_component_get_folder.Not Zed2004-01-283-1/+11
* Removed unneeded debug printfs.Jeffrey Stedfast2004-01-283-15/+10
* Use gtk_tree_view_get_dest_row_at_pos() instead ofJeffrey Stedfast2004-01-283-8/+13
* Copy the imap cache into the right place. Duh.Jeffrey Stedfast2004-01-282-1/+6
* ** See bug #53084 and others.Not Zed2004-01-2717-309/+413
* fix the parent-finding logic.Not Zed2004-01-274-46/+31
* Fixes for bug #53251.Jeffrey Stedfast2004-01-273-9/+63
* Set priv->drag_row.Jeffrey Stedfast2004-01-273-8/+38
* Update default mailboxAaron Weber2004-01-272-4/+461
* removed some debugging printfsJeffrey Stedfast2004-01-271-4/+1
* Use FOLDER_INFO_FAST bitflag here, since we don't care about unread countsJeffrey Stedfast2004-01-272-3/+11
* translate DEMAND to INCOMING to get the right rulesRadek Doulik2004-01-273-1/+13
* Updated some .cvsignore files.Christian Neumair2004-01-261-0/+2
* Cast the name entry to a GtkWidget to avoid a compiler warning Grab focusRodney Dawes2004-01-253-1/+11
* Removed the drag & drop interfaces, apparently these aren't good enoughJeffrey Stedfast2004-01-244-528/+693
* remove a typo from the beginning of this fileDan Winship2004-01-241-1/+1
* add the control id to the factory.Larry Ewing2004-01-242-2/+9
* Handle where the file: url is roken (ie, points to a location out of theJeffrey Stedfast2004-01-242-1/+13
* Set the mnemonic widget for "Folder _name:"Rodney Dawes2004-01-242-0/+7
* use mail_session_get_sa_daemon_portRadek Doulik2004-01-249-8/+262
* Oops, when calling spamassassin rather than spamc, we need to invokeJeffrey Stedfast2004-01-232-6/+15
* Fixes bug #53175.Jeffrey Stedfast2004-01-232-196/+196
* See bug #53051 + + * em-subscribe-editor.c (subscribe_set_store): fix typoGary Ekker2004-01-232-1/+7
* uncomment system wide spamd testRadek Doulik2004-01-222-11/+28
* Migrate the ETree expanded state files as well as the GalView files.Jeffrey Stedfast2004-01-223-42/+283
* use camel_mkdir(0777) rather than 0777 & st.st_mode which isn't setNot Zed2004-01-212-19/+46
* ** See bug #53159.Not Zed2004-01-214-17/+36
* oopsJeffrey Stedfast2004-01-211-1/+1
* New function to migrate the imap cache. (em_migrate_1_4): Migrate the IMAPJeffrey Stedfast2004-01-212-0/+12
* fixed a type-o that omehow made it in between building and committingJeffrey Stedfast2004-01-211-2/+1
* New function to migrate the imap cache. (em_migrate_1_4): Migrate the IMAPJeffrey Stedfast2004-01-212-3/+82
* Changed the logic of the visibility of the passwd text so that we hid etheJeffrey Stedfast2004-01-212-1/+7
* ** See Bug #52817.Not Zed2004-01-202-13/+23
* Make displayed_uid public.Not Zed2004-01-208-17/+63
* ** See bug #52885.Not Zed2004-01-202-6/+26
* ** See bug #53028.Not Zed2004-01-202-1/+10
* ** See bug #52990.Not Zed2004-01-203-3/+8
* ** See bug #52989.Not Zed2004-01-202-6/+21
* pasted bug #Radek Doulik2004-01-201-0/+2
* path to gtkhtml's rc file (config_write_style): use MAIL_CONFIG_RC_DIRRadek Doulik2004-01-202-2/+9
* removed this like i asked radek to ages ago, just call the parentNot Zed2004-01-196-34/+131
* get the toplevel widget here too, similar to bug 52161.Not Zed2004-01-193-7/+25
* if we can't open the pop3 cache dir, because it doesn't exist, it is notNot Zed2004-01-194-119/+100
* properly decode the mailto url rather than treating it as a simple string.Not Zed2004-01-193-6/+34
* pass in an exception to useJP Rosevear2004-01-172-1/+6
* removed evolution-mbox-upgrade.c from the buildJeffrey Stedfast2004-01-172-429/+0
* Dump a struct _camel_header_address to an html string.Jeffrey Stedfast2004-01-172-4/+57
* s/g_fre/g_free/Jeffrey Stedfast2004-01-173-17/+23
* updatedJeffrey Stedfast2004-01-171-1/+1
* fixed changelogJeffrey Stedfast2004-01-171-1/+3
* Oops, still need to stat() the src file so we can report what percentageJeffrey Stedfast2004-01-172-1/+7
* Move 'message_list->folder = folder;' out of the uri compare if-block andJeffrey Stedfast2004-01-162-12/+17
* cvsignoreJeffrey Stedfast2004-01-162-0/+4
* change this to check the store using the provider url_cmp and just lookupNot Zed2004-01-165-25/+103
* Startup files/folders.Not Zed2004-01-167-17/+113
* oopsJeffrey Stedfast2004-01-161-1/+1
* fixed a type-oJeffrey Stedfast2004-01-161-1/+1
* Make vfolder_store 'global'.Jeffrey Stedfast2004-01-163-5/+39
* Fixes bug #52888Jeffrey Stedfast2004-01-162-2/+52
* Make the model sorted. Fixes bug #52888.Jeffrey Stedfast2004-01-162-9/+39
* oops, add major, minor, revision args to g_warningJeffrey Stedfast2004-01-161-4/+6
* Don't select the first unread mesg in the case where no mesg wasJeffrey Stedfast2004-01-162-1/+7
* Only abort the copy if the dest folder both exists and contains data.Jeffrey Stedfast2004-01-162-2/+11
* Only abort the copy if the dest folder both exists and contains data.Jeffrey Stedfast2004-01-162-1/+8
* removed ForgetPasswords verb. (emfb_forget_passwords): removed.Rodrigo Moya2004-01-162-8/+5
* ** See bug #52891.Not Zed2004-01-152-2/+9
* ** See bug #52878.Not Zed2004-01-152-3/+23
* ** See bugs #51609 and #43515.Not Zed2004-01-156-3/+102
* Add a description for /apps/evolution/mail/junk/sa/local_only.Jeremy Katz2004-01-152-0/+11
* Split out the remapping code into e-util/e-bconf-map.[c,h] to be sharedJeffrey Stedfast2004-01-152-529/+140
* ** See bug 51660.Not Zed2004-01-1413-90/+329
* Pass the parent window, fixing a crasher. Bug #52161.Ross Burton2004-01-141-2/+2
* s/<= 0/== 0/Jeffrey Stedfast2004-01-141-1/+1
* Handle upgrading from 1.0.x and 1.2.x (code basically moved verbatim fromJeffrey Stedfast2004-01-144-159/+1485
* support for posting both to mail and to (multiple) foldersMeilof Veeningen2004-01-1313-107/+534
* use mail_session_get_sa_use_daemonRadek Doulik2004-01-132-1/+4
* added SA prefs (mail_session_get_sa_local_only): new helper methodRadek Doulik2004-01-138-79/+182
* fix up the controls factory location.Larry Ewing2004-01-133-15/+104
* Don't O_TRUNC the dest file, instead use O_EXC and don't do anything ifJeffrey Stedfast2004-01-122-1/+8
* ** See bug 52737.Not Zed2004-01-122-1/+8
* add total + unread counts to properties page.Not Zed2004-01-121-6/+34
* ** See bug 52696.Not Zed2004-01-092-2/+12
* add total + unread counts to properties page.Not Zed2004-01-093-2/+11
* bugfixesMichael Zucci2004-01-091-0/+19
* keep the windows charset filter around until we're done since if we set itNot Zed2004-01-094-8/+25
* ** See bug #50786Not Zed2004-01-084-2/+22
* s/addressbook/address bookAaron Weber2004-01-081-1/+1
* Don't migrate stuff here anymore.Jeffrey Stedfast2004-01-084-57/+164
* Removed. (efh_format_header): Handle address formatting a littleJeffrey Stedfast2004-01-082-90/+118
* as belowRadek Doulik2004-01-073-2/+9
* Emit a hover-url signal when the user mouses over a URL, ...ERDI Gergo2004-01-076-0/+123
* Protect against a NULL message-info. Afaik, this can only happen if theJeffrey Stedfast2004-01-062-3/+11
* Clone the CamelRenameInfo and ref the store before emitting the asyncJeffrey Stedfast2004-01-062-47/+95
* add NULL at the end of argv for execvp (poited out by Frank Solensky,Radek Doulik2004-01-062-11/+23
* Check that the folder isn't NULL (ie. no folder is selected). Fixes bugJeffrey Stedfast2004-01-063-1/+16
* Set the send/recv dialog to non-modal. Fixes bug #50127.Jeffrey Stedfast2004-01-06