-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0049 - Mail_cc.set.json
More file actions
27 lines (27 loc) · 1.31 KB
/
0049 - Mail_cc.set.json
File metadata and controls
27 lines (27 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"script_id": "49",
"display_name": "Mail_cc.set",
"summary": "Function that deletes one's e-mail address from the Cc: list",
"name": "Mail_cc.set",
"script_type": "utility",
"description": "Bothered of receiving a copy of all your messages when you reply to a group of people ? Well, this file is for you ! \n\nIn order to use it, source this file or delete its last line and call DelFromCC() by yourself.\n\nIt works fine with MUTT and ELM ; I haven't test any other MUA. MUTT defines the option metoo that should handle this... I've never successed to make it work properly :-((",
"install_details": "Once again, copy the file to wherever you are inspired and source it from your e-mail plugins.\n\nAll you have to do is to change my e-mail address to yours. This have to be done within the variables 'user' and 'domain'.\n",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=69",
"filename": "Mail_cc.set",
"script_version": "1.3",
"date": "2001-07-28",
"vim_version": "5.7",
"author": {
"user_id": "102",
"user_name": "hermitte",
"first_name": "Luc",
"last_name": "Hermitte",
"email": "hermitte@free.fr",
"homepage": "http://hermitte.free.fr/vim"
},
"release_notes": "Initial upload"
}
]
}