| Commit message (Expand) | Author | Age | Files | Lines |
| * | Moved various things from e-util to libedataserver. | Not Zed | 2004-12-03 | 1 | -1/+1 |
| * | add mnemonic for buttons. add atk name for the popup button. add access | Mengjie Yu | 2004-12-01 | 1 | -0/+6 |
| * | get image widget directly from icon factory | JP Rosevear | 2004-11-26 | 1 | -5/+1 |
| * | added hook docs, and cleaned up some of the hook point names. | Not Zed | 2004-10-28 | 1 | -1/+9 |
| * | convert to org.gnome hook names | JP Rosevear | 2004-10-20 | 1 | -1/+1 |
| * | use builtin handlers (and plugins) always overriding bonobo ones. | Not Zed | 2004-10-12 | 1 | -11/+9 |
| * | put back in the attachment attaching code. Doesn't work for s/mime and | Not Zed | 2004-10-07 | 1 | -1/+1 |
| * | ** See bug #65058. | Not Zed | 2004-09-22 | 1 | -1/+1 |
| * | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -20/+27 |
| * | Fix for bug #62812 | Jeffrey Stedfast | 2004-08-23 | 1 | -1/+3 |
| * | minor typo, uppercase 'the' corrected. | Karsten Bräckelmann | 2004-08-07 | 1 | -2/+8 |
| * | only call expunge if the folder is set. (emfb_enable_map[]): only enable | Not Zed | 2004-07-10 | 1 | -33/+2 |
| * | ** See #54030. | Not Zed | 2004-06-23 | 1 | -4/+1 |
| * | use mail dialogs.glade. | Not Zed | 2004-06-18 | 1 | -2/+2 |
| * | make this match the efhd stuff. | Not Zed | 2004-05-19 | 1 | -4/+6 |
| * | Same. Also changed the "Valid signature, cannot verify sender" string to | Jeffrey Stedfast | 2004-05-15 | 1 | -4/+8 |
| * | re-enabled the reply to selection stuff. I worked out how to make it work; | Not Zed | 2004-05-13 | 1 | -10/+9 |
| * | Same. | Jeffrey Stedfast | 2004-04-20 | 1 | -3/+3 |
| * | Removed variables that got re-added with the icon-theme patch somehow. | Jeffrey Stedfast | 2004-04-20 | 1 | -1/+1 |
| * | mail-component.c | Michael Terry | 2004-04-19 | 1 | -28/+29 |
| * | remove debug comment. | Not Zed | 2004-04-14 | 1 | -3/+3 |
| * | if we have no sign status, use signed-nokey, rather than no icon. | Not Zed | 2004-04-05 | 1 | -3/+25 |
| * | Cleaned up header inclusions and added plenty of forward declarations. | Not Zed | 2004-03-31 | 1 | -2/+9 |
| * | use EM_FORMAT_HTML_VPAD | Radek Doulik | 2004-03-23 | 1 | -2/+2 |
| * | dont add the show/hide menu items if we can't ever show it inline. | Not Zed | 2004-03-23 | 1 | -6/+12 |
| * | Removed an unused variable left over from an old attempted fix. | Jeffrey Stedfast | 2004-03-11 | 1 | -1/+0 |
| * | Don't set our parent window as the efhd, ehfd isn't even a widget. | Jeffrey Stedfast | 2004-03-06 | 1 | -1/+1 |
| * | Create the arrows in these widgets as GTK_SHADOW_NONE, since the default | Rodney Dawes | 2004-02-27 | 1 | -1/+1 |
| * | Fix for bug #54352 | Jeffrey Stedfast | 2004-02-27 | 1 | -1/+1 |
| * | get rid of a duplicate #include | Jeffrey Stedfast | 2004-02-26 | 1 | -1/+0 |
| * | Protect against using NULL pixbufs. Gets rid of a lot of console warning | Jeffrey Stedfast | 2004-02-26 | 1 | -6/+9 |
| * | Revert change from yesterday. (efhd_xpkcs7mime_button): Use the icon from | Jeffrey Stedfast | 2004-02-19 | 1 | -23/+3 |
| * | Display an alternate description based on the trust value if we have a | Jeffrey Stedfast | 2004-02-18 | 1 | -3/+21 |
| * | ** See bug #53258. | Not Zed | 2004-02-06 | 1 | -2/+2 |
| * | ** See bug #53558 (plus other fixes/cleanups) | Not Zed | 2004-01-30 | 1 | -101/+11 |
| * | Fixes a bug i can't find right now | Not Zed | 2004-01-29 | 1 | -2/+8 |
| * | ** See bug #53159. | Not Zed | 2004-01-21 | 1 | -9/+10 |
| * | pass in an exception to use | JP Rosevear | 2004-01-17 | 1 | -1/+1 |
| * | Startup files/folders. | Not Zed | 2004-01-16 | 1 | -8/+7 |
| * | ** See bugs #51609 and #43515. | Not Zed | 2004-01-15 | 1 | -0/+70 |
| * | ** See bug 51660. | Not Zed | 2004-01-14 | 1 | -18/+31 |
| * | Emit a hover-url signal when the user mouses over a URL, ... | ERDI Gergo | 2004-01-07 | 1 | -0/+20 |
| * | ** See bug #50996. | Not Zed | 2004-01-05 | 1 | -1/+44 |
| * | s/it's/its/ in mail warning. | David Woodhouse | 2004-01-05 | 1 | -1/+1 |
| * | #ifdef out certain code pieces if s/mime isn't supported | JP Rosevear | 2003-12-17 | 1 | -0/+9 |
| * | ** See bug #52108. | Not Zed | 2003-12-12 | 1 | -0/+2 |
| * | treat application/pkcs7-signature as application/x-pkcs-signature. Stupud | Not Zed | 2003-12-10 | 1 | -1/+2 |
| * | use a POSITIVE value for the response value, gtk uses -ative ones. Bug | Not Zed | 2003-12-10 | 1 | -0/+78 |
| * | Added empty_trash prompt key. | Not Zed | 2003-12-02 | 1 | -0/+1 |
| * | added some padding to the security details frames. | Not Zed | 2003-12-01 | 1 | -2/+6 |
| * | set session on print formatter for signatures to work. | Not Zed | 2003-11-25 | 1 | -113/+84 |
| * | use new colors (efh_text_html): ditto | Radek Doulik | 2003-11-24 | 1 | -0/+25 |
| * | do not use horizonal rule, attachment content is now inside simple frame | Radek Doulik | 2003-11-24 | 1 | -2/+5 |
| * | Same. | Jeffrey Stedfast | 2003-11-20 | 1 | -3/+3 |
| * | use malloc0 for the pobject memory. | Not Zed | 2003-11-13 | 1 | -2/+0 |
| * | implement the key selector popup using e-cert-selector. | Not Zed | 2003-11-13 | 1 | -3/+194 |
| * | updated for camel namespace changes | Jeffrey Stedfast | 2003-09-19 | 1 | -3/+3 |
| * | cvs removed. | Not Zed | 2003-09-18 | 1 | -0/+1159 |