81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"id": "f201fbc3-44e6-46fc-bcaa-432f9815454c",
|
|
"snapshot": "thunderbird",
|
|
"instruction": "When I reply to an email, it quotes the original message but offsets it with an indentation and \">\" character. I would like to quote the original message with no indentation, and no special character. Could you help me remove the indentation and \">\" for me?",
|
|
"source": "https://superuser.com/questions/1781004/how-do-i-remove-the-indentation-and-character-in-quoted-text-of-a-reply-mess",
|
|
"config": [
|
|
{
|
|
"type": "download",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/thunderbird/dd84e895-72fd-4023-a336-97689ded257c/thunderbird-profile.tar.gz",
|
|
"path": "/home/user/thunderbird-profile.tar.gz"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "execute",
|
|
"parameters": {
|
|
"command": [
|
|
"tar",
|
|
"-xzv",
|
|
"--recursive-unlink",
|
|
"-f",
|
|
"/home/user/thunderbird-profile.tar.gz",
|
|
"-C",
|
|
"/home/user/"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": [
|
|
"/usr/bin/thunderbird"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"thunderbird"
|
|
],
|
|
"evaluator": {
|
|
"postconfig": [
|
|
{
|
|
"type": "close_window",
|
|
"parameters": {
|
|
"window_name": "Mail.thunderbird",
|
|
"strict": true,
|
|
"by_class": true
|
|
}
|
|
},
|
|
{
|
|
"type": "sleep",
|
|
"parameters": {
|
|
"seconds": 0.5
|
|
}
|
|
}
|
|
],
|
|
"func": "check_thunderbird_prefs",
|
|
"result": {
|
|
"type": "vm_file",
|
|
"path": "/home/user/.thunderbird/t5q2a5hp.default-release/prefs.js",
|
|
"dest": "thunder-prefs.js"
|
|
},
|
|
"expected": {
|
|
"type": "rule",
|
|
"rules": {
|
|
"expect": {
|
|
"mail.identity.id1.auto_quote": {
|
|
"method": "eq",
|
|
"ref": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"proxy": false
|
|
} |