File: muttrc.timeout

package info (click to toggle)
mutt 1.7.2-1%2Bdeb9u3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 34,504 kB
  • sloc: ansic: 95,992; sh: 4,733; perl: 1,149; makefile: 706; yacc: 318; python: 33
file content (10 lines) | stat: -rw-r--r-- 375 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Example NeoMutt config file for the timeout feature.

# --------------------------------------------------------------------------
# COMMANDS - shown with an example arguments
# --------------------------------------------------------------------------

# After $timeout seconds of inactivity, run this mutt command
timeout-hook . 'exec sync-mailbox'

# vim: syntax=muttrc