Ubuntu 14.04 で Evolution の設定を変更するにはどうすればよいですか?

Ubuntu 14.04 で Evolution の設定を変更するにはどうすればよいですか?

選択後編集そして環境設定タイトル付きの奇妙な大きなアイコンは表示されますが、そのウィンドウでは何も選択できません。私の Evolution バージョンは 3.10.4、OS は Ubuntu 14.04 です。設定ウィンドウは次のようになります。 Ubuntu 14.04 の Evolution の設定ウィンドウ メール アカウントの設定を編集したいのですが、Evolution でこの設定を行う他の方法はありますか?

答え1

私は同じバージョンの Evolution を実行しており、私の場合は次のようになります。

しかし、私は 14.04.3 Unity で実行しています。

メールの設定は設定ファイルで直接設定できます:

nano ~/.config/evolution/sources/nnnnnn@$USER.source:

[Mail Submission]
TransportUid=1405846492.7444.1@fab-ux
SentFolder=folder://local/Sent

RepliesToOriginFolder=false

[Data Source]
DisplayName=Fabby Mail
Enabled=true
Parent=1392030387.8173.21@fab-ux

[Mail Identity]
Name=Fabby
[email protected]
SignatureUid=1438771030.3264.0@fab-ux

Organization=
ReplyTo=

[Mail Composition]
DraftsFolder=folder://local/Drafts
SignImip=true

Bcc=
Cc=
TemplatesFolder=

[Pretty Good Privacy (OpenPGP)]
AlwaysSign=false
AlwaysTrust=false
EncryptToSelf=false

KeyId=
SigningAlgorithm=
SignByDefault=false

[Secure MIME (S/MIME)]
EncryptByDefault=false
EncryptToSelf=true
SignByDefault=false
EncryptionCertificate=
SigningAlgorithm=
SigningCertificate=

[Message Disposition Notifications]
ResponsePolicy=ask

関連情報