0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
May 10, 2024 — May 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to work with Lua 5.2 More... over 9 years ago
Merge pull request #247 from jugglerchris/customise_replies More... over 9 years ago
Add example on_create_reply. More... over 9 years ago
Working (but only lightly tested) on_create_reply callback. More... over 9 years ago
Rename msg:filesize() to msg:size() (and add a test). More... over 9 years ago
Merge msg:get_flags() and msg:set_flags(newflags) into msg:flags([newflags]). More... over 9 years ago
Create a test folders structure re-copied for each test. More... over 9 years ago
Rename CMessage::delete[_msg] to remove. More... over 9 years ago
Fix some extra whitespace. More... over 9 years ago
Work in progress on message reply customisation. More... over 9 years ago
Merge pull request #245 from jugglerchris/fix_luajit More... almost 10 years ago
Add simple tests for primitives in bindings_folders.cc More... almost 10 years ago
Merge pull request #244 from jugglerchris/fix_luajit More... almost 10 years ago
Test and fix sent_mail(). More... almost 10 years ago
Test and fix maildir_prefix(). More... almost 10 years ago
Remove unused parameter to testvar. More... almost 10 years ago
Test and fix index_limit(). More... almost 10 years ago
Test and fix history_file() index. More... almost 10 years ago
Test and fix bad index in get_set_string_variable(). More... almost 10 years ago
Add simple test harness. Add a test for global_mode() Fix global_mode()'s negative incex. More... almost 10 years ago
Add --nodefault option to skip default rc files. More... almost 10 years ago
Add 'tags' to .gitignore. More... almost 10 years ago
Add msg:filesize(). More... about 10 years ago
Add message:get_date_field() More... about 10 years ago
Add message:header() to Lua bindings (and missing check_message_list) More... about 10 years ago
Add a couple of methods help calling Lua functions on messages: More... about 10 years ago
Fix typo in attachment names, should fix bug #241 More... about 10 years ago
Merge pull request #235 from jugglerchris/fix_214 More... over 10 years ago
Fix bug #214: * Support both Lua 5.1 and 5.2 by adding wrappers around a couple of Lua API functions which have changed between the versions. More... over 10 years ago
Rename msg:flags to msg:get_flags and add the other flag-related CMessage methods to the Lua binding. More... over 10 years ago