All user-callable functions. More...
Go to the source code of this file.
Macros | |
#define | OP_REPAINT -4 |
Repaint is needed. | |
#define | OP_PARTIAL_KEY -3 |
Incomplete keybinding. | |
#define | OP_TIMEOUT -2 |
1 second with no events | |
#define | OP_ABORT -1 |
$abort_key pressed (Ctrl-G) | |
#define | OPS_ATTACHMENT(_fmt) |
#define | OPS_AUTOCRYPT(_fmt) |
#define | OPS_CORE(_fmt) |
#define | OPS_CRYPT(_fmt) |
#define | OPS_ENVELOPE(_fmt) |
#define | OPS_NOTMUCH(_fmt) |
#define | OPS_PGP(_fmt) |
#define | OPS_SIDEBAR(_fmt) |
#define | OPS_SMIME(_fmt) |
#define | OPS(_fmt) |
#define | DEFINE_OPS(opcode, help_string) opcode, |
Enumerations | |
enum | MuttOps { OP_MAX } |
All NeoMutt Opcodes. More... | |
Functions | |
const char * | opcodes_get_description (int op) |
Get the description of an opcode. | |
const char * | opcodes_get_name (int op) |
Get the name of an opcode. | |
All user-callable 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 opcodes.h.
#define OPS_AUTOCRYPT | ( | _fmt | ) |
#define OPS_CRYPT | ( | _fmt | ) |
#define OPS_NOTMUCH | ( | _fmt | ) |
#define OPS_PGP | ( | _fmt | ) |
#define OPS_SMIME | ( | _fmt | ) |
#define OPS | ( | _fmt | ) |
enum MuttOps |
const char * opcodes_get_description | ( | int | op | ) |
Get the description of an opcode.
op | Opcode, e.g. OP_HELP |
str | Description of the opcode |
Definition at line 70 of file opcodes.c.
const char * opcodes_get_name | ( | int | op | ) |
Get the name of an opcode.
op | Opcode, e.g. OP_HELP |
str | Name of the opcode |
Definition at line 48 of file opcodes.c.