Searched +refs:imap +refs:mailbox +refs:create (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl78 array set mboxinfo {} ;# selected mailbox info.
586 proc select {chan {mailbox INBOX}} {
587 selectmbox $chan SELECT $mailbox
591 proc examine {chan {mailbox INBOX}} {
592 selectmbox $chan EXAMINE $mailbox
596 proc selectmbox {chan cmd mailbox} {
601 # Clean info about the previous mailbox if any,
605 request $chan "$cmd $mailbox"
613 set mboxinfo($chan,current) $mailbox
620 # the value of "exists" of the current mailbox i
901 proc create {chan mailbox} { procedure
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dmuttrc.vim441 syn match muttrcFunction contained "\<next-\%(line\|new\%(-then-unread\)\?\|page\|subthread\|undeleted\|unread\|unread-mailbox\)\>"
445 syn match muttrcFunction contained "\<sort-\%(mailbox\|reverse\)\>"
452 syn match muttrcFunction contained "\<\%(backspace\|backward-char\|bol\|bottom\|bottom-page\|buffy-cycle\|clear-flag\|complete\%(-query\)\?\|copy-file\|create-alias\|detach-file\|eol\|exit\|extract-keys\|\%(imap-\)\?fetch-mail\|forget-passphrase\|forward-char\|group-reply\|help\|ispell\|jump\|limit\|list-reply\|mail\|mail-key\|mark-as-new\|middle-page\|new-mime\|noop\|pgp-menu\|query\|query-append\|quit\|quote-char\|read-subthread\|redraw-screen\|refresh\|rename-file\|reply\|select-new\|set-flag\|shell-escape\|skip-quoted\|sort\|subscribe\|sync-mailbox\|top\|top-page\|transpose-chars\|unsubscribe\|untag-pattern\|verify-key\|what-key\|write-fcc\)\>"

Completed in 198 milliseconds