• R/O
  • SSH
  • HTTPS

mutt-j: Commit


Commit MetaInfo

Révision516 (tree)
l'heure2023-07-24 23:16:22
Auteurribbon

Message de Log

update init.h (until spoolfile)

Change Summary

Modification

--- mutt-ja-doc/trunk/doc/init.h (revision 515)
+++ mutt-ja-doc/trunk/doc/init.h (revision 516)
@@ -3836,71 +3836,68 @@
38363836 { "smime_sign_command", DT_STR, R_NONE, {.p=&SmimeSignCommand}, {.p=0} },
38373837 /*
38383838 ** .pp
3839- ** This command is used to created S/MIME signatures of type
3840- ** \fCmultipart/signed\fP, which can be read by all mail clients.
3839+ ** このコマンドは、すべてのメールクライアントで読むことが出来る、\fCmultipart/signed\fP
3840+ ** タイプの S/MIME 署名を作成するのに使われます。
38413841 ** .pp
3842- ** This is a format string, see the $$smime_decrypt_command command for
3843- ** possible \fCprintf(3)\fP-like sequences. NOTE: %c and %k will default
3844- ** to $$smime_sign_as if set, otherwise $$smime_default_key.
3845- ** (S/MIME only)
3842+ ** これはフォーマット文字列で、\fCprintf(3)\fP 風の書式については、$$smime_decrypt_command
3843+ ** コマンドを参照してください。注意: %c と %k は、設定されている場合、
3844+ ** 既定で $$smime_sign_as となり、その他の場合は、$$smime_default_key となる
3845+ ** ことに注意してください。
3846+ ** (S/MIME のみです)
38463847 */
38473848 { "smime_sign_digest_alg", DT_STR, R_NONE, {.p=&SmimeDigestAlg}, {.p="sha256"} },
38483849 /*
38493850 ** .pp
3850- ** This sets the algorithm that should be used for the signature message digest.
3851- ** Valid choices are ``md5'', ``sha1'', ``sha224'', ``sha256'', ``sha384'', ``sha512''.
3852- ** (S/MIME only)
3851+ ** これは、メッセージダイジェストに署名するために使われるアルゴリズムを設定します。
3852+ ** 有効なものは、``md5'', ``sha1'', ``sha224'', ``sha256'', ``sha384'', ``sha512'' です。
3853+ ** (S/MIME のみです)
38533854 */
38543855 { "smime_sign_opaque_command", DT_STR, R_NONE, {.p=&SmimeSignOpaqueCommand}, {.p=0} },
38553856 /*
38563857 ** .pp
3857- ** This command is used to created S/MIME signatures of type
3858- ** \fCapplication/x-pkcs7-signature\fP, which can only be handled by mail
3859- ** clients supporting the S/MIME extension.
3858+ ** このコマンドは、S/MIME 拡張をサポートするメールクライアントでのみ扱えることができる
3859+ ** \fCapplication/x-pkcs7-signature\fP タイプの S/MIME 署名を作成するのに使います。
38603860 ** .pp
3861- ** This is a format string, see the $$smime_decrypt_command command for
3862- ** possible \fCprintf(3)\fP-like sequences.
3863- ** (S/MIME only)
3861+ ** これはフォーマット文字列で、\fCprintf(3)\fP 風の書式については、$$smime_decrypt_command
3862+ ** コマンドを参照してください。
3863+ ** (S/MIME のみです)
38643864 */
38653865 { "smime_timeout", DT_LNUM, R_NONE, {.p=&SmimeTimeout}, {.l=300} },
38663866 /*
38673867 ** .pp
3868- ** The number of seconds after which a cached passphrase will expire if
3869- ** not used.
3870- ** (S/MIME only)
3868+ ** キャッシュされたパスフレーズが使用されない場合、満了するまでの秒数を指定します。
3869+ ** (S/MIME のみです)
38713870 */
38723871 { "smime_verify_command", DT_STR, R_NONE, {.p=&SmimeVerifyCommand}, {.p=0} },
38733872 /*
38743873 ** .pp
3875- ** This command is used to verify S/MIME signatures of type \fCmultipart/signed\fP.
3874+ ** このコマンドは、\fCmultipart/signed\fPタイプの S/MIME 署名を検証するのに使います。
38763875 ** .pp
3877- ** This is a format string, see the $$smime_decrypt_command command for
3878- ** possible \fCprintf(3)\fP-like sequences.
3879- ** (S/MIME only)
3876+ ** これはフォーマット文字列で、\fCprintf(3)\fP 風の書式については、$$smime_decrypt_command
3877+ ** コマンドを参照してください。
3878+ ** (S/MIME のみです)
38803879 */
38813880 { "smime_verify_opaque_command", DT_STR, R_NONE, {.p=&SmimeVerifyOpaqueCommand}, {.p=0} },
38823881 /*
38833882 ** .pp
3884- ** This command is used to verify S/MIME signatures of type
3885- ** \fCapplication/x-pkcs7-mime\fP.
3883+ ** このコマンドは \fCapplication/x-pkcs7-mime\fP タイプの S/MIME 署名を検証するのに
3884+ ** 使います。
38863885 ** .pp
3887- ** This is a format string, see the $$smime_decrypt_command command for
3888- ** possible \fCprintf(3)\fP-like sequences.
3889- ** (S/MIME only)
3886+ ** これはフォーマット文字列で、\fCprintf(3)\fP 風の書式については、$$smime_decrypt_command
3887+ ** コマンドを参照してください。
3888+ ** (S/MIME のみです)
38903889 */
38913890 #ifdef USE_SMTP
38923891 { "smtp_authenticators", DT_STR, R_NONE, {.p=&SmtpAuthenticators}, {.p=0} },
38933892 /*
38943893 ** .pp
3895- ** This is a colon-delimited list of authentication methods mutt may
3896- ** attempt to use to log in to an SMTP server, in the order mutt should
3897- ** try them. Authentication methods are any SASL mechanism, e.g.
3898- ** ``digest-md5'', ``gssapi'' or ``cram-md5''.
3899- ** This option is case-insensitive. If it is ``unset''
3900- ** (the default) mutt will try all available methods, in order from
3901- ** most-secure to least-secure.
3894+ ** これは、Mutt が SMTP サーバに ログインするのに使う、コロンで分離された
3895+ ** 認証方法の一覧で、この順で Mutt が試みます。認証方法は任意の SASL メカニズム、
3896+ ** たとえば、``digest-md5'', ``gssapi'' 又は ``cram-md5'' です。このオプションは
3897+ ** 大文字小文字を区別しないので、``unset'' の場合は(既定値)、Mutt は
3898+ ** すべての有効な方式をもっともセキュアなものからそうでないものの順で試します。
39023899 ** .pp
3903- ** Example:
3900+ ** 例:
39043901 ** .ts
39053902 ** set smtp_authenticators="digest-md5:cram-md5"
39063903 ** .te
@@ -3908,48 +3905,46 @@
39083905 { "smtp_oauth_refresh_command", DT_STR, R_NONE, {.p=&SmtpOauthRefreshCmd}, {.p=0} },
39093906 /*
39103907 ** .pp
3911- ** The command to run to generate an OAUTH refresh token for
3912- ** authorizing your connection to your SMTP server. This command will be
3913- ** run on every connection attempt that uses the OAUTHBEARER authentication
3914- ** mechanism. See ``$oauth'' for details.
3908+ ** SMTP サーバへの接続を認証するための、 OAUTH リフレッシュトークンを生成する
3909+ ** コマンドです。このコマンドは、各接続時に、OAUTHBEARER 認証メカニズムを使って
3910+ ** 実行されます。詳細は ``$oauth'' を参照してください。
39153911 */
39163912 { "smtp_pass", DT_STR, R_NONE, {.p=&SmtpPass}, {.p=0} },
39173913 /*
39183914 ** .pp
3919- ** Specifies the password for your SMTP account. If \fIunset\fP, Mutt will
3920- ** prompt you for your password when you first send mail via SMTP.
3921- ** See $$smtp_url to configure mutt to send mail via SMTP.
3915+ ** SMTP アカウントのパスワードを指定します。\fIunset\fP の場合、Mutt は
3916+ ** SMTP 経由で Mutt が差書にメールを送信する時にパスワードを聞いてきます。
3917+ ** Mutt が SMTP 経由でメールを送るための設定方法は $$smtp_url も参照してください。
39223918 ** .pp
3923- ** \fBWarning\fP: you should only use this option when you are on a
3924- ** fairly secure machine, because the superuser can read your muttrc even
3925- ** if you are the only one who can read the file.
3919+ ** \fB注意\fP: かなり安全なマシン上で使う時のみこのオプションを使ってください。
3920+ ** なぜなら、スーパーユーザは、このファイルを自分自身のみが読めるようにしていても、
3921+ ** muttrc を読み取ることが出来るからです。
39263922 */
39273923 { "smtp_url", DT_STR, R_NONE, {.p=&SmtpUrl}, {.p=0} },
39283924 /*
39293925 ** .pp
3930- ** Defines the SMTP smarthost where sent messages should relayed for
3931- ** delivery. This should take the form of an SMTP URL, e.g.:
3926+ ** 配送のために送信されたメッセージが中継される SMTP スマートホストを定義
3927+ ** します。これは SMTP URL 形式をとります。例えば以下のようになります。
39323928 ** .ts
39333929 ** smtp[s]://[user[:pass]@]host[:port]
39343930 ** .te
39353931 ** .pp
3936- ** where ``[...]'' denotes an optional part.
3937- ** Setting this variable overrides the value of the $$sendmail
3938- ** variable.
3932+ ** ここで、``[...]'' はオプションパートに依存します。
3933+ ** この変数を設定すると、$$sendmail 変数の値を上書きします。
39393934 ** .pp
3940- ** Also see $$write_bcc.
3935+ ** $$write_bcc も参照してください。
39413936 */
39423937 #endif /* USE_SMTP */
39433938 { "sort", DT_SORT, R_INDEX|R_RESORT, {.p=&Sort}, {.l=SORT_DATE} },
39443939 /*
39453940 ** .pp
3946- ** Specifies how to sort messages in the ``index'' menu. Valid values
3947- ** are:
3941+ ** どのように、``index'' メニュー中でメッセージを整列するかを指定します。
3942+ ** 有効な値は以下の通りです。
39483943 ** .il
3949- ** .dd date or date-sent
3944+ ** .dd date 又は date-sent
39503945 ** .dd date-received
39513946 ** .dd from
3952- ** .dd mailbox-order (unsorted)
3947+ ** .dd mailbox-order (未整列)
39533948 ** .dd score
39543949 ** .dd size
39553950 ** .dd spam
@@ -3958,62 +3953,59 @@
39583953 ** .dd to
39593954 ** .ie
39603955 ** .pp
3961- ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
3962- ** order (example: ``\fCset sort=reverse-date-sent\fP'').
3956+ ** 逆順整列のために、接頭辞 ``reverse-'' を使う事も出来ます
3957+ ** (例: ``\fCset sort=reverse-date-sent\fP'')。
39633958 ** .pp
3964- ** For values except ``threads'', this provides the primary sort
3965- ** method. When two message sort values are equal, $$sort_aux will
3966- ** be used for a secondary sort.
3959+ ** 「スレッド」以外の値に対しては、これは一次整列方法を提供します。
3960+ ** 2つのメッセージ整列値が等しい場合、$$sort_auxは二次整列に使用されます。
39673961 ** .pp
3968- ** When set to ``threads'', Mutt threads messages in the index. It
3969- ** uses the variable $$sort_thread_groups to sort between threads
3970- ** (at the top/root level), and $$sort_aux to sort sub-threads and
3971- ** children.
3962+ ** 「threads」に設定すると、Muttはインデックス内のメッセージをスレッド化
3963+ ** します。変数$$sort_thread_groupsを使ってスレッド間(トップ/ルートレベル)を
3964+ ** 整列し、$$sort_auxを使ってサブスレッドと子スレッドを整列します。
39723965 */
39733966 { "sort_alias", DT_SORT|DT_SORT_ALIAS, R_NONE, {.p=&SortAlias}, {.l=SORT_ALIAS} },
39743967 /*
39753968 ** .pp
3976- ** Specifies how the entries in the ``alias'' menu are sorted. The
3977- ** following are legal values:
3969+ ** どのように ``alias'' メニューのエントリを整列するかを指定します。
3970+ ** 使用できる値は以下の通りです。
39783971 ** .il
3979- ** .dd address (sort alphabetically by email address)
3980- ** .dd alias (sort alphabetically by alias name)
3981- ** .dd unsorted (leave in order specified in .muttrc)
3972+ ** .dd address (メールアドレスの英語順で整列)
3973+ ** .dd alias (別名の英語順で整列)
3974+ ** .dd unsorted (.muttrc で指定された順そのまま)
39823975 ** .ie
39833976 */
39843977 { "sort_aux", DT_SORT|DT_SORT_AUX, R_INDEX|R_RESORT_BOTH, {.p=&SortAux}, {.l=SORT_DATE} },
39853978 /*
39863979 ** .pp
3987- ** For non-threaded mode, this provides a secondary sort for
3988- ** messages in the ``index'' menu, used when the $$sort value is
3989- ** equal for two messages.
3980+ ** 非スレッドモードの場合、これは、$$sort の値が2つのメッセージに対して
3981+ ** 同じだった場合に、``index'' メニュー中で使われる、2番目のメッセージ
3982+ ** 整列方法を提供します。
39903983 ** .pp
3991- ** When sorting by threads, this variable controls how the branches
3992- ** of the thread trees are sorted. This can be set to any value
3993- ** that $$sort can, except ``threads'' (in that case, mutt will just
3994- ** use ``date-sent''). You can also specify the ``last-'' prefix in
3995- ** addition to the ``reverse-'' prefix, but ``last-'' must come
3996- ** after ``reverse-''. The ``last-'' prefix causes messages to be
3997- ** sorted against its siblings by which has the last descendant,
3998- ** using the rest of $$sort_aux as an ordering. For instance,
3984+ ** スレッドで整列しているとき、この変数は、どのようにスレッドツリーの
3985+ ** ブランチを整列するかを制御します。これは、``threads'' (この場合、
3986+ ** Mutt は ``date-sent'' のみを使用します) 以外の、$$sort で使える任意の値を
3987+ ** 設定できます。また、``reverse-'' に追加して ``last-'' 接頭辞を指定する
3988+ ** ことも出来ますが、``last-'' 接頭辞は ``reverse-'' の後に置かなければ
3989+ ** なりません。``last-'' 接頭辞は、最後の子孫を持つ兄弟に対して、残りの $$sort_aux を
3990+ ** 順番として使用し、メッセージを整列します。たとえば、
39993991 ** .ts
40003992 ** set sort_aux=last-date-received
40013993 ** .te
40023994 ** .pp
4003- ** would mean that if a new message is received in a sub-thread,
4004- ** that sub-thread becomes the last one displayed.
3995+ ** は、新規メッセージがスレッド中にある場合、そのスレッドは最後に表示される
3996+ ** ものになります(又は、``\fCset sort=reverse-threads\fP'' を設定している場合は
3997+ ** 最初のスレッド)。
40053998 ** .pp
4006- ** Note: For reversed-threads $$sort
4007- ** order, $$sort_aux is reversed again (which is not the right thing to do,
4008- ** but kept to not break any existing configuration setting).
3999+ ** 注意: 逆順スレッドの $$sort 順では、$$sort_aux は再度逆順になります
4000+ ** (これは正しくはないのですが、既存の設定を壊さないようにしています)。
40094001 */
40104002 { "sort_browser", DT_SORT|DT_SORT_BROWSER, R_NONE, {.p=&BrowserSort}, {.l=SORT_SUBJECT} },
40114003 /*
40124004 ** .pp
4013- ** Specifies how to sort entries in the file browser. By default, the
4014- ** entries are sorted alphabetically. Valid values:
4005+ ** ファイルブラウザ中でどのようにエントリを整列させるかを指定します。既定では
4006+ ** エントリは英語順に整列されます。有効な値は以下の通りです。
40154007 ** .il
4016- ** .dd alpha (alphabetically)
4008+ ** .dd alpha (英語順)
40174009 ** .dd count
40184010 ** .dd date
40194011 ** .dd size
@@ -4021,8 +4013,8 @@
40214013 ** .dd unsorted
40224014 ** .ie
40234015 ** .pp
4024- ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
4025- ** order (example: ``\fCset sort_browser=reverse-date\fP'').
4016+ ** 逆順で整列したい場合には、``reverse-'' 接頭辞を使う事が出来ます
4017+ ** (例 ``\fCset sort_browser=reverse-date\fP'')。
40264018 */
40274019 { "sort_browser_mailboxes", DT_SORT|DT_SORT_BROWSER, R_NONE, {.p=&BrowserSortMailboxes}, {.l=SORT_ORDER} },
40284020 /*
@@ -4030,8 +4022,11 @@
40304022 ** Specifies how to sort entries in the mailbox browser. By default, the
40314023 ** entries are unsorted, displayed in the same order as listed
40324024 ** in the ``mailboxes'' command. Valid values:
4025+ ** メールボックスブラウザでエントリを整列する方法を指定します。既定では、
4026+ ** エントリは整列されず、「mailboxes」コマンドでリストされたのと同じ順序で
4027+ ** 表示されます。有効な値は次のとおりです。
40334028 ** .il
4034- ** .dd alpha (alphabetically)
4029+ ** .dd alpha (英語順)
40354030 ** .dd count
40364031 ** .dd date
40374032 ** .dd size
@@ -4039,58 +4034,53 @@
40394034 ** .dd unsorted
40404035 ** .ie
40414036 ** .pp
4042- ** You may optionally use the ``reverse-'' prefix to specify reverse sorting
4043- ** order (example: ``\fCset sort_browser_mailboxes=reverse-alpha\fP'').
4037+ ** 逆順で整列したい場合には、``reverse-'' 接頭辞を使う事が出来ます
4038+ ** (例 ``\fCset sort_browser_mailboxes=reverse-alpha\fP'')。
40444039 */
40454040 { "sort_re", DT_BOOL, R_INDEX|R_RESORT|R_RESORT_INIT, {.l=OPTSORTRE}, {.l=1} },
40464041 /*
40474042 ** .pp
4048- ** This variable is only useful when sorting by threads with
4049- ** $$strict_threads \fIunset\fP. In that case, it changes the heuristic
4050- ** mutt uses to thread messages by subject. With $$sort_re \fIset\fP, mutt will
4051- ** only attach a message as the child of another message by subject if
4052- ** the subject of the child message starts with a substring matching the
4053- ** setting of $$reply_regexp. With $$sort_re \fIunset\fP, mutt will attach
4054- ** the message whether or not this is the case, as long as the
4055- ** non-$$reply_regexp parts of both messages are identical.
4043+ ** この変数は、$$strict_threads が \fIunset\fP で、スレッドによる整列の時にのみ
4044+ ** 便利です。この場合、Mutt が使う発見的手法が、題名でスレッドにするように変更になります。
4045+ ** $$sort_re が \fIset\fP の時は、Mutt は、子メッセージの題名が、$$reply_regexpの
4046+ ** 設定と一致する部分文字列で始まっていた場合にのみ、題名で、他のメッセージの子供として
4047+ ** メッセージを接続します。$$sort_re が \fIunset\fP の場合、Mutt は、$$reply_regexp
4048+ ** 部分以外の、両方のメッセージが同じである限り、この場合の時もそうでないときも、
4049+ ** メッセージを接続します。
40564050 */
40574051 { "sort_thread_groups", DT_SORT|DT_SORT_THREAD_GROUPS, R_INDEX|R_RESORT_BOTH, {.p=&SortThreadGroups}, {.l=SORT_AUX} },
40584052 /*
40594053 ** .pp
4060- ** When sorting by threads, this variable controls how threads are
4061- ** sorted in relation to other threads (at the top/root level).
4062- ** This can be set to any value that $$sort can, except ``threads''.
4063- ** You can also specify the ``last-'' prefix in addition to the
4064- ** ``reverse-'' prefix, but ``last-'' must come after ``reverse-''.
4065- ** The ``last-'' prefix causes messages to be sorted against its
4066- ** siblings by which has the last descendant, using the rest of
4067- ** $$sort_thread_groups as an ordering.
4054+ ** スレッド別に整列する場合、この変数は、他のスレッド(トップ/ルートレベル)との
4055+ ** 関係でスレッドを整列する方法を制御します。これは、「スレッド」を除いて、
4056+ ** $$sortが設定できる任意の値に設定できます。「reverse-」プレフィックスに加えて
4057+ ** 「last-」プレフィックスを指定することもできますが、「last-」は「reverse-」の
4058+ ** 後に指定する必要があります。「last-」プレフィックスは、
4059+ ** $$sort_thread_groupsの残りの部分を順序付けとして使用して、最後の子孫を持つ
4060+ ** 兄弟に対してメッセージを整列します。
40684061 ** .pp
4069- ** For backward compatibility, the default value is ``aux'', which
4070- ** means to use $$sort_aux for top-level thread sorting too. The
4071- ** value ``aux'' does not respect ``last-'' or ``reverse-''
4072- ** prefixes, it simply delegates sorting directly to $$sort_aux.
4062+ ** 下位互換性のために、既定値は``aux''です。これはトップレベルのスレッド整列
4063+ ** にも$$sort_auxを使用することを意味します。値``aux''は``last-''や`
4064+ ** `reverse-''プレフィックスを考慮せず、単に整列を直接$$sort_auxに委任します。
40734065 ** .pp
4074- ** Note: For reversed-threads $$sort order, $$sort_thread_groups is
4075- ** reversed again (which is not the right thing to do, but kept to
4076- ** not break any existing configuration setting).
4066+ ** 注意:reversed-threadsの$$sort順の場合、$$sort_thread_groupsは再び逆に
4067+ ** なります(これは正しい動作ではありませんが、既存の設定を壊さないように保持されます)。
40774068 */
40784069 { "spam_separator", DT_STR, R_NONE, {.p=&SpamSep}, {.p=","} },
40794070 /*
40804071 ** .pp
4081- ** This variable controls what happens when multiple spam headers
4082- ** are matched: if \fIunset\fP, each successive header will overwrite any
4083- ** previous matches value for the spam label. If \fIset\fP, each successive
4084- ** match will append to the previous, using this variable's value as a
4085- ** separator.
4072+ ** この変数は、複数のスパムヘッダが一致した場合に、何をするかを制御します。
4073+ ** \fIunset\fP の場合、この変数の値をセパレータとして、各連続した一致は、
4074+ ** spam ラベルの以前の一致した値を上書きします。\fIset\fP の場合、
4075+ ** 各成功した一致は、この変数の値をセパレータとして以前のものに追加されます。
40864076 */
40874077 { "spoolfile", DT_PATH, R_NONE, {.p=&Spoolfile}, {.p=0} },
40884078 /*
40894079 ** .pp
4090- ** If your spool mailbox is in a non-default place where Mutt cannot find
4091- ** it, you can specify its location with this variable. Mutt will
4092- ** initially set this variable to the value of the environment
4093- ** variable \fC$$$MAIL\fP or \fC$$$MAILDIR\fP if either is defined.
4080+ ** スプールメールボックスが、既定値外の場所にあり、Mutt が見つけられない場合、
4081+ ** その位置をこの変数で指定します。Mutt は、どちらかが使われている場合、
4082+ ** 環境変数 \fC$$$MAIL\fP 又は \fC$$$MAILDIR\fP の値を起動時にこの変数に
4083+ ** 設定します。
40944084 */
40954085 #if defined(USE_SSL)
40964086 # ifdef USE_SSL_GNUTLS
Afficher sur ancien navigateur de dépôt.