このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
adrian
/
mutt-wizard
ミラー元
https://github.com/LukeSmithxyz/mutt-wizard.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
6
Wiki
アクティビティ
ソースを参照
minor tweaks
tags/v3.1
Luke Smith
4年前
親
3bf2023dd5
コミット
55f810ef69
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4C50B54A911F6252
2個のファイルの変更
、
2行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
bin/openfile
+1
-0
share/mailcap
+ 1
- 1
bin/openfile
ファイルの表示
@@ -1,7 +1,7 @@
#!/bin/sh
# Helps open a file with xdg-open from mutt in a external program without weird side effects.
[ $(uname) = "Darwin" ] && opener="open" || opener="setsid xdg-open"
[
"
$(uname)
"
= "Darwin" ] && opener="open" || opener="setsid xdg-open"
mkdir -p "/tmp/$USER-mutt-tmp"
file="/tmp/$USER-mutt-tmp/$(basename "$1")"
rm -f "$file"
+ 1
- 0
share/mailcap
ファイルの表示
@@ -5,3 +5,4 @@ image/*; openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
application/pdf; openfile %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;
書き込み
プレビュー
読み込み中…
キャンセル
保存