1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
|
################################################################
###
### Sample ~/.im/Config
###
### Syntax::
### key=value
###
### * "key=value" is equivalent to "--key=value" style command option.
### * "key" must start at the beginning of the line.
### * "=" must follow after "key" without white spaces.
### * White spaces are allowed between "=" and "value".
### * ":" can be used instead of "=".
### * Characters after "#" are ignored.
###
### The following examples are all the same:
### key=value
### key= value
### key:value
### key: value
###
### $variable will be expanded.
### '~' will be expanded.
###
##
## Individual information
##
Address=_login_name_@_your_domain_,_login_name2_@_your_domain2_
FromDomain=_domain_of_your_mail_address_
ToDomain=_domain_when_domain_part_is_omitted_
#Name=Full Name # commentary name for my mail address
# should not contain 8bit characters
#AddrRegex=
#Org=The Mew Organization # for news posting
#User=user_name
##
## Default global parameters
##
### Directories (relative to ~/)
#MailDir=Mail
#NewsDir=News # for saved news
### Folders in $MailDir
#InboxFolder=+inbox # default destination of imget
#DraftFolder=+draft
#TrashFolder=+trash # default destination of message removal in Mew
### Folder style in $NewsDir (saved news articles)
#PreserveDot=off # off: /news/group/, on: /news.group/
### Mode for creation
#FolderMode=0700
#MsgMode=0600
### To keep state of IM commands (CurrentFolder, etc.)
#ContextFile=Context # relative to ~/.im/
##
## Default settings
##
## Address Book
#AddrBookFile=Addrbook # relative to ~/.im/
#AddrBookFile=${HOME}/Mail/Addrbook # if you share Addrbook with Mew 2
## Mail address aliases
#AliasesFile=Aliases # relative to ~/.im/
## PetName: mail address aliases for displaying
#PetnameFile=Petnames # relative to ~/.im/
## Message-ID database
#MsgDBFile=msgiddb # location (relative to ~/.im/)
#MsgDBType=DB # type of database (DB, NDBM, SDBM)
## To call user defined subroutines (relative to ~/.im/)
#GetChkSbr=getchk.sbr # hooks for imget
#GetSbr=get.sbr # hooks for imget
#ScanSbr=scan.sbr # hooks for imget/imls
## Working folders
#Src=$InboxFolder # default source of most commands
#Imrm.Src=$TrashFolder # default source for message cleanups
## imget/imls specific
#ScanSbr=scan.sbr # hook for special processing (rel. to ~/.im/)
#Form=%+5n %m%d %-14A %S || %b # default format for scanning
#AllowCRLF=no # saved messages may contain CRLF (DOS style)
#Width=80 # default width for scanning
#JisSafe=on # escape seq. of JIS char. should be managed
#Indent=2 # indent step for threading
## Servers
#Smtpservers=localhost # default server for SMTP
#EmgSmtpSvrs=12.34.56.78,localhost # SMTP server just for error return
#NntpServers=localhost # default server for NNTP
## imget specific
#GetSbr=get.sbr # hook for special processing (rel. to ~/.im/)
#Imget.Src=local # default source of imget (local mailbox)
#lock=flock # locking style of local mailbox
#rpath=append # conversion of UNIX From into Return-Path:
#PopHistory=pophist-{POPSERVERID} # to save last state (relative to ~/.im/)
#NntpHistory=newshist # to save last state (relative to ~/.im/)
#MboxFilter=bogofilter -p -M -I # filter for mbox file
#MboxFilter=spamoracle mark
#MBoxFilter=bsfilter --spam-cutoff 0.85 --pipe --insert-flag --mbox 2>/dev/null
#MBoxStyle=qmail # in case of qmail (maildir format)
#Imget.Src=local:${HOME}/Maildir
#UseCL=no # Use value of Content-Length header
#NoSync=no # Do not need fsync(2) on writing file
#FsyncNumber=0 # if 0, system call number of fsync is guessed
#SshPath=/usr/bin/ssh # Path name of SSH program
#Imget.Src=pop
#PopAccount=/APOP@localhost # account info for POP access
#PopAccount=/APOP:user@host # account info with user name
#PopAccount=/APOP:user@host/110 # account info with user name and port number
#Keep=7 # preserve read messages on server
#ProtoKeep=UIDL # how to know which message is unread
# (UIDL, LAST, STATUS, MSGID)
#IgnorePostPet=yes # leave messages for PostPet on POP server
#Imget.Src=imap%INBOX
#ImapAccount=/AUTH@localhost # account info for IMAP access
#ImapAccount=/AUTH:user@host # account info with user name
#HttpProxy=proxy-server:8080 # proxy server for HTTP access
#NoProxy=http://.*my.domain/ # URL regex not to use Proxy server
#UsePwAgent=yes # use password agent
#PwAgentPort=0 # Port to connect pwagent with TCP/IP
# 0 to use UNIX domain socket
# NOTE: non-0 (e.g. 6543) is insecure
# on multi-user system
#PwAgentTmpDir=pwagtmp # temporary directory (relative to ~/.im/)
# be careful on security if you wish to use PwFiles!
#UsePwFiles=yes # use password files
#PwFiles=password # password files (relative to ~/.im/)
#MailFoldersFile=~/Mail/.folders
#UseTouchFile=yes # use time-stamp file
#TouchFile=.mew-touch # time-stamp file for message folders
#NamazuV2=yes # use Namazu version 2 (1.9.x or late)
#NamazuDir=Namazu # relative to ~/
#NamazuLockDir=nmzlock # lock directory (relative to ~/.im/)
#MknmzOptions=--decode-base64 # additional options for mknmz
#MknmzIncludeFile=~/Namazu/mknmz-inc.pl # mknmz -I <file>
#MknmzIgnoreFoldersRegex=\+(attach|draft|trash|queue|postq|schedule)
## imput specific
#FccDir=$MailDir # directory for FCC folders
#QueueDir=queue # directory for to store messages to be sent
#UseXDispatcher=yes # use X-Dispatcher field
#MsgIdUser=${USER} # user part for creation of Message-Id:
#MsgIdDomain=${HOST} # if you want to use FQDN of dispatching host
#ObeyMTAdomain=yes # do not append domainpart to addresses by imput
#NoMsgIdForNews=yes # do not insert Message-Id: when posting as news
#NewsGMTdate=yes # use GMT for Date: when posting as news
#UseLines=yes # generate Lines header line
#JPheader=yes # encode ISO-2022-JP with RFC2047
#Defcode=EUC # default code in case no way to judge SJIS/EUCj
#JPconv=yes # convert SJIS/EUCj to ISO-2022-JP
#NoHdrFolding=yes # do not fold long header line when encoding
#HdrQEncoding=yes # use Q-encoding to encode ISO-2022-JP
#NameInComment=yes # yes: (Full Name) Addr, no: Full Name <Addr>
#Lines=3000 # unit to split a message to partial
#Annotate=yes # annotate on parent messages (MsgDB required)
# Common operational settings
#Help=no
#Quiet=no
#Noharm=no
#Verbose=no
#Debug=
#case mew
#FromDomain=mew.org
#case queue
#JustQueuing=yes
#Queuing=yes
#case news
#Assoc= +inbox=nntp:fj.mail.system.sendmail;\
# +inbox=nntp:fj.mail
#Count=10
#case default
# -- global setting again --
|