# Created by: fluffy # $FreeBSD$ PKGNAMESUFFIX= -scheduler-ram PORTREVISION= 2 COMMENT= RAM scheduler support for OpenSMTPD PLIST_FILES= libexec/opensmtpd/scheduler-ram CONFIGURE_ARGS+= --with-scheduler-ram MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes .include "${MASTERDIR}/Makefile" /www.tfcis.org/~lantw44/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Now takes a check_supported gboolean argument saying whether or not toJeffrey Stedfast2001-07-263-9/+25
* Initialize `me' to NULL. (forward_attached): If we are only forwarding aJeffrey Stedfast2001-07-262-12/+44
* Initialize `me' to NULL.Jeffrey Stedfast2001-07-263-12/+16
* Um, write the HTML signature settings in the right place. Whoops.Peter Williams2001-07-252-2/+7
* If we're the last row and we're deleting, select the previous message, notJason Leach2001-07-252-2/+14
* Pass the O_TRUNC flag to open so that we don't leave trailing garbage atJeffrey Stedfast2001-07-253-39/+48
* oops, we had a possible NULL value passed to a strcmpJeffrey Stedfast2001-07-251-1/+3
* fixed a typoJeffrey Stedfast2001-07-251-1/+1
* Fix for bug #5174.Jeffrey Stedfast2001-07-252-2/+8
* Match the prefix for the "remember_passphrase" setting with where it'sJason Leach2001-07-252-8/+15
* check_specials if this is an application/pgp type as well.Jeffrey Stedfast2001-07-252-1/+4
* When dumping the CamelURL to a string, hide all the params.Jeffrey Stedfast2001-07-252-10/+15
* Do a case-insensitive comparison. (mail_generate_reply): Only resort toJeffrey Stedfast2001-07-257-49/+86
* get_boolean_with_default for the "Mark as read" timeout, notJason Leach2001-07-252-2/+7
* Don't display "(0 unsent)" if the outbox is empty.Peter Williams2001-07-252-2/+5
* Set up the local trash in the folder cache.Peter Williams2001-07-252-0/+8
* Make the error reporting a little but more descriptive.Peter Williams2001-07-242-2/+7
* Add new label widgets with a message that SSL isn't supported.Peter Williams2001-07-245-8/+70
* Dont call notifyResult here if we've just launched a thread to do theNot Zed2001-07-242-13/+17
* Go back to calling mail_msg_free here. (mail_msg_destroy): Remove theNot Zed2001-07-243-8/+31
* Oops. Uncomment this code since Trow fixed GtkHTML to actually have thisJeffrey Stedfast2001-07-242-1/+4
* Fixed the "Read" to be Read in the glade file per menesis' request.Jeffrey Stedfast2001-07-246-5/+94
* fixed my fix to compileJeffrey Stedfast2001-07-241-2/+2
* If the source and destination folders are the same, just mark the uids asJeffrey Stedfast2001-07-242-4/+21
* Carefully check for NULL everywhere, and do the right thing if the messageJon Trowbridge2001-07-242-2/+24
* [Bug #5225: No UI way to mark as unimportant]Jason Leach2001-07-245-6/+49
* Add an extra @type arg to the xferFolder and removeFolder methods inEttore Perazzoli2001-07-232-1/+22
* Add a `user_creatable' property to folder types and make componentsEttore Perazzoli2001-07-222-3/+8
* Change this back to the "evolution:/local/Inbox" URI.Jason Leach2001-07-212-1/+6
* Don't let the user remove vtrash folders.Peter Williams2001-07-212-0/+8
* Fix DanW's fix. Pass the right arguments to mail_msg_destroy.Peter Williams2001-07-214-6/+41
* er, unbroke changelogJeffrey Stedfast2001-07-211-1/+0
* Don't expunge the source folder if we have a cache.Jeffrey Stedfast2001-07-214-11/+18
* Use mail_msg_destroy rather than mail_msg_free, so the cancellationDan Winship2001-07-212-1/+7
* Update this evolution:/local/ URI to evolution:/Local Folders/ to go alongJason Leach2001-07-202-1/+7
* Fix #4605: "Save Image as" should be "Save Image as...".Jason Leach2001-07-202-2/+7
* Set the vertical scrolling policy for the mail display to AUTOMATIC, onlyJason Leach2001-07-204-6/+18
* In camel:Peter Williams2001-07-203-13/+56
* remove something notzed didn't mean to commitDan Winship2001-07-201-1/+1
* remvoed register/start/end etc code.Not Zed2001-07-195-318/+41
* partial checkin before completing the changesNot Zed2001-07-196-127/+137
* Remove this prototype for a function that was removed long ago.Jason Leach2001-07-192-4/+6
* [Simplifying how default account is stored and used internally, fixesJason Leach2001-07-197-82/+89
* Do what was suggested in #4596.Jeffrey Stedfast2001-07-193-32/+32
* Add GTK_WIDGET to the charset picker. Reportedly prevent a craash forPeter Williams2001-07-192-1/+4
* Typo fix. Later: And actually fix the typo.Peter Williams2001-07-182-1/+2
* Typo fix.Peter Williams2001-07-182-1/+5
* Setup the auto-receive here instead.Jeffrey Stedfast2001-07-183-2/+11
* Reset the autoreceive when necessary.Iain Holmes2001-07-183-0/+8
* Fix for last change: hide the entire widget, not just the entry.Jason Leach2001-07-183-4/+10
* Fix to correctly handle text/uri-lists that contain more than a singleJeffrey Stedfast2001-07-183-53/+74
* Make the Path: entry into a GnomeFileEntry so you get a nice "Browse..."Jason Leach2001-07-182-24/+40
* Cleaned up a bit. (handle_multipart_encrypted): Replace the encrypted partJeffrey Stedfast2001-07-183-19/+26
* Make a nicer delete account dialogIain Holmes2001-07-182-6/+11
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-187-21/+28
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-172-8/+20
* Use g_strcasecmp() when looking for a Trash folder - it may be lowercaseJeffrey Stedfast2001-07-174-28/+39
* Let VTrash folders accept/export the same dnd types as normal folders.Jeffrey Stedfast2001-07-172-20/+26
* prototype outbox_folder so we can check if a folder is it.Peter Williams2001-07-172-4/+23
* Use our own display_style member instead of the global setting.Peter Williams2001-07-178-10/+44
* DUH. No need to update every folder if we set the folder browser to NULL.Peter Williams2001-07-162-5/+11
* Call mail_autoreceive_setup() so that any changes to the list of accountsJeffrey Stedfast2001-07-162-0/+9
* Merged mine and Peter's entries.Jeffrey Stedfast2001-07-142-6/+6
* Segfault prevention here if no uid is currently loaded.Peter Williams2001-07-142-6/+8
* Segfault prevention here if we lose the race withPeter Williams2001-07-142-1/+5
* New function. If a vfolder in our list gets finalized, NULL outPeter Williams2001-07-132-0/+28
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-132-0/+19
* Updated to reflect changes in the filter API by passing in the providedJeffrey Stedfast2001-07-132-45/+64
* Fix the importers if you try to import into an already existing directoryIain Holmes2001-07-132-20/+38
* Force-hide all deleted messages before expunging. (expunged_folder):Jeffrey Stedfast2001-07-132-25/+50
* Only blank the mail display if the message being viewed is one of those toJason Leach2001-07-132-1/+14
* Should be saving the 'identity_html_signature' andJason Leach2001-07-132-2/+9
* no longer need to set a my address propertyJP Rosevear2001-07-122-17/+15
* Set the CLIPBOARD selection as well as the primary selection so thatFederico Mena Quintero2001-07-112-3/+30
* [Bug #4305: Make the automatic mark-as-read timer optional]Jason Leach2001-07-117-14/+63
* OopsJP Rosevear2001-07-111-1/+2
* Cosmetic patch - replace our defines with the e-popup onesJP Rosevear2001-07-111-0/+2
* TypoJP Rosevear2001-07-113-10/+11
* Took the logic of whether or not to make the attachment header out of thePeter Williams2001-07-114-22/+108
* extra dist the news filesJP Rosevear2001-07-112-1/+12
* Use bonobo_config_set_string_wrapper. (mail_config_write): Same.Jeffrey Stedfast2001-07-112-61/+42
* Make sure that the reply-to addr i non-NULL before trying to add it to theJeffrey Stedfast2001-07-112-5/+11
* fix typo so it compilesJP Rosevear2001-07-102-1/+5
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-102-24/+24
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-106-93/+207
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-103-6/+12
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-107-67/+136
* Check for an exception and print it. Call done anyway.Peter Williams2001-07-102-1/+14
* Some NULL protection for our strings: pgp_key, html_signature, smime_key.Peter Williams2001-07-103-4/+25
* g_strdup the result of g_get_home_dir since this variable will get free'dDan Winship2001-07-102-1/+4
* Use gnome_vfs_mime_get_short_list_applications rather thanDan Winship2001-07-104-38/+83
* Change html_signature stuff over to bonobo-config -- someone forgot to doPeter Williams2001-07-102-4/+8
* Gave up and got rid of dm. Just replaced it with d(g_message()) and setPeter Williams2001-07-092-39/+48
* Deleted (as opposed to #if 0) (get_folder_info): Changed to assume it hasPeter Williams2001-07-092-53/+42
* Check for new_uid != NULL here before strcmping.Christopher James Lahey2001-07-082-1/+6
* Only install the segv_redirect handler if SEGV's handler is not currentlyDan Winship2001-07-072-7/+16
* Made this handle being given a row that's outside the range better.Christopher James Lahey2001-07-072-4/+14
* Removed old CVS conflict marker.Jon Trowbridge2001-07-071-1/+0
* [Fix bug #1100, default account is stored strangely]Jason Leach2001-07-072-17/+50
* add a NULL check since that is a valid return.Larry Ewing2001-07-072-1/+10
* Prevent infinite recursion when viewing attachments that we can't /Peter Williams2001-07-072-5/+20
* Freeze and Thaw the folder.Jeffrey Stedfast2001-07-073-7/+13
* Mark the messages as Seen also. (folder_browser_class_init): Create anJeffrey Stedfast2001-07-074-149/+220
* Don't free the psd here -- it will be freed on the "destroy" signal.Peter Williams2001-07-074-8/+18
* Select the very next message after deleting, not the next undeleted (itJason Leach2001-07-07