Commit Graph

75 Commits

Author SHA1 Message Date
Massimo Maiurana ff20ef360c added i18n support and italian localization
SVN revision: 25139
2006-08-26 19:27:18 +00:00
David Walter Seikel 73dd3bf616 Updated config dialog to match latest API.
SVN revision: 24708
2006-08-14 21:18:41 +00:00
essiene aec3feb29b Make non core modules use new view specifying feature. All are set to PLAIN by default
SVN revision: 24500
2006-08-09 07:47:28 +00:00
David Walter Seikel 185c08a200 Theme aspect fixeroonies.
SVN revision: 24497
2006-08-09 07:34:46 +00:00
Christopher Michael f022ea42de Fix minor oversight with x86_64 libdir. Thanks Sebastian
SVN revision: 24193
2006-07-25 13:35:21 +00:00
Christopher Michael 2cc38dd453 Bad Marcus, no cookie :) . Fixed x86_64 install patch.
SVN revision: 24182
2006-07-25 03:55:10 +00:00
Christopher Michael d28999dcb3 Patch from Marcus Huwe for installation on x86_64
SVN revision: 24174
2006-07-25 01:42:34 +00:00
Christopher Michael 6ae4dd6e2e Only need to set "checking" state if we have pop or imap.
SVN revision: 24052
2006-07-19 17:29:32 +00:00
Christopher Michael f207d87f74 Fix potential segfault when setting mail text. Thanks boneyfrog :)
SVN revision: 24051
2006-07-19 17:07:02 +00:00
Christopher Michael 0e4e640217 Indent
SVN revision: 24016
2006-07-18 00:03:04 +00:00
sebastid 961e23fb01 Cleanup
SVN revision: 24010
2006-07-17 23:12:52 +00:00
Christopher Michael 65fc746e8f Remove autogen.sh from make distcheck.
SVN revision: 23909
2006-07-14 18:53:41 +00:00
Christopher Michael e7ddfb1763 make distcheck should be ok now. Distribute the edc and autogen.sh also.
SVN revision: 23902
2006-07-14 18:27:50 +00:00
Christopher Michael 207b493d5a Mail module now does make distcheck correctly.
Make install does not install needless pngs anymore.


SVN revision: 23894
2006-07-14 17:56:48 +00:00
Christopher Michael 5a390e6402 Avoid dangling pointers after call to free.
SVN revision: 23816
2006-07-10 17:56:27 +00:00
Christopher Michael 016fa4195e Fix typo. Should distribute mail.edc, not mount.edc. Doh :( . Thanks Lut1n.
SVN revision: 23805
2006-07-10 15:52:51 +00:00
Christopher Michael f98d0f8eed Fix makefile.am for make distcheck.
SVN revision: 23802
2006-07-10 15:21:41 +00:00
Christopher Michael 8782505c1f Update some e_modules to use module icons in their config dialogs.
SVN revision: 23683
2006-07-03 07:37:33 +00:00
Christopher Michael 6812aa1128 Missed an module_dialog_show here.
SVN revision: 23662
2006-07-02 19:10:15 +00:00
Christopher Michael 8e9c0020aa Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .


SVN revision: 23661
2006-07-02 19:06:16 +00:00
Christopher Michael 1e199d1ae7 Do not need to link against the math library.
SVN revision: 23595
2006-06-27 02:02:52 +00:00
Christopher Michael 10c68a45e5 Perform an initial mail check on startup for imap and pop instead of waiting
for the timer to fire.


SVN revision: 23514
2006-06-20 21:56:38 +00:00
Christopher Michael cf83336982 Better aligning of the new mail count.
SVN revision: 23473
2006-06-16 16:31:12 +00:00
Christopher Michael 1e6b7afa8b Remove the copying-plain bsd file.
SVN revision: 23470
2006-06-16 16:12:20 +00:00
Christopher Michael 630bb28aa6 Oops, mail should be GPL as it uses some embrace code.
SVN revision: 23469
2006-06-16 16:12:00 +00:00
Christopher Michael e329a03f03 License fix for mail module to Bsd.
SVN revision: 23463
2006-06-16 15:41:54 +00:00
Christopher Michael c2dd83f97c Better icons.
Add a "checking" state to show it's doing something.


SVN revision: 23446
2006-06-15 13:05:53 +00:00
Christopher Michael 008ccca44d Forgot the icon updating function call for when new mail arrives. Doh !
SVN revision: 23422
2006-06-13 16:06:30 +00:00
Christopher Michael 3bfc85b5f8 Third and Final attemp at imap working again. It does work again now with
multiple accounts.


SVN revision: 23421
2006-06-13 15:59:19 +00:00
Christopher Michael 19b039b799 Imap "Should" work again, cannot test it here tho.
SVN revision: 23420
2006-06-13 14:50:28 +00:00
Christopher Michael 66b28af210 Traverse the imap client list correctly.
SVN revision: 23419
2006-06-13 13:39:55 +00:00
Christopher Michael 8360caeef9 Remove a printf.
SVN revision: 23418
2006-06-13 13:19:11 +00:00
Christopher Michael a1c10b64ef Icon and label should now properly reflect new mail count from all mailboxes.
HandyAndE, let me know if your imap works with this or not.


SVN revision: 23417
2006-06-13 12:24:07 +00:00
rephorm cdf33fb4be set ports for ssl pop/imap
switch order of ssl and port entry (so the port doesn't change on you after you've typed it in -- in the normal flow at least)


SVN revision: 23408
2006-06-13 01:30:29 +00:00
rephorm a6954828a7 set the dialog's data after creating an mailbox
(before, if you added a mailbox, hit apply, then changed something and hit apply again, a second copy would be created)


SVN revision: 23406
2006-06-13 00:42:52 +00:00
Christopher Michael 35dab64c76 Crop extra space from icons.
SVN revision: 23401
2006-06-12 21:00:15 +00:00
Christopher Michael f3257ed1f8 When switching type to Imap, default the New Path entry to "Inbox" for users
that do not know their default Imap path.


SVN revision: 23400
2006-06-12 20:52:15 +00:00
Christopher Michael 4c01d010bf Fix centering label in the module.
Reset mail count to zero on call to check mail so that we only get total of
new mail. During checks, add new mail count to the total.


SVN revision: 23399
2006-06-12 20:45:10 +00:00
Christopher Michael e891afba95 Make imap update the text and icon.
SVN revision: 23398
2006-06-12 20:21:28 +00:00
Christopher Michael 7389749571 Ok, pop mail now works again :)
General bug fixes when setting mail count on the module.
Minor edc changes.
Better cleanup when closing the module.


SVN revision: 23396
2006-06-12 10:03:52 +00:00
Christopher Michael c7ea264261 Remove old unused passwd change callback function.
SVN revision: 23382
2006-06-11 17:44:39 +00:00
Christopher Michael 5f92b6ff6c Split mail checking code into seperate files for easier fixes.
When checking imap servers, if accounts use the same server, then only
connect once and check all the boxes for this server. Englebass, I think
this is what you meant :)

Some edc changes.


SVN revision: 23381
2006-06-11 17:41:42 +00:00
Christopher Michael 7e72655941 Version Bump for new split version.
SVN revision: 23380
2006-06-11 17:38:23 +00:00
Christopher Michael 8496d55257 Added new mail code, split into different source files for easier fixes and
patches.


SVN revision: 23379
2006-06-11 17:37:53 +00:00
Christopher Michael 48705856d9 added object files to ignore
SVN revision: 23378
2006-06-11 17:36:44 +00:00
Christopher Michael 22f3777e32 Fix translation problem in box config. gettext returns authors and other
junk on _("") so replace with "".


SVN revision: 23377
2006-06-11 13:20:35 +00:00
Christopher Michael 0ae1226e2a Also make sure we delete the exe event handler is a mailbox is removed.
SVN revision: 23361
2006-06-10 18:05:08 +00:00
Christopher Michael 599f5c20f8 Some code cleanup:
- When creating new mailboxes in config, create the server handlers if
needed.


SVN revision: 23360
2006-06-10 17:59:31 +00:00
Christopher Michael d62a36068e If we have no mail, clear all the text when setting no mail icon.
Center the mail count in the edc.


SVN revision: 23354
2006-06-10 14:43:13 +00:00
Christopher Michael 6a74279649 Make event handlers be per instance. This fixes a problem on shutdown when
trying to delete the event handlers.


SVN revision: 23353
2006-06-10 14:12:26 +00:00