Lucas De Marchi
e568bdc82f
FORMATTING
...
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
SVN revision: 50816
13 years ago
Daniel Kolesa
e8cbe17df3
EMODULES: Fix & Unify autofoo stuff everywhere, fix dist tarballs support, add ability to create dist tarball of all modules.
...
SVN revision: 41571
14 years ago
Christopher Michael
4b31372987
Use E_FREE to free the dialog data structures as they were created using
...
E_NEW and E_FREE sets the pointer to NULL already.
SVN revision: 37538
14 years ago
Christopher Michael
fb6f2c3a3b
Update for eina_stringshare.
...
SVN revision: 37343
14 years ago
Cedric BAIL
950288fff8
Remove Evas list from all E-MODULES.
...
SVN revision: 36977
14 years ago
Sebastian Dransfeld
c7ea06bb4b
Support SSLv3
...
SVN revision: 33399
15 years ago
Sebastian Dransfeld
869ca82e44
formatting
...
SVN revision: 33397
15 years ago
Sebastian Dransfeld
9c88123557
get text from module locale
...
SVN revision: 32617
15 years ago
Miculcy Brian
baa7a12fd7
API breakage: e_widget_entry_add() allows now to set a cb function for text change events.
...
SVN revision: 32009
16 years ago
Sebastian Dransfeld
fb52fb1a04
Update for new gadget code.
...
SVN revision: 31728
16 years ago
Sebastian Dransfeld
b47a2130d2
Remove old code.
...
Remove internal imap timer and use mail timer.
SVN revision: 30434
16 years ago
Sebastian Dransfeld
c1cd2c995d
Use the user settings to control the imap internal timer.
...
SVN revision: 30433
16 years ago
Sebastian Dransfeld
712b0f21b9
Add needed header for function prototype.
...
SVN revision: 28751
16 years ago
Christopher Michael
62824dfbc2
Use e_widget_entry_password_set to make entry field use astericks.
...
SVN revision: 26978
16 years ago
Christopher Michael
f4c3e9d305
Patches from Nikolas Arend for parsing Thunderbird/Mozilla style mbox files,
...
allowing mbox accounts to be permantently monitored, checked manually, or at
every check interval.
Thanks :)
SVN revision: 25989
17 years ago
Christopher Michael
7fe4e842b2
Add a local option for imap to make ecore_con able to use local imap
...
servers, not just remote.
SVN revision: 25855
17 years ago
Massimo Maiurana
ff20ef360c
added i18n support and italian localization
...
SVN revision: 25139
17 years ago
David Walter Seikel
73dd3bf616
Updated config dialog to match latest API.
...
SVN revision: 24708
17 years ago
Christopher Michael
0e4e640217
Indent
...
SVN revision: 24016
17 years ago
sebastid
961e23fb01
Cleanup
...
SVN revision: 24010
17 years ago
Christopher Michael
6812aa1128
Missed an module_dialog_show here.
...
SVN revision: 23662
17 years ago
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
17 years ago
rephorm
cdf33fb4be
set ports for ssl pop/imap
...
17 years ago
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
17 years ago
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
17 years ago
Christopher Michael
c7ea264261
Remove old unused passwd change callback function.
...
SVN revision: 23382
17 years ago
Christopher Michael
22f3777e32
Fix translation problem in box config. gettext returns authors and other
...
junk on _("") so replace with "".
SVN revision: 23377
17 years ago
Christopher Michael
6684bfeea3
Free some chars on free_data.
...
Password field hack from desklock config until e_widget_entry supports
password type.
SVN revision: 23327
17 years ago
Christopher Michael
48d14d39f2
Many fixes:
...
-Fix config dialog to allow changing current path for maildir.
-When add/del accounts, setup those accounts to get new mail.
-Mailbox list in menu now reflects accounts that have been add/del.
SVN revision: 23317
17 years ago
Christopher Michael
1ea125de22
Too many conflicts during merge. Will readd the updated files.
...
SVN revision: 23309
17 years ago
Christopher Michael
03ba707001
Reenable new mail path for imap, it does use it after all.
...
SVN revision: 23282
17 years ago
Christopher Michael
d5fba80c1e
Disable new mail path for imap, it's not used anyway.
...
SVN revision: 23281
17 years ago
Christopher Michael
d40ece9af9
Fix a segfault when applying config.
...
SVN revision: 23259
17 years ago
Christopher Michael
141519ee74
Added port and ssl as a config option.
...
Removed some frees in e_mod_config that may have been causing segfaults.
Users will need to remove old module config.
SVN revision: 23256
17 years ago
Christopher Michael
aefa27599a
Added mail module based on embrace code (Thanks Tilman :) )
...
Can check pop3, imap, mailbox, and mdir.
Needs testing with imap, mailbox and mdir.
Edc needs some work, I'm not entirely happy with it, but the module is in
for testing and feedback.
SVN revision: 23247
17 years ago