Notification Types. More...
Go to the source code of this file.
Enumerations | |
enum | NotifyType { NT_ALL = 0 , NT_ACCOUNT , NT_ALIAS , NT_ALTERN , NT_ATTACH , NT_BINDING , NT_COLOR , NT_COMMAND , NT_CONFIG , NT_EMAIL , NT_ENVELOPE , NT_GLOBAL , NT_HEADER , NT_INDEX , NT_MAILBOX , NT_MVIEW , NT_MENU , NT_RESIZE , NT_PAGER , NT_SCORE , NT_SUBJRX , NT_TIMEOUT , NT_WINDOW } |
Notification Types. More... | |
Notification Types.
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 notify_type.h.
enum NotifyType |
Notification Types.
Each type lists the associated Event object
Enumerator | |
---|---|
NT_ALL | Register for all notifications. |
NT_ACCOUNT | Account has changed, NotifyAccount, EventAccount. |
NT_ALIAS | Alias has changed, NotifyAlias, EventAlias. |
NT_ALTERN | Alternates command changed, NotifyAlternates. |
NT_ATTACH | Attachment command changed, NotifyAttach. |
NT_BINDING | Key binding has changed, NotifyBinding, EventBinding. |
NT_COLOR | Colour has changed, NotifyColor, EventColor. |
NT_COMMAND | |
NT_CONFIG | Config has changed, NotifyConfig, EventConfig. |
NT_EMAIL | Email has changed, NotifyEmail, EventEmail. |
NT_ENVELOPE | Envelope has changed, NotifyEnvelope. |
NT_GLOBAL | Not object-related, NotifyGlobal. |
NT_HEADER | A header has changed, NotifyHeader EventHeader. |
NT_INDEX | Index data has changed, NotifyIndex, IndexSharedData. |
NT_MAILBOX | Mailbox has changed, NotifyMailbox, EventMailbox. |
NT_MVIEW | MailboxView has changed, NotifyMview, EventMview. |
NT_MENU | Menu has changed, MenuRedrawFlags. |
NT_RESIZE | Window has been resized. |
NT_PAGER | Pager data has changed, NotifyPager, PagerPrivateData. |
NT_SCORE | Email scoring has changed. |
NT_SUBJRX | Subject Regex has changed, NotifySubjRx. |
NT_TIMEOUT | Timeout has occurred. |
NT_WINDOW | MuttWindow has changed, NotifyWindow, EventWindow. |
Definition at line 33 of file notify_type.h.