Thunderbird ダウングレード 115.3.1 to 102.9.1 したメモ

環境

Linux servername 6.2.0-33-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 10:33:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
LSB Version: core-11.1.0ubuntu4-noarch:printing-11.1.0ubuntu4-noarch:security-11.1.0ubuntu4-noarch
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy

一度 version 115 で起動してしてしまうと
プロファイルが更新されてしまい
102 ではプロファイルが読み込めなくなってしまった。
バックアップから戻した。

Uninstall

– Synaptic パッケージマネージャーで 115.3.1 をアンインストール

下記から 102.9.1 を Download して展開し、

– https://archive.mozilla.org/pub/thunderbird/releases/102.9.1/linux-x86_64/ja/
– thunderbird-102.9.1.tar.bz2

下記から起動できるように移動

– $HOME/bin/thunderbird/thunderbird

alias を設定

$ vi ~/.bashrc

alias thunderbird=$HOME/bin/thunderbird/thunderbird

現在のプロファイルを移動しておく

$ mv ~/.thunderbird ~/dot_thunderbird-102.9.1_231004

$ thunderbird -P
新しくプロファイルを作成して
一旦終了
プロファイルディレクトリーの中身をコピー
$HOME/dot_thunderbird-102.9.1_231004/profile-A-dir/
$HOME/.thunderbird/profile-A-dir/
再起動

メニューに登録

cd ~/.local/share/applications/

thunderbird.desktop:

gnome3 の dock に登録できない Add to Favorites メニューが出てこないので
信頼できるアプリとして登録する:

$ sudo dbus-launch gio set “/home/USER/.local/share/applications/thunderbird.desktop” “metadata::trusted” true

一度、ログアウトしてログインし直す

以下はメモとして残しておくが上手くいかなかったり、やめてしまった内容:

$ sudo gio set “/home/USER/.local/share/applications/thunderbird.desktop” “metadata::trusted” true
$ sudo dbus-launch gio set /home/demo/Desktop/google-chrome.desktop “metadata::trusted” yes
$ sudo dbus-launch gio set “/home/USER/.local/share/applications/thunderbird.desktop” “metadata::trusted” yes
$ sudo dbus-launch gio set “/home/USER/.local/share/applications/thunderbird.desktop” “metadata::trusted” yes
$ dbus-launch gio set “/home/USER/.local/share/applications/thunderbird.desktop” “metadata::trusted” yes

コマンドラインからお気に入り (dock ピン留め) を操作する方法

$ gsettings set org.gnome.shell favorite-apps “[‘firefox.desktop’, ‘thunderbird.desktop’, … ]”


102 のままでいつまで使い続けられるだろうか…

Microsoft Outlook の添付ファイル winmail.dat から元のファイルを取り出したい / I want to extract the original file from the Microsoft Outlook attachment winmail.dat on Ubuntu

久々に目にした winmail.dat です。まだ存在するんです。やめてください。

 

https://ubuntu.pkgs.org/22.04/ubuntu-universe-amd64/tnef_1.4.18-3_amd64.deb.html :

TNEF is a program for unpacking MIME attachments of type
“application/ms-tnef”. This is typically a Microsoft only attachment.
The TNEF program allows one to unpack the attachments which were
encapsulated into the TNEF attachment, thus alleviating the need to use
Microsoft Outlook to view the attachment.

fetchmail で受信したメールをテキストファイルに保存するメモ / Output mail to text file using fetchmail

fetchmailrc をサーバーに合わせて書き、”mda /path/mda.sh” を追加する

/path/mda.sh

実行

Fixed an error logged by fetchmail. It means that cannot receive large messages. Changed postfix settings.

fetchmail log にエラーが記録される…Roundcube webmail

Postfix 設定変更

Postfix の main.cf の設定変更は自動反映される

See

http://akira-arets.blogspot.com/2016/01/fetchmail-postfix-virtualmailbox.html