mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 04:57:58 +01:00
Add some source documentation for AutoCommands.
Also normalise the use of /* */ and // comments.
This commit is contained in:
@@ -890,12 +890,13 @@ function Mail() //{{{
|
||||
return false;
|
||||
},
|
||||
|
||||
/*
|
||||
* general-purpose method to find messages
|
||||
* @param validatorFunc(msg): return true/false whether msg should be selected or not
|
||||
* @param canWrap: when true, wraps around folders
|
||||
* @param openThreads: should we open closed threads?
|
||||
* @param reverse: change direction of searching
|
||||
/**
|
||||
* General-purpose method to find messages
|
||||
*
|
||||
* @param {function} validatorFunc(msg): return true/false whether msg should be selected or not
|
||||
* @param {boolean} canWrap: when true, wraps around folders
|
||||
* @param {boolean} openThreads: should we open closed threads?
|
||||
* @param {boolean} reverse: change direction of searching
|
||||
*/
|
||||
selectMessage: function (validatorFunc, canWrap, openThreads, reverse, count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user