MD5 (metakit-2.4.9.3.tar.gz) = 89a25775fee5db536937f36deb5223f6 SHA256 (metakit-2.4.9.3.tar.gz) = 4d6c46289b1f1dea4e8bbc78332901491bde0c552727c27431ca9cb0234658da SIZE (metakit-2.4.9.3.tar.gz) = 894808 l?h=guikachu-1_1_98' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagguikachu-1_1_98nobody2002-03-1096-66720/+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-7/+7
* added a kludge around a Nautilus bug that calls drag_data_get multiple times ...Jeffrey Stedfast2002-02-141-1/+8
* Implement. (drag_data_delete_cb): Implement. (do_attachment_header): SetupJeffrey Stedfast2002-02-143-22/+111
* Set the followup icon to use the new flag icon rather than the exclamationJeffrey Stedfast2002-02-148-24/+124
* Fixed a bug.Jeffrey Stedfast2002-02-136-14/+39
* No longer need to call e_msg_composer_show_sig_file(). This gets handledJeffrey Stedfast2002-02-132-2/+10
* Show the signature.Jeffrey Stedfast2002-02-132-0/+5
* Get followup-up message-list values. Also highlight the message in red ifJeffrey Stedfast2002-02-126-107/+219
* added entries for latest changesRadek Doulik2002-02-121-0/+9
* use reset undo in editorRadek Doulik2002-02-121-0/+7
* Implemented. (on_right_click): Do better enabling/hiding of unwantedJeffrey Stedfast2002-02-123-15/+39
* Set the correct drop-down menu item. (message_tag_followup_encode): ReturnJeffrey Stedfast2002-02-103-4/+34
* New flag-for-followup tag editor dialog.Jeffrey Stedfast2002-02-098-11/+892
* Base class for a message tag editor.Jeffrey Stedfast2002-02-097-19/+304
* removed more needs-reply cruftJeffrey Stedfast2002-02-081-6/+0
* call set_body later to allow ignored words to be sent to gtkhtml controlRadek Doulik2002-02-082-22/+27
* remove "New" from user creatable menu itemJP Rosevear2002-02-082-1/+6
* Bumped the required version of gal.Christopher James Lahey2002-02-0711-188/+195
* Rearranged the #if checks so that we don't ever try to access any smimeJeffrey Stedfast2002-02-072-3/+12
* Removed references to NEEDS_REPLY.Jeffrey Stedfast2002-02-076-68/+12
* Look for DOCTYPE XML comments too to decide if the message content isJeffrey Stedfast2002-02-073-2/+7
* Dont double-free the text body data.Not Zed2002-02-062-4/+5
* Add attachments after we've seen if the composer object is valid.Not Zed2002-02-043-18/+32
* Destroy the S/MIME frame if not available, instead of just graying it out.Ettore Perazzoli2002-02-032-1/+8
* Some touchups from me and Anna.Ettore Perazzoli2002-02-032-189/+177
* Don't bother setting the auto-cc/bcc recipients here. I'm moving the codeJeffrey Stedfast2002-02-022-25/+7
* ignore spell checking of words in addresses, move set_body_text after allRadek Doulik2002-02-013-6/+37
* Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-316-14/+28
* print quoted text in italicRadek Doulik2002-01-312-6/+10
* re-enable popup menu. (populate_folder_context_menu): If we're on aNot Zed2002-01-302-8/+31
* Changed the function signature so that we can pass in whom we want toDave West2002-01-302-6/+27
* Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-302-3/+8
* Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-302-3/+12
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-306-4/+143
* (footer_info_free): unref footer fontRadek Doulik2002-01-302-1/+10
* (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-30