/biology/grappa/

gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* oopsJeffrey Stedfast2001-05-261-1/+2
* Disable Resend on non-Sent folder FolderBrowsers. Thanks to Wayne DavisJeffrey Stedfast2001-05-262-4/+12
* This code should be correct now. Still waiting on the shell to do it's jobJeffrey Stedfast2001-05-262-13/+15
* g_strdup the uid into the ml->cursor_uid.Jeffrey Stedfast2001-05-254-6/+20
* If the message data is online, sniff the data for a MIME type first, andDan Winship2001-05-252-27/+50
* Only write the message up to (but not including) the attached signatureJeffrey Stedfast2001-05-252-2/+11
* Don't free the folder-info here, instead have mail_append_mail() call ourJeffrey Stedfast2001-05-243-11/+22
* Make the message-list respect the "hide deleted messages" setting. FixesJeffrey Stedfast2001-05-242-10/+14
* New function that the shell component calls to copy/move a folder.Jeffrey Stedfast2001-05-244-4/+166
* New async function to remove a folder. God knows if it does what theJeffrey Stedfast2001-05-244-11/+201
* Save the message-display style. (config_read): Read the message-displayJeffrey Stedfast2001-05-233-3/+23
* If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to checkDan Winship2001-05-233-9/+46
* Use MAILER_CFLAGS and MAILER_LIBS.Jeffrey Stedfast2001-05-233-7/+5
* Instead of calling message_list_select_uid() here, instead connect to theJeffrey Stedfast2001-05-234-9/+47
* Mark a string for translation.Kjartan Maraas2001-05-222-2/+6
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-182-0/+7
* mark Outbox messages as read.Dan Winship2001-05-182-1/+10
* New convenience function for all signature verification functions to useJeffrey Stedfast2001-05-182-63/+63
* add new icons from jimmacDan Winship2001-05-182-0/+11
* add E_TEXT_TO_HTML_ESCAPE_8BIT to the flagsDan Winship2001-05-172-1/+6
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-178-150/+140
* Removed (this now exists in camel/camel-smime.c).Jeffrey Stedfast2001-05-173-100/+162
* Deal with full-header mode in addition to source modeDan Winship2001-05-173-36/+100
* Load http images if the user has force-loaded images too.Dan Winship2001-05-1610-46/+113
* Update for changes in evolution-mail.xml (many commands were renamed toDan Winship2001-05-162-85/+73
* Put frame around dialog vbox, put mail subject in that frame's label.Jon Trowbridge2001-05-153-52/+74
* set the dialog's window_icon to jimmac's new find_message.xpm.Duncan Mak2001-05-152-1/+9
* Fix the importer linklineIain Holmes2001-05-152-0/+6
* 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-04