Index functions. More...
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | IndexFunction |
A NeoMutt function. More... | |
Typedefs | |
typedef int(* | index_function_t) (struct IndexSharedData *shared, struct IndexPrivateData *priv, int op) |
Functions | |
int | index_function_dispatcher (struct MuttWindow *win, int op) |
Perform an Index function - Implements function_dispatcher_t -. | |
bool | index_next_undeleted (struct MuttWindow *win_index) |
Select the next undeleted Email (if possible) | |
Index functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions.h.
typedef int(* index_function_t) (struct IndexSharedData *shared, struct IndexPrivateData *priv, int op) |
Definition at line 43 of file functions.h.
bool index_next_undeleted | ( | struct MuttWindow * | win_index | ) |
Select the next undeleted Email (if possible)
win_index | Index Window |
true | Selection succeeded |
Definition at line 394 of file functions.c.