Many unsorted constants and some structs. More...
#include "config.h"#include <limits.h>#include <stdbool.h>#include <stdint.h> Include dependency graph for mutt.h:
 Include dependency graph for mutt.h:Go to the source code of this file.
| Macros | |
| #define | PATH_MAX 4096 | 
| #define | MUTT_COMP_NO_FLAGS 0 | 
| No flags are set. | |
| #define | MUTT_COMP_CLEAR (1 << 0) | 
| Clear input if printable character is pressed. | |
| #define | MUTT_COMP_PASS (1 << 1) | 
| Password mode (no echo) | |
| #define | MUTT_COMP_UNBUFFERED (1 << 2) | 
| Ignore macro buffer. | |
| #define | MUTT_SPAM 1 | 
| #define | MUTT_NOSPAM 2 | 
| Typedefs | |
| typedef uint8_t | CompletionFlags | 
| Flags for mw_get_field(), e.g. MUTT_COMP_NO_FLAGS. | |
| Enumerations | |
| enum | MessageType { MUTT_ALL = 1 , MUTT_NONE , MUTT_NEW , MUTT_OLD , MUTT_REPLIED , MUTT_READ , MUTT_UNREAD , MUTT_DELETE , MUTT_UNDELETE , MUTT_PURGE , MUTT_DELETED , MUTT_FLAG , MUTT_TAG , MUTT_UNTAG , MUTT_LIMIT , MUTT_EXPIRED , MUTT_SUPERSEDED , MUTT_TRASH , MUTT_MT_MAX } | 
| To set flags or match patterns.  More... | |
| Functions | |
| void | reset_value (const char *name) | 
| Variables | |
| bool | StartupComplete | 
| When the config has been read. | |
Many unsorted constants and some structs.
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 mutt.h.
| #define MUTT_COMP_CLEAR (1 << 0) | 
| typedef uint8_t CompletionFlags | 
Flags for mw_get_field(), e.g. MUTT_COMP_NO_FLAGS.
| enum MessageType | 
To set flags or match patterns.
Definition at line 66 of file mutt.h.
| void reset_value | ( | const char * | name | ) |