-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0025 - mailbrowser.vim.json
More file actions
91 lines (91 loc) · 3.33 KB
/
0025 - mailbrowser.vim.json
File metadata and controls
91 lines (91 loc) · 3.33 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"script_id": "25",
"display_name": "mailbrowser.vim",
"summary": "Browse Berkeley mbox format mailbox files",
"name": "mailbrowser.vim",
"script_type": "utility",
"description": "This script allows you to browse (read) email from a standard Berkeley mbox formatted mail file. When you type :Mail or :Mail <filename>, it will scan the file for headers, extract them, and present you with a list of the mail items present in the file. You can easily select mail items to view. It does not (as yet) allow you to send mail in any form, or to delete mail from the mailbox.\n\nSee the script for more detailed usage information.",
"install_details": "Drop it in $HOME/.vim/plugins",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=127",
"filename": "mailbrowser.vim",
"script_version": "1.4",
"date": "2001-08-21",
"vim_version": "6.0",
"author": {
"user_id": "67",
"user_name": "waggoner",
"first_name": "Mark",
"last_name": "Waggoner",
"email": "mark@wagnell.com",
"homepage": ""
},
"release_notes": "Slightly more robust help file creation"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=126",
"filename": "mailbrowser.vim",
"script_version": "1.3",
"date": "2001-08-21",
"vim_version": "6.0",
"author": {
"user_id": "67",
"user_name": "waggoner",
"first_name": "Mark",
"last_name": "Waggoner",
"email": "mark@wagnell.com",
"homepage": ""
},
"release_notes": "Added J and K mappings in mail window to go to previous & next message.\nFixed a globbing bug\nAdded experimental auto-installation of help file"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=109",
"filename": "mailbrowser.vim",
"script_version": "1.2",
"date": "2001-08-15",
"vim_version": "6.0",
"author": {
"user_id": "67",
"user_name": "waggoner",
"first_name": "Mark",
"last_name": "Waggoner",
"email": "mark@wagnell.com",
"homepage": ""
},
"release_notes": "Added ability to sort index on subject, sender, or file-order. Cleaned up a few small bugs. See the script for details. "
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=62",
"filename": "mailbrowser.vim",
"script_version": "1.1",
"date": "2001-07-25",
"vim_version": "6.0",
"author": {
"user_id": "67",
"user_name": "waggoner",
"first_name": "Mark",
"last_name": "Waggoner",
"email": "mark@wagnell.com",
"homepage": ""
},
"release_notes": "Silenced some unwanted messages. \nAdded flag for \"New\" (unread) mail to the index.\n:SMail now works to always split mail browser into new window"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=33",
"filename": "mailbrowser.vim",
"script_version": "1.0",
"date": "2001-06-25",
"vim_version": "6.0",
"author": {
"user_id": "67",
"user_name": "waggoner",
"first_name": "Mark",
"last_name": "Waggoner",
"email": "mark@wagnell.com",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}