forked from sup-heliotrope/sup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.txt
152 lines (152 loc) · 3.87 KB
/
Manifest.txt
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
.gitignore
.gitmodules
.travis.yml
CONTRIBUTORS
Gemfile
HACKING
History.txt
LICENSE
Manifest.txt
README.md
Rakefile
ReleaseNotes
bin/sup
bin/sup-add
bin/sup-config
bin/sup-dump
bin/sup-import-dump
bin/sup-psych-ify-config-files
bin/sup-recover-sources
bin/sup-sync
bin/sup-sync-back-maildir
bin/sup-tweak-labels
contrib/colorpicker.rb
contrib/completion/_sup.bash
contrib/completion/_sup.zsh
contrib/rubocop-packaging/.rubocop.yml
contrib/rubocop-packaging/Gemfile
contrib/rubocop-packaging/rubocop-packaging.sh
devel/console.sh
devel/count-loc.sh
devel/load-index.rb
devel/profile.rb
devel/start-console.rb
doc/FAQ.txt
doc/Hooks.txt
doc/Philosophy.txt
doc/wiki
ext/mkrf_conf_xapian.rb
lib/sup.rb
lib/sup/account.rb
lib/sup/buffer.rb
lib/sup/colormap.rb
lib/sup/contact.rb
lib/sup/crypto.rb
lib/sup/draft.rb
lib/sup/hook.rb
lib/sup/horizontal_selector.rb
lib/sup/idle.rb
lib/sup/index.rb
lib/sup/interactive_lock.rb
lib/sup/keymap.rb
lib/sup/label.rb
lib/sup/logger.rb
lib/sup/logger/singleton.rb
lib/sup/maildir.rb
lib/sup/mbox.rb
lib/sup/message.rb
lib/sup/message_chunks.rb
lib/sup/mode.rb
lib/sup/modes/buffer_list_mode.rb
lib/sup/modes/completion_mode.rb
lib/sup/modes/compose_mode.rb
lib/sup/modes/console_mode.rb
lib/sup/modes/contact_list_mode.rb
lib/sup/modes/edit_message_async_mode.rb
lib/sup/modes/edit_message_mode.rb
lib/sup/modes/file_browser_mode.rb
lib/sup/modes/forward_mode.rb
lib/sup/modes/help_mode.rb
lib/sup/modes/inbox_mode.rb
lib/sup/modes/label_list_mode.rb
lib/sup/modes/label_search_results_mode.rb
lib/sup/modes/line_cursor_mode.rb
lib/sup/modes/log_mode.rb
lib/sup/modes/person_search_results_mode.rb
lib/sup/modes/poll_mode.rb
lib/sup/modes/reply_mode.rb
lib/sup/modes/resume_mode.rb
lib/sup/modes/scroll_mode.rb
lib/sup/modes/search_list_mode.rb
lib/sup/modes/search_results_mode.rb
lib/sup/modes/text_mode.rb
lib/sup/modes/thread_index_mode.rb
lib/sup/modes/thread_view_mode.rb
lib/sup/person.rb
lib/sup/poll.rb
lib/sup/rfc2047.rb
lib/sup/search.rb
lib/sup/sent.rb
lib/sup/service/label_service.rb
lib/sup/source.rb
lib/sup/tagger.rb
lib/sup/textfield.rb
lib/sup/thread.rb
lib/sup/time.rb
lib/sup/undo.rb
lib/sup/update.rb
lib/sup/util.rb
lib/sup/util/axe.rb
lib/sup/util/locale_fiddler.rb
lib/sup/util/ncurses.rb
lib/sup/util/path.rb
lib/sup/util/query.rb
lib/sup/util/uri.rb
lib/sup/version.rb
sup.gemspec
test/dummy_source.rb
test/fixtures/bad-content-transfer-encoding-1.eml
test/fixtures/binary-content-transfer-encoding-2.eml
test/fixtures/blank-header-fields.eml
test/fixtures/contacts.txt
test/fixtures/embedded-message.eml
test/fixtures/mailing-list-header.eml
test/fixtures/malicious-attachment-names.eml
test/fixtures/missing-from-to.eml
test/fixtures/missing-line.eml
test/fixtures/multi-part-2.eml
test/fixtures/multi-part.eml
test/fixtures/no-body.eml
test/fixtures/non-ascii-header-in-nested-message.eml
test/fixtures/non-ascii-header.eml
test/fixtures/rfc2047-header-encoding.eml
test/fixtures/simple-message.eml
test/fixtures/text-attachments-with-charset.eml
test/fixtures/zimbra-quote-with-bottom-post.eml
test/gnupg_test_home/.gpg-v21-migrated
test/gnupg_test_home/gpg.conf
test/gnupg_test_home/private-keys-v1.d/306D2EE90FF0014B5B9FD07E265C751791674140.key
test/gnupg_test_home/pubring.gpg
test/gnupg_test_home/receiver_pubring.gpg
test/gnupg_test_home/receiver_secring.gpg
test/gnupg_test_home/regen_keys.sh
test/gnupg_test_home/secring.gpg
test/gnupg_test_home/[email protected]
test/integration/test_label_service.rb
test/integration/test_maildir.rb
test/integration/test_mbox.rb
test/test_crypto.rb
test/test_header_parsing.rb
test/test_helper.rb
test/test_message.rb
test/test_messages_dir.rb
test/test_yaml_migration.rb
test/test_yaml_regressions.rb
test/unit/service/test_label_service.rb
test/unit/test_contact.rb
test/unit/test_horizontal_selector.rb
test/unit/test_locale_fiddler.rb
test/unit/test_person.rb
test/unit/util/test_query.rb
test/unit/util/test_string.rb
test/unit/util/test_uri.rb