/misc/fortune-mod-the-godfather/

s='form'>
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Update the code to actually work. (sig_new_html): Same.Jeffrey Stedfast2002-05-023-14/+21
* Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-022-1/+3
* Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-022-9/+16
* Also check folder!=NULL. Fixes race where folder isn't setup yet, andNot Zed2002-05-013-2/+8
* If the folder's permanent_flags don't include CAMEL_MESSAGE_DELETED, don'tDan Winship2002-05-012-0/+8
* Convert UTF-8 to gtkstrings since we are using a clist and not an E-widgetJeffrey Stedfast2002-04-303-12/+43
* Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-302-12/+29
* Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-302-1/+8
* clean up propmanager initialization code.Larry Ewing2002-04-293-32/+26
* handle requests for the font manager control.Larry Ewing2002-04-2910-430/+688
* use the html reply logic even for plain parts so that we can test out theLarry Ewing2002-04-292-2/+8
* add const to silence warning.Larry Ewing2002-04-293-1/+17
* Don't link with libibex anymore, it's been deprecated.Jeffrey Stedfast2002-04-272-1/+3
* Do away with the goto-next-folder stuff, it's very annoying.Jeffrey Stedfast2002-04-272-0/+5
* After building the extra config options into a Gtk form, auto-detect anyJeffrey Stedfast2002-04-274-6/+123
* Add the font config dialog.Larry Ewing2002-04-262-0/+193
* Allow providers to override text entry boxes too. (source_type_changed):Jeffrey Stedfast2002-04-252-31/+57
* Update to use E_POPUP_MENU_PIXMAP_WIDGET_ITEM_CC so that our callback getsJeffrey Stedfast2002-04-252-6/+11
* Set the default Username label and handle the newJeffrey Stedfast2002-04-252-6/+28
* Added back the checkmark icon for enabled accounts.Jeffrey Stedfast2002-04-243-7/+34
* Plug-in Anna's html for the flag-for-followup stuff. Finishes up bug #90.Jeffrey Stedfast2002-04-232-15/+34
* Free the loading/pending/new/loaded_uid string buffers.Jeffrey Stedfast2002-04-202-2/+10
* Free some temporary path buffers.Jeffrey Stedfast2002-04-202-8/+13
* Ref the html object here, this is an async handler so it's possible forJeffrey Stedfast2002-04-202-1/+22
* Added yet more accelerators for the new config dialog--this time for theAnna Marie Dirks2002-04-202-13/+22
* would help if I didn't name 2 widgets the same for the colour tab in the pref...Jeffrey Stedfast2002-04-201-2/+2
* Added a bunch of accelerators for the new config dialogAnna Marie Dirks2002-04-202-109/+125
* Removed all Delivered-To headers before redirecting. Fixes bug #23635.Jeffrey Stedfast2002-04-192-0/+11
* use default paper name in case of wrong translationRadek Doulik2002-04-192-1/+10
* Turn off the code which downloads the part if we can't identify it. SeeNot Zed2002-04-182-0/+10
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-183-54/+52
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-182-9/+0
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-183-16/+57
* Just use g_basename. (mlf_finalize): Free the real_path.Jeffrey Stedfast2002-04-183-6/+14
* Free the format string.Jeffrey Stedfast2002-04-174-2/+15
* Ref the prefs widget here since we unref in the destroy callback. CaughtJeffrey Stedfast2002-04-173-5/+14
* s/ENABLE_NEWS/ENABLE_NNTPJeffrey Stedfast2002-04-141-1/+1
* compile fixesJeffrey Stedfast2002-04-143-19/+19
* Build fixes for --enable-nntp.Jeffrey Stedfast2002-04-142-4/+9
* Updated French translation.Christophe Merlet2002-04-132-1/+5
* added a #include to fix a compile warningJeffrey Stedfast2002-04-131-0/+2
* Make it so that unchecking the "Enable Advanced Options" in the signatureJeffrey Stedfast2002-04-133-1/+27
* Setup News preferences too if it is enabled.Jeffrey Stedfast2002-04-135-1794/+262
* Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-128-127/+380
* s/Sent/Date. This fixes bug #11159.Jeffrey Stedfast2002-04-112-1/+5
* Set the 'No' button as the default.Jeffrey Stedfast2002-04-112-0/+8
* Oops, put x_mailer_display_style in /Mail/Display, not /Mail/FormatDan Winship2002-04-111-2/+2
* Handle the X-Mailer display style. (There is currently no GUI forDan Winship2002-04-114-13/+102
* removed an extra printfJeffrey Stedfast2002-04-101-1/+0
* Kludge around the brokeness that is GtkOptionMenu just like we kludgeJeffrey Stedfast2002-04-102-76/+87
* Add view_info arg, but don't do anything with it.Dan Winship2002-04-092-0/+6
* Argh! get_folder_info owns and frees its *OWN* folder info, it shouldn'tNot Zed2002-04-092-2/+7
* oops, I forgot to update the ChangeLog to be accurate for my last commitJeffrey Stedfast2002-04-091-4/+3
* Since bonobo doesn't seem to O_TRUNC the file stream before writing to it,Jeffrey Stedfast2002-04-092-26/+49
* Re-added the config wizard interfaces. Ettore accidently removed themJeffrey Stedfast2002-04-094-47/+38
* add config_item:typeJP Rosevear2002-04-072-1/+9
* Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons.Dan Winship2002-04-059-170/+122
* Set the window title/icon here instead.Jeffrey Stedfast2002-04-0410-88/+210
* Changes to allow combined store/transport providers (like exchange andDan Winship2002-04-043-15/+94
* Pass the UID of the message being edited to the save-draft signal handler.Jeffrey Stedfast2002-04-032-9/+36
* Removed an unused pixmap from Tools/Settings to avoid a big nasty bonoboJeffrey Stedfast2002-04-022-1/+3
* Re-Implemented the signature editor stuff (mostly just copy/paste fromJeffrey Stedfast2002-04-027-46/+479
* Use -avoid-version -module. (From Max Horn <max@quendi.de>)Dan Winship2002-04-022-2/+8
* Don't shift the r, g and b values here either.Jeffrey Stedfast2002-03-303-6/+18
* Restore the labels & colours options from the grave.Jeffrey Stedfast2002-03-304-3/+350
* Added priorities for all the configuration pagesEttore Perazzoli2002-03-302-0/+11
* Same here.Jeffrey Stedfast2002-03-303-8/+46
* Cleaned up a bunch [removing duplicates ;-)], set up icons for all theEttore Perazzoli2002-03-302-89/+8
* (account_cursor_change): Make sure that event is non-NULL here.Jeffrey Stedfast2002-03-292-2/+3
* Use a GtkCList instead of an ETable, for some reason the etable wasJeffrey Stedfast2002-03-294-35/+183
* Use gtk_container_add() to put the toplevel in the parent widget, insteadEttore Perazzoli2002-03-283-5/+4
* Use gtk_container_add() to put the toplevel in the parent widget, insteadEttore Perazzoli2002-03-282-2/+12
* Updated to respect the new mail-config options for default reply styleJeffrey Stedfast2002-03-282-1/+21
* unset GTK_CAN_FOCUS on the button so that it can't grab focus when youDan Winship2002-03-282-0/+9
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-2724-1599/+3629
* Changed to get the address from the messageinfo of the current selectedNot Zed2002-03-266-79/+219
* New version from anna, with fixed widget names.Not Zed2002-03-262-165/+214
* Move the ComponentActionsPlaceholder into the Actions menu, instead of theEttore Perazzoli2002-03-216-43/+51
* Add accelerators for "Find Now" and "Clear".Ettore Perazzoli2002-03-212-2/+10
* add missing NULL closure data to popup menu initialization.Larry Ewing2002-03-202-4/+9
* more fixes for libversit.la -> libversit.aDan Winship2002-03-202-1/+5
* Report a message before entering bonobo_main() to simplify debugging.Ettore Perazzoli2002-03-192-0/+7
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-192-1/+4
* Draw colour rectangles for each of the colour items and set a closure onJeffrey Stedfast2002-03-164-15/+108
* New callback to set a colour on a message.Jeffrey Stedfast2002-03-1612-78/+667
* expand the relative urls of the object at the point so that relativeLarry Ewing2002-03-163-3/+17
* Commit ChangeLog.Ettore Perazzoli2002-03-161-1/+0
* [Start implementing the new Search Bar design.]Ettore Perazzoli2002-03-162-0/+10
* Remove "mailstorage", since it's not needed any more. (storage_activate):Dan Winship2002-03-153-44/+47
* create new signature file (delete_unused_signature_file): be more carefulRadek Doulik2002-03-152-3/+21
* Implemented.Jeffrey Stedfast2002-03-156-2/+57
* Set a default size of the window, so we don't get this itty-bitty windowJeffrey Stedfast2002-03-142-0/+34
* Handle digest: urls.Jeffrey Stedfast2002-03-133-5/+64
* Set the folder on a folder-browser object.Jeffrey Stedfast2002-03-138-5/+270
* removed forgotten FIXMERadek Doulik2002-03-131-2/+0
* truncate stream before savingRadek Doulik2002-03-092-2/+6
* new functionRadek Doulik2002-03-095-3/+54
* Rewrite this to not use stpcpy, which isn't portable.Dan Winship2002-03-092-5/+11
* handle name changed event (sig_load_preview): don't run script before eachRadek Doulik2002-03-093-6/+57
* Re-focus the account name entry widget. (identity_prepare): If a name isJeffrey Stedfast2002-03-083-15/+73
* make edit button sensitive after new signature is created (sig_new_text):Radek Doulik2002-03-082-0/+8
* notify accounts dialog about signature content changeRadek Doulik2002-03-087-23/+60
* Made all the acclerators in the context menu on a message work. (There areAnna Marie Dirks2002-03-082-14/+19
* Don't use an uninitialized 'id'.Jeffrey Stedfast2002-03-082-4/+7
* set initial focus to editor (do_exit): use hasUndo to avoid questionRadek Doulik2002-03-082-4/+22
* Update for storage changes: explicitly create a root folder.Dan Winship2002-03-085-14/+31
* merge new signature handlingRadek Doulik2002-03-0716-425/+2288
* Don't try to set pixmap for /Toolbar/MailCompose, since it doesn't existDan Winship2002-03-062-1/+5
* "use_ssl" can now be 3 options, modify the code to handle this.Jeffrey Stedfast2002-03-064-46/+184
* Pull up assertion change from evolution-1-0-branch to allow externalDan Winship2002-03-062-1/+6
* If the clicked column was column 0, enable/disable it. (mail_select):Jeffrey Stedfast2002-03-052-7/+21
* Added more debugging code to help figure out why a certain image isn'tJeffrey Stedfast2002-03-053-6/+17
* Connect to the focus-in/out events on the message-list so that we canJeffrey Stedfast2002-03-056-7/+78
* Set X-Mailer to say "Ximian Evolution", not just "Evolution".Ettore Perazzoli2002-03-052-1/+8
* Forward all selected messages. Fixes bug #21190.Jeffrey Stedfast2002-03-022-7/+18
* Get the Content-Base if the header exists and use gtk_html_set_base to setJeffrey Stedfast2002-02-274-44/+33
* If a related part is requested, remove it from the related undisplayedNot Zed2002-02-265-6/+49
* rename folder_browser_search_query_changed to this.Chris Toshok2002-02-252-2/+12
* Removed, this wasn't working as intended and seemed to break otherJeffrey Stedfast2002-02-233-32/+6
* Add an icon for the "New message" user creatable item.Ettore Perazzoli2002-02-222-2/+11
* Connect to our own message_list_built signal. Focus the list and selectJeffrey Stedfast2002-02-222-3/+35
* Gave the editor window a title and an icon.Anna Marie Dirks2002-02-212-0/+13
* Changed the policy for table2 so that it does not expand/fill. This wasAnna Marie Dirks2002-02-212-2/+10
* Prompt the user to find out if he/she wants to go to the next folder withJeffrey Stedfast2002-02-207-15/+241
* Ack, strip off the leading '/' char and also only translate if it is aJeffrey Stedfast2002-02-162-2/+2
* Ack, strip off the leading '/' char and also only translate if it is aJeffrey Stedfast2002-02-162-2/+7
* Ack, strip off the leading '/' char.Jeffrey Stedfast2002-02-162-1/+4
* Don't display a down-arrow if the attachment is undisplayable. Fixes bugJeffrey Stedfast2002-02-162-4/+10
* Don't display a down-arrow if the attachment is undisplayable. Fixes bugJeffrey Stedfast2002-02-162-7/+12
* Replacement for using g_basename and also translates the basename stringJeffrey Stedfast2002-02-152-3/+21
* Default the from-account to the source account. If that fails, then guessJeffrey Stedfast2002-02-153-14/+20
* oops, Ximian is spelled Ximian, not Ximain. :-)Jeffrey Stedfast2002-02-157