Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 8, 2017
1 parent 38efa90 commit b90d8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingo/lib/Script/Base.php
Expand Up @@ -41,12 +41,12 @@ abstract class Ingo_Script_Base
'case_sensitive' => false,
/* Does the driver support setting IMAP flags? */
'imap_flags' => false,
/* Does the driver support the stop-script option? */
'stop_script' => false,
/* Can this driver perform on demand filtering? */
'on_demand' => false,
/* Does the driver require a script file to be generated? */
'script_file' => false,
/* Does the driver support the stop-script option? */
'stop_script' => false,
);

/**
Expand Down

0 comments on commit b90d8f9

Please sign in to comment.