NeoMutt  2025-12-11-872-g385a04
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
opcodes.h
Go to the documentation of this file.
1
24
25#ifndef MUTT_OPCODES_H
26#define MUTT_OPCODES_H
27
28#include "config.h"
29#include "mutt/lib.h"
30
31const char *opcodes_get_description(int op);
32const char *opcodes_get_name (int op);
33
34#define OP_REPAINT -3
35#define OP_TIMEOUT -2
36#define OP_ABORT -1
37
38// clang-format off
39#define OPS_ATTACH(_fmt) \
40 /* L10N: Help screen description for OP_ATTACH_ATTACH_FILE */ \
41 /* Compose Dialog: <op_attach_attach_file> */ \
42 _fmt(OP_ATTACH_ATTACH_FILE, N_("Attach files to this message")) \
43 /* L10N: Help screen description for OP_ATTACH_ATTACH_MESSAGE */ \
44 /* Compose Dialog: <op_attach_attach_message> */ \
45 _fmt(OP_ATTACH_ATTACH_MESSAGE, N_("Attach messages to this message")) \
46 /* L10N: Help screen description for OP_ATTACH_ATTACH_NEWS_MESSAGE */ \
47 /* Compose Dialog: <op_attach_attach_message> */ \
48 _fmt(OP_ATTACH_ATTACH_NEWS_MESSAGE, N_("Attach news articles to this message")) \
49 /* L10N: Help screen description for OP_ATTACH_COLLAPSE */ \
50 /* Attach Dialog: <op_attach_collapse> */ \
51 _fmt(OP_ATTACH_COLLAPSE, N_("Toggle display of subparts")) \
52 /* L10N: Help screen description for OP_ATTACH_DELETE */ \
53 /* Attach Dialog: <op_attach_delete> */ \
54 _fmt(OP_ATTACH_DELETE, N_("Delete the current entry")) \
55 /* L10N: Help screen description for OP_ATTACH_DETACH */ \
56 /* Compose Dialog: <op_attach_detach> */ \
57 _fmt(OP_ATTACH_DETACH, N_("Delete the current entry")) \
58 /* L10N: Help screen description for OP_ATTACH_EDIT_CONTENT_ID */ \
59 /* Compose Dialog: <op_attach_edit_content_id> */ \
60 _fmt(OP_ATTACH_EDIT_CONTENT_ID, N_("Edit the 'Content-ID' of the attachment")) \
61 /* L10N: Help screen description for OP_ATTACH_EDIT_DESCRIPTION */ \
62 /* Compose Dialog: <op_attach_edit_description> */ \
63 _fmt(OP_ATTACH_EDIT_DESCRIPTION, N_("Edit attachment description")) \
64 /* L10N: Help screen description for OP_ATTACH_EDIT_ENCODING */ \
65 /* Compose Dialog: <op_attach_edit_encoding> */ \
66 _fmt(OP_ATTACH_EDIT_ENCODING, N_("Edit attachment transfer-encoding")) \
67 /* L10N: Help screen description for OP_ATTACH_EDIT_LANGUAGE */ \
68 /* Compose Dialog: <op_attach_edit_language> */ \
69 _fmt(OP_ATTACH_EDIT_LANGUAGE, N_("Edit the 'Content-Language' of the attachment")) \
70 /* L10N: Help screen description for OP_ATTACH_EDIT_MIME */ \
71 /* Compose Dialog: <op_attach_edit_mime> */ \
72 _fmt(OP_ATTACH_EDIT_MIME, N_("Edit attachment using mailcap entry")) \
73 /* L10N: Help screen description for OP_ATTACH_EDIT_TYPE */ \
74 /* Attach Dialog: <op_attach_edit_type> */ \
75 /* Compose Dialog: <op_attach_edit_type> */ \
76 /* Index: <op_attach_edit_type> */ \
77 _fmt(OP_ATTACH_EDIT_TYPE, N_("Edit attachment content type")) \
78 /* L10N: Help screen description for OP_ATTACH_FILTER */ \
79 /* Compose Dialog: <op_attach_filter> */ \
80 _fmt(OP_ATTACH_FILTER, N_("Filter attachment through a shell command")) \
81 /* L10N: Help screen description for OP_ATTACH_GET_ATTACHMENT */ \
82 /* Compose Dialog: <op_attach_get_attachment> */ \
83 _fmt(OP_ATTACH_GET_ATTACHMENT, N_("Get a temporary copy of an attachment")) \
84 /* L10N: Help screen description for OP_ATTACH_GROUP_ALTS */ \
85 /* Compose Dialog: <op_attach_group_alts> */ \
86 _fmt(OP_ATTACH_GROUP_ALTS, N_("Group tagged attachments as 'multipart/alternative'")) \
87 /* L10N: Help screen description for OP_ATTACH_GROUP_LINGUAL */ \
88 /* Compose Dialog: <op_attach_group_lingual> */ \
89 _fmt(OP_ATTACH_GROUP_LINGUAL, N_("Group tagged attachments as 'multipart/multilingual'")) \
90 /* L10N: Help screen description for OP_ATTACH_GROUP_RELATED */ \
91 /* Compose Dialog: <op_attach_group_related> */ \
92 _fmt(OP_ATTACH_GROUP_RELATED, N_("Group tagged attachments as 'multipart/related'")) \
93 /* L10N: Help screen description for OP_ATTACH_MOVE_DOWN */ \
94 /* Compose Dialog: <op_attach_move_down> */ \
95 _fmt(OP_ATTACH_MOVE_DOWN, N_("Move an attachment down in the attachment list")) \
96 /* L10N: Help screen description for OP_ATTACH_MOVE_UP */ \
97 /* Compose Dialog: <op_attach_move_up> */ \
98 _fmt(OP_ATTACH_MOVE_UP, N_("Move an attachment up in the attachment list")) \
99 /* L10N: Help screen description for OP_ATTACH_NEW_MIME */ \
100 /* Compose Dialog: <op_attach_new_mime> */ \
101 _fmt(OP_ATTACH_NEW_MIME, N_("Compose new attachment using mailcap entry")) \
102 /* L10N: Help screen description for OP_ATTACH_PIPE */ \
103 _fmt(OP_ATTACH_PIPE, N_("Pipe message/attachment to a shell command")) \
104 /* L10N: Help screen description for OP_ATTACH_PRINT */ \
105 /* Attach Dialog: <op_attach_print> */ \
106 /* Compose Dialog: <op_attach_print> */ \
107 _fmt(OP_ATTACH_PRINT, N_("Print the current entry")) \
108 /* L10N: Help screen description for OP_ATTACH_RENAME_ATTACHMENT */ \
109 /* Compose Dialog: <op_attach_rename_attachment> */ \
110 _fmt(OP_ATTACH_RENAME_ATTACHMENT, N_("Send attachment with a different name")) \
111 /* L10N: Help screen description for OP_ATTACH_SAVE */ \
112 /* Attach Dialog: <op_attach_save> */ \
113 /* Compose Dialog: <op_attach_save> */ \
114 _fmt(OP_ATTACH_SAVE, N_("Save message/attachment to a mailbox/file")) \
115 /* L10N: Help screen description for OP_ATTACH_TOGGLE_DISPOSITION */ \
116 /* Compose Dialog: <op_attach_toggle_disposition> */ \
117 _fmt(OP_ATTACH_TOGGLE_DISPOSITION, N_("Toggle disposition between inline/attachment")) \
118 /* L10N: Help screen description for OP_ATTACH_TOGGLE_RECODE */ \
119 /* Compose Dialog: <op_attach_toggle_recode> */ \
120 _fmt(OP_ATTACH_TOGGLE_RECODE, N_("Toggle recoding of this attachment")) \
121 /* L10N: Help screen description for OP_ATTACH_TOGGLE_UNLINK */ \
122 /* Compose Dialog: <op_attach_toggle_unlink> */ \
123 _fmt(OP_ATTACH_TOGGLE_UNLINK, N_("Toggle whether to delete file after sending it")) \
124 /* L10N: Help screen description for OP_ATTACH_UNDELETE */ \
125 /* Attach Dialog: <op_attach_undelete> */ \
126 _fmt(OP_ATTACH_UNDELETE, N_("Undelete the current entry")) \
127 /* L10N: Help screen description for OP_ATTACH_UNGROUP */ \
128 /* Compose Dialog: <op_attach_ungroup> */ \
129 _fmt(OP_ATTACH_UNGROUP, N_("Ungroup 'multipart' attachment")) \
130 /* L10N: Help screen description for OP_ATTACH_UPDATE_ENCODING */ \
131 /* Compose Dialog: <op_attach_update_encoding> */ \
132 _fmt(OP_ATTACH_UPDATE_ENCODING, N_("Update an attachment's encoding info")) \
133 /* L10N: Help screen description for OP_ATTACH_VIEW */ \
134 /* Attach Dialog: <op_attach_view> */ \
135 /* Compose Dialog: <op_display_headers> */ \
136 _fmt(OP_ATTACH_VIEW, N_("View attachment using mailcap entry if necessary")) \
137 /* L10N: Help screen description for OP_ATTACH_VIEW_MAILCAP */ \
138 /* Attach Dialog: <op_attach_view_mailcap> */ \
139 /* Compose Dialog: <op_display_headers> */ \
140 _fmt(OP_ATTACH_VIEW_MAILCAP, N_("Force viewing of attachment using mailcap")) \
141 /* L10N: Help screen description for OP_ATTACH_VIEW_PAGER */ \
142 /* Attach Dialog: <op_attach_view_pager> */ \
143 /* Compose Dialog: <op_display_headers> */ \
144 _fmt(OP_ATTACH_VIEW_PAGER, N_("View attachment in pager using copiousoutput mailcap")) \
145 /* L10N: Help screen description for OP_ATTACH_VIEW_TEXT */ \
146 /* Attach Dialog: <op_attach_view_text> */ \
147 /* Compose Dialog: <op_display_headers> */ \
148 _fmt(OP_ATTACH_VIEW_TEXT, N_("View attachment as text")) \
149 /* L10N: Help screen description for OP_PREVIEW_PAGE_DOWN */ \
150 /* Compose Dialog: <op_preview_page_down> */ \
151 _fmt(OP_PREVIEW_PAGE_DOWN, N_("Show the next page of the message")) \
152 /* L10N: Help screen description for OP_PREVIEW_PAGE_UP */ \
153 /* Compose Dialog: <op_preview_page_up> */ \
154 _fmt(OP_PREVIEW_PAGE_UP, N_("Show the previous page of the message")) \
155
156#ifdef USE_AUTOCRYPT
157#define OPS_AUTOCRYPT(_fmt) \
158 /* L10N: Help screen description for OP_AUTOCRYPT_ACCT_MENU */ \
159 /* Index: <op_autocrypt_acct_menu> */ \
160 _fmt(OP_AUTOCRYPT_ACCT_MENU, N_("Manage autocrypt accounts")) \
161 /* L10N: Help screen description for OP_AUTOCRYPT_CREATE_ACCT */ \
162 /* Autocrypt Dialog: <op_autocrypt_create_acct> */ \
163 _fmt(OP_AUTOCRYPT_CREATE_ACCT, N_("Create a new autocrypt account")) \
164 /* L10N: Help screen description for OP_AUTOCRYPT_DELETE_ACCT */ \
165 /* Autocrypt Dialog: <op_autocrypt_delete_acct> */ \
166 _fmt(OP_AUTOCRYPT_DELETE_ACCT, N_("Delete the current account")) \
167 /* L10N: Help screen description for OP_AUTOCRYPT_TOGGLE_ACTIVE */ \
168 /* Autocrypt Dialog: <op_autocrypt_toggle_active> */ \
169 _fmt(OP_AUTOCRYPT_TOGGLE_ACTIVE, N_("Toggle the current account active/inactive")) \
170 /* L10N: Help screen description for OP_AUTOCRYPT_TOGGLE_PREFER */ \
171 /* Autocrypt Dialog: <op_autocrypt_toggle_prefer> */ \
172 _fmt(OP_AUTOCRYPT_TOGGLE_PREFER, N_("Toggle the current account prefer-encrypt flag")) \
173 /* L10N: Help screen description for OP_COMPOSE_AUTOCRYPT_MENU */ \
174 /* Envelope Window: <op_compose_autocrypt_menu> */ \
175 _fmt(OP_COMPOSE_AUTOCRYPT_MENU, N_("Show autocrypt compose menu options"))
176#else
177#define OPS_AUTOCRYPT(_)
178#endif
179
180#define OPS_CORE(_fmt) \
181 /* L10N: Help screen description for OP_ALIAS_DIALOG */ \
182 /* Index: <op_alias_dialog> */ \
183 _fmt(OP_ALIAS_DIALOG, N_("Open the aliases dialog")) \
184 /* L10N: Help screen description for OP_BOTTOM_PAGE */ \
185 /* Menu: <menu_movement> */ \
186 _fmt(OP_BOTTOM_PAGE, N_("Move to the bottom of the page")) \
187 /* L10N: Help screen description for OP_BOUNCE_MESSAGE */ \
188 /* Attach Dialog: <op_bounce_message> */ \
189 /* Index: <op_bounce_message> */ \
190 _fmt(OP_BOUNCE_MESSAGE, N_("Remail a message to another user")) \
191 /* L10N: Help screen description for OP_BROWSER_GOTO_FOLDER */ \
192 /* Browser: <op_toggle_mailboxes> */ \
193 _fmt(OP_BROWSER_GOTO_FOLDER, N_("Swap the current folder position with $folder if it exists")) \
194 /* L10N: Help screen description for OP_BROWSER_NEW_FILE */ \
195 /* Browser: <op_browser_new_file> */ \
196 _fmt(OP_BROWSER_NEW_FILE, N_("Select a new file in this directory")) \
197 /* L10N: Help screen description for OP_BROWSER_SUBSCRIBE */ \
198 /* Browser: <op_browser_subscribe> */ \
199 _fmt(OP_BROWSER_SUBSCRIBE, N_("Subscribe to current mbox (IMAP/NNTP only)")) \
200 /* L10N: Help screen description for OP_BROWSER_TELL */ \
201 /* Browser: <op_browser_tell> */ \
202 _fmt(OP_BROWSER_TELL, N_("Display the currently selected file's name")) \
203 /* L10N: Help screen description for OP_BROWSER_TOGGLE_LSUB */ \
204 /* Browser: <op_browser_toggle_lsub> */ \
205 _fmt(OP_BROWSER_TOGGLE_LSUB, N_("Toggle view all/subscribed mailboxes (IMAP only)")) \
206 /* L10N: Help screen description for OP_BROWSER_UNSUBSCRIBE */ \
207 /* Browser: <op_browser_subscribe> */ \
208 _fmt(OP_BROWSER_UNSUBSCRIBE, N_("Unsubscribe from current mbox (IMAP/NNTP only)")) \
209 /* L10N: Help screen description for OP_BROWSER_VIEW_FILE */ \
210 /* Browser: <op_browser_view_file> */ \
211 _fmt(OP_BROWSER_VIEW_FILE, N_("View file")) \
212 /* L10N: Help screen description for OP_CATCHUP */ \
213 /* Browser: <op_catchup> */ \
214 /* Index: <op_catchup> */ \
215 _fmt(OP_CATCHUP, N_("Mark all articles in newsgroup as read")) \
216 /* L10N: Help screen description for OP_CHANGE_DIRECTORY */ \
217 /* Browser: <op_change_directory> */ \
218 _fmt(OP_CHANGE_DIRECTORY, N_("Change directories")) \
219 /* L10N: Help screen description for OP_CHECK_NEW */ \
220 /* Browser: <op_toggle_mailboxes> */ \
221 _fmt(OP_CHECK_NEW, N_("Check mailboxes for new mail")) \
222 /* L10N: Help screen description for OP_CHECK_STATS */ \
223 /* Global: <op_check_stats> */ \
224 _fmt(OP_CHECK_STATS, N_("Calculate message statistics for all mailboxes")) \
225 /* L10N: Help screen description for OP_COMPOSE_EDIT_FILE */ \
226 /* Compose Dialog: <op_compose_edit_file> */ \
227 _fmt(OP_COMPOSE_EDIT_FILE, N_("Edit the file to be attached")) \
228 /* L10N: Help screen description for OP_COMPOSE_EDIT_MESSAGE */ \
229 /* Compose Dialog: <op_compose_edit_message> */ \
230 _fmt(OP_COMPOSE_EDIT_MESSAGE, N_("Edit the message")) \
231 /* L10N: Help screen description for OP_COMPOSE_ISPELL */ \
232 /* Compose Dialog: <op_compose_ispell> */ \
233 _fmt(OP_COMPOSE_ISPELL, N_("Run ispell on the message")) \
234 /* L10N: Help screen description for OP_COMPOSE_POSTPONE_MESSAGE */ \
235 /* Compose Dialog: <op_compose_postpone_message> */ \
236 _fmt(OP_COMPOSE_POSTPONE_MESSAGE, N_("Save this message to send later")) \
237 /* L10N: Help screen description for OP_COMPOSE_RENAME_FILE */ \
238 /* Compose Dialog: <op_compose_rename_file> */ \
239 _fmt(OP_COMPOSE_RENAME_FILE, N_("Rename/move an attached file")) \
240 /* L10N: Help screen description for OP_COMPOSE_SEND_MESSAGE */ \
241 /* Compose Dialog: <op_compose_send_message> */ \
242 _fmt(OP_COMPOSE_SEND_MESSAGE, N_("Send the message")) \
243 /* L10N: Help screen description for OP_COMPOSE_TO_SENDER */ \
244 /* Attach Dialog: <op_compose_to_sender> */ \
245 /* Index: <op_compose_to_sender> */ \
246 _fmt(OP_COMPOSE_TO_SENDER, N_("Compose new message to the current message sender")) \
247 /* L10N: Help screen description for OP_COMPOSE_WRITE_MESSAGE */ \
248 /* Compose Dialog: <op_compose_write_message> */ \
249 _fmt(OP_COMPOSE_WRITE_MESSAGE, N_("Write the message to a folder")) \
250 /* L10N: Help screen description for OP_COPY_MESSAGE */ \
251 /* Index: <op_save> */ \
252 _fmt(OP_COPY_MESSAGE, N_("Copy a message to a file/mailbox")) \
253 /* L10N: Help screen description for OP_CREATE_ALIAS */ \
254 /* Alias Dialog: <op_create_alias> */ \
255 /* Index: <op_create_alias> */ \
256 _fmt(OP_CREATE_ALIAS, N_("Create an alias from a message sender")) \
257 /* L10N: Help screen description for OP_CREATE_MAILBOX */ \
258 /* Browser: <op_create_mailbox> */ \
259 _fmt(OP_CREATE_MAILBOX, N_("Create a new mailbox (IMAP only)")) \
260 /* L10N: Help screen description for OP_CURRENT_BOTTOM */ \
261 /* Menu: <menu_movement> */ \
262 _fmt(OP_CURRENT_BOTTOM, N_("Move entry to bottom of screen")) \
263 /* L10N: Help screen description for OP_CURRENT_MIDDLE */ \
264 /* Menu: <menu_movement> */ \
265 _fmt(OP_CURRENT_MIDDLE, N_("Move entry to middle of screen")) \
266 /* L10N: Help screen description for OP_CURRENT_TOP */ \
267 /* Menu: <menu_movement> */ \
268 _fmt(OP_CURRENT_TOP, N_("Move entry to top of screen")) \
269 /* L10N: Help screen description for OP_DECODE_COPY */ \
270 /* Index: <op_save> */ \
271 _fmt(OP_DECODE_COPY, N_("Make decoded (text/plain) copy")) \
272 /* L10N: Help screen description for OP_DECODE_SAVE */ \
273 /* Index: <op_save> */ \
274 _fmt(OP_DECODE_SAVE, N_("Make decoded copy (text/plain) and delete")) \
275 /* L10N: Help screen description for OP_DELETE */ \
276 /* Alias Dialog: <op_delete> */ \
277 /* Index: <op_delete> */ \
278 /* Postponed Dialog: <op_delete> */ \
279 _fmt(OP_DELETE, N_("Delete the current entry")) \
280 /* L10N: Help screen description for OP_DELETE_MAILBOX */ \
281 /* Browser: <op_delete_mailbox> */ \
282 _fmt(OP_DELETE_MAILBOX, N_("Delete the current mailbox (IMAP only)")) \
283 /* L10N: Help screen description for OP_DELETE_SUBTHREAD */ \
284 /* Index: <op_delete_thread> */ \
285 _fmt(OP_DELETE_SUBTHREAD, N_("Delete all messages in subthread")) \
286 /* L10N: Help screen description for OP_DELETE_THREAD */ \
287 /* Index: <op_delete_thread> */ \
288 _fmt(OP_DELETE_THREAD, N_("Delete all messages in thread")) \
289 /* L10N: Help screen description for OP_DESCEND_DIRECTORY */ \
290 /* Browser: <op_generic_select_entry> */ \
291 _fmt(OP_DESCEND_DIRECTORY, N_("Descend into a directory")) \
292 /* L10N: Help screen description for OP_DISPLAY_ADDRESS */ \
293 /* Index: <op_display_address> */ \
294 _fmt(OP_DISPLAY_ADDRESS, N_("Display full address of sender")) \
295 /* L10N: Help screen description for OP_DISPLAY_HEADERS */ \
296 /* Attach Dialog: <op_attach_view> */ \
297 /* Compose Dialog: <op_display_headers> */ \
298 /* Index: <op_display_message> */ \
299 _fmt(OP_DISPLAY_HEADERS, N_("Display message and toggle header weeding")) \
300 /* L10N: Help screen description for OP_DISPLAY_MESSAGE */ \
301 /* Index: <op_display_message> */ \
302 _fmt(OP_DISPLAY_MESSAGE, N_("Display a message")) \
303 /* L10N: Help screen description for OP_EDITOR_BACKSPACE */ \
304 /* Text Entry: <op_editor_backspace> */ \
305 _fmt(OP_EDITOR_BACKSPACE, N_("Delete the char in front of the cursor")) \
306 /* L10N: Help screen description for OP_EDITOR_BACKWARD_CHAR */ \
307 /* Text Entry: <op_editor_backward_char> */ \
308 _fmt(OP_EDITOR_BACKWARD_CHAR, N_("Move the cursor one character to the left")) \
309 /* L10N: Help screen description for OP_EDITOR_BACKWARD_WORD */ \
310 /* Text Entry: <op_editor_backward_word> */ \
311 _fmt(OP_EDITOR_BACKWARD_WORD, N_("Move the cursor to the beginning of the word")) \
312 /* L10N: Help screen description for OP_EDITOR_BOL */ \
313 /* Text Entry: <op_editor_bol> */ \
314 _fmt(OP_EDITOR_BOL, N_("Jump to the beginning of the line")) \
315 /* L10N: Help screen description for OP_EDITOR_CAPITALIZE_WORD */ \
316 /* Text Entry: <op_editor_capitalize_word> */ \
317 _fmt(OP_EDITOR_CAPITALIZE_WORD, N_("Capitalize the word")) \
318 /* L10N: Help screen description for OP_EDITOR_COMPLETE */ \
319 /* Text Entry: <op_editor_complete> */ \
320 _fmt(OP_EDITOR_COMPLETE, N_("Complete filename or alias")) \
321 /* L10N: Help screen description for OP_EDITOR_COMPLETE_QUERY */ \
322 /* Text Entry: <op_editor_complete> */ \
323 _fmt(OP_EDITOR_COMPLETE_QUERY, N_("Complete address with query")) \
324 /* L10N: Help screen description for OP_EDITOR_DELETE_CHAR */ \
325 /* Text Entry: <op_editor_delete_char> */ \
326 _fmt(OP_EDITOR_DELETE_CHAR, N_("Delete the char under the cursor")) \
327 /* L10N: Help screen description for OP_EDITOR_DOWNCASE_WORD */ \
328 /* Text Entry: <op_editor_capitalize_word> */ \
329 _fmt(OP_EDITOR_DOWNCASE_WORD, N_("Convert the word to lower case")) \
330 /* L10N: Help screen description for OP_EDITOR_EOL */ \
331 /* Text Entry: <op_editor_eol> */ \
332 _fmt(OP_EDITOR_EOL, N_("Jump to the end of the line")) \
333 /* L10N: Help screen description for OP_EDITOR_FORWARD_CHAR */ \
334 /* Text Entry: <op_editor_forward_char> */ \
335 _fmt(OP_EDITOR_FORWARD_CHAR, N_("Move the cursor one character to the right")) \
336 /* L10N: Help screen description for OP_EDITOR_FORWARD_WORD */ \
337 /* Text Entry: <op_editor_forward_word> */ \
338 _fmt(OP_EDITOR_FORWARD_WORD, N_("Move the cursor to the end of the word")) \
339 /* L10N: Help screen description for OP_EDITOR_HISTORY_DOWN */ \
340 /* Text Entry: <op_editor_history_down> */ \
341 _fmt(OP_EDITOR_HISTORY_DOWN, N_("Scroll down through the history list")) \
342 /* L10N: Help screen description for OP_EDITOR_HISTORY_SEARCH */ \
343 /* Text Entry: <op_editor_history_search> */ \
344 _fmt(OP_EDITOR_HISTORY_SEARCH, N_("Search through the history list")) \
345 /* L10N: Help screen description for OP_EDITOR_HISTORY_UP */ \
346 /* Text Entry: <op_editor_history_up> */ \
347 _fmt(OP_EDITOR_HISTORY_UP, N_("Scroll up through the history list")) \
348 /* L10N: Help screen description for OP_EDITOR_KILL_EOL */ \
349 /* Text Entry: <op_editor_kill_eol> */ \
350 _fmt(OP_EDITOR_KILL_EOL, N_("Delete chars from cursor to end of line")) \
351 /* L10N: Help screen description for OP_EDITOR_KILL_EOW */ \
352 /* Text Entry: <op_editor_kill_eow> */ \
353 _fmt(OP_EDITOR_KILL_EOW, N_("Delete chars from the cursor to the end of the word")) \
354 /* L10N: Help screen description for OP_EDITOR_KILL_LINE */ \
355 /* Text Entry: <op_editor_kill_line> */ \
356 _fmt(OP_EDITOR_KILL_LINE, N_("Delete chars from cursor to beginning the line")) \
357 /* L10N: Help screen description for OP_EDITOR_KILL_WHOLE_LINE */ \
358 /* Text Entry: <op_editor_kill_whole_line> */ \
359 _fmt(OP_EDITOR_KILL_WHOLE_LINE, N_("Delete all chars on the line")) \
360 /* L10N: Help screen description for OP_EDITOR_KILL_WORD */ \
361 /* Text Entry: <op_editor_kill_word> */ \
362 _fmt(OP_EDITOR_KILL_WORD, N_("Delete the word in front of the cursor")) \
363 /* L10N: Help screen description for OP_EDITOR_MAILBOX_CYCLE */ \
364 /* Text Entry: <op_editor_complete> */ \
365 _fmt(OP_EDITOR_MAILBOX_CYCLE, N_("Cycle among incoming mailboxes")) \
366 /* L10N: Help screen description for OP_EDITOR_QUOTE_CHAR */ \
367 /* Text Entry: <op_editor_quote_char> */ \
368 _fmt(OP_EDITOR_QUOTE_CHAR, N_("Quote the next typed key")) \
369 /* L10N: Help screen description for OP_EDITOR_TRANSPOSE_CHARS */ \
370 /* Text Entry: <op_editor_transpose_chars> */ \
371 _fmt(OP_EDITOR_TRANSPOSE_CHARS, N_("Transpose character under cursor with previous")) \
372 /* L10N: Help screen description for OP_EDITOR_UPCASE_WORD */ \
373 /* Text Entry: <op_editor_capitalize_word> */ \
374 _fmt(OP_EDITOR_UPCASE_WORD, N_("Convert the word to upper case")) \
375 /* L10N: Help screen description for OP_EDIT_LABEL */ \
376 /* Index: <op_edit_label> */ \
377 _fmt(OP_EDIT_LABEL, N_("Add, change, or delete a message's label")) \
378 /* L10N: Help screen description for OP_EDIT_OR_VIEW_RAW_MESSAGE */ \
379 /* Index: <op_edit_raw_message> */ \
380 _fmt(OP_EDIT_OR_VIEW_RAW_MESSAGE, N_("Edit the raw message if the mailbox is not read-only, otherwise view it")) \
381 /* L10N: Help screen description for OP_EDIT_RAW_MESSAGE */ \
382 /* Index: <op_edit_raw_message> */ \
383 _fmt(OP_EDIT_RAW_MESSAGE, N_("Edit the raw message (edit and edit-raw-message are synonyms)")) \
384 /* L10N: Help screen description for OP_END_COND */ \
385 /* Index: <op_end_cond> */ \
386 _fmt(OP_END_COND, N_("End of conditional execution (noop)")) \
387 /* L10N: Help screen description for OP_ENTER_COMMAND */ \
388 /* Global: <op_enter_command> */ \
389 _fmt(OP_ENTER_COMMAND, N_("Enter a neomuttrc command")) \
390 /* L10N: Help screen description for OP_ENTER_MASK */ \
391 /* Browser: <op_enter_mask> */ \
392 _fmt(OP_ENTER_MASK, N_("Enter a file mask")) \
393 /* L10N: Help screen description for OP_EXIT */ \
394 /* Alias Dialog: <op_exit> */ \
395 /* Attach Dialog: <op_exit> */ \
396 /* Autocrypt Dialog: <op_exit> */ \
397 /* Browser: <op_exit> */ \
398 /* Compose Dialog: <op_exit> */ \
399 /* GPGME Key Selection Dialog: <op_exit> */ \
400 /* Index: <op_exit> */ \
401 /* Pager: <op_exit> */ \
402 /* PGP Key Selection Dialog: <op_exit> */ \
403 /* Postponed Dialog: <op_exit> */ \
404 /* Smime Key Selection Dialog: <op_exit> */ \
405 _fmt(OP_EXIT, N_("Exit this menu")) \
406 /* L10N: Help screen description for OP_FIRST_ENTRY */ \
407 /* Menu: <menu_movement> */ \
408 _fmt(OP_FIRST_ENTRY, N_("Move to the first entry")) \
409 /* L10N: Help screen description for OP_FLAG_MESSAGE */ \
410 /* Index: <op_flag_message> */ \
411 _fmt(OP_FLAG_MESSAGE, N_("Toggle a message's 'important' flag")) \
412 /* L10N: Help screen description for OP_FOLLOWUP */ \
413 /* Attach Dialog: <op_followup> */ \
414 /* Index: <op_post> */ \
415 _fmt(OP_FOLLOWUP, N_("Followup to newsgroup")) \
416 /* L10N: Help screen description for OP_FORWARD_MESSAGE */ \
417 /* Attach Dialog: <op_forward_message> */ \
418 /* Index: <op_forward_message> */ \
419 _fmt(OP_FORWARD_MESSAGE, N_("Forward a message with comments")) \
420 /* L10N: Help screen description for OP_FORWARD_TO_GROUP */ \
421 /* Attach Dialog: <op_forward_to_group> */ \
422 /* Index: <op_post> */ \
423 _fmt(OP_FORWARD_TO_GROUP, N_("Forward to newsgroup")) \
424 /* L10N: Help screen description for OP_GENERIC_SELECT_ENTRY */ \
425 /* Alias Dialog: <op_generic_select_entry> */ \
426 /* Browser: <op_generic_select_entry> */ \
427 /* GPGME Key Selection Dialog: <op_generic_select_entry> */ \
428 /* History Dialog: <op_generic_select_entry> */ \
429 /* Pattern Dialog: <op_generic_select_entry> */ \
430 /* PGP Key Selection Dialog: <op_generic_select_entry> */ \
431 /* Postponed Dialog: <op_generic_select_entry> */ \
432 /* Smime Key Selection Dialog: <op_generic_select_entry> */ \
433 _fmt(OP_GENERIC_SELECT_ENTRY, N_("Select the current entry")) \
434 /* L10N: Help screen description for OP_GET_CHILDREN */ \
435 /* Index: <op_get_children> */ \
436 _fmt(OP_GET_CHILDREN, N_("Get all children of the current message")) \
437 /* L10N: Help screen description for OP_GET_MESSAGE */ \
438 /* Index: <op_get_message> */ \
439 _fmt(OP_GET_MESSAGE, N_("Get message with Message-ID")) \
440 /* L10N: Help screen description for OP_GET_PARENT */ \
441 /* Index: <op_get_message> */ \
442 _fmt(OP_GET_PARENT, N_("Get parent of the current message")) \
443 /* L10N: Help screen description for OP_GOTO_PARENT */ \
444 /* Browser: <op_change_directory> */ \
445 _fmt(OP_GOTO_PARENT, N_("Go to parent directory")) \
446 /* L10N: Help screen description for OP_GROUP_CHAT_REPLY */ \
447 /* Index: <op_group_reply> */ \
448 /* Attach Dialog: <op_reply> */ \
449 _fmt(OP_GROUP_CHAT_REPLY, N_("Reply to all recipients preserving To/Cc")) \
450 /* L10N: Help screen description for OP_GROUP_REPLY */ \
451 /* Index: <op_group_reply> */ \
452 /* Attach Dialog: <op_reply> */ \
453 _fmt(OP_GROUP_REPLY, N_("Reply to all recipients")) \
454 /* L10N: Help screen description for OP_HALF_DOWN */ \
455 /* Menu: <menu_movement> */ \
456 /* Pager: <op_pager_half_down> */ \
457 _fmt(OP_HALF_DOWN, N_("Scroll down 1/2 page")) \
458 /* L10N: Help screen description for OP_HALF_UP */ \
459 /* Menu: <menu_movement> */ \
460 /* Pager: <op_pager_half_up> */ \
461 _fmt(OP_HALF_UP, N_("Scroll up 1/2 page")) \
462 /* L10N: Help screen description for OP_HELP */ \
463 /* Text Entry: <op_help> */ \
464 /* Menu: <op_help> */ \
465 /* Pager: <op_help> */ \
466 _fmt(OP_HELP, N_("This screen")) \
467 /* L10N: Help screen description for OP_JUMP */ \
468 /* Index: <op_jump> */ \
469 /* Menu: <op_jump> */ \
470 _fmt(OP_JUMP, N_("Jump to an index number")) \
471 /* L10N: Help screen description for OP_LAST_ENTRY */ \
472 /* Menu: <menu_movement> */ \
473 _fmt(OP_LAST_ENTRY, N_("Move to the last entry")) \
474 /* L10N: Help screen description for OP_LIMIT_CURRENT_THREAD */ \
475 /* Index: <op_main_limit> */ \
476 _fmt(OP_LIMIT_CURRENT_THREAD, N_("Limit view to current thread")) \
477 /* L10N: Help screen description for OP_LIST_REPLY */ \
478 /* Index: <op_list_reply> */ \
479 /* Attach Dialog: <op_reply> */ \
480 _fmt(OP_LIST_REPLY, N_("Reply to specified mailing list")) \
481 /* L10N: Help screen description for OP_LIST_SUBSCRIBE */ \
482 /* Attach Dialog: <op_list_subscribe> */ \
483 /* Index: <op_list_subscribe> */ \
484 _fmt(OP_LIST_SUBSCRIBE, N_("Subscribe to a mailing list")) \
485 /* L10N: Help screen description for OP_LIST_UNSUBSCRIBE */ \
486 /* Attach Dialog: <op_list_unsubscribe> */ \
487 /* Index: <op_list_unsubscribe> */ \
488 _fmt(OP_LIST_UNSUBSCRIBE, N_("Unsubscribe from a mailing list")) \
489 /* L10N: Help screen description for OP_LOAD_ACTIVE */ \
490 /* Browser: <op_load_active> */ \
491 _fmt(OP_LOAD_ACTIVE, N_("Load list of all newsgroups from NNTP server")) \
492 /* L10N: Help screen description for OP_MACRO */ \
493 _fmt(OP_MACRO, N_("Execute a macro")) \
494 /* L10N: Help screen description for OP_MAIL */ \
495 /* Alias Dialog: <op_generic_select_entry> */ \
496 /* Index: <op_mail> */ \
497 _fmt(OP_MAIL, N_("Compose a new mail message")) \
498 /* L10N: Help screen description for OP_MAILBOX_LIST */ \
499 /* Browser: <op_mailbox_list> */ \
500 /* Index: <op_mailbox_list> */ \
501 _fmt(OP_MAILBOX_LIST, N_("List mailboxes with new mail")) \
502 /* L10N: Help screen description for OP_MAIN_BREAK_THREAD */ \
503 /* Index: <op_main_break_thread> */ \
504 _fmt(OP_MAIN_BREAK_THREAD, N_("Break the thread in two")) \
505 /* L10N: Help screen description for OP_MAIN_CHANGE_FOLDER */ \
506 /* Index: <op_main_change_folder> */ \
507 _fmt(OP_MAIN_CHANGE_FOLDER, N_("Open a different folder")) \
508 /* L10N: Help screen description for OP_MAIN_CHANGE_FOLDER_READONLY */ \
509 /* Index: <op_main_change_folder> */ \
510 _fmt(OP_MAIN_CHANGE_FOLDER_READONLY, N_("Open a different folder in read only mode")) \
511 /* L10N: Help screen description for OP_MAIN_CHANGE_GROUP */ \
512 /* Index: <op_main_change_group> */ \
513 _fmt(OP_MAIN_CHANGE_GROUP, N_("Open a different newsgroup")) \
514 /* L10N: Help screen description for OP_MAIN_CHANGE_GROUP_READONLY */ \
515 /* Index: <op_main_change_group> */ \
516 _fmt(OP_MAIN_CHANGE_GROUP_READONLY, N_("Open a different newsgroup in read only mode")) \
517 /* L10N: Help screen description for OP_MAIN_CLEAR_FLAG */ \
518 /* Index: <op_main_set_flag> */ \
519 _fmt(OP_MAIN_CLEAR_FLAG, N_("Clear a status flag from a message")) \
520 /* L10N: Help screen description for OP_MAIN_CLOSE_ALL_THREADS */ \
521 /* Index: <op_main_close_all_threads> */ \
522 _fmt(OP_MAIN_CLOSE_ALL_THREADS, N_("Collapse all threads")) \
523 /* L10N: Help screen description for OP_MAIN_CLOSE_THREAD */ \
524 /* Index: <op_main_close_thread> */ \
525 _fmt(OP_MAIN_CLOSE_THREAD, N_("Collapse current thread")) \
526 /* L10N: Help screen description for OP_MAIN_COLLAPSE_ALL */ \
527 /* Index: <op_main_collapse_all> */ \
528 _fmt(OP_MAIN_COLLAPSE_ALL, N_("Collapse/uncollapse all threads")) \
529 /* L10N: Help screen description for OP_MAIN_COLLAPSE_THREAD */ \
530 /* Index: <op_main_collapse_thread> */ \
531 _fmt(OP_MAIN_COLLAPSE_THREAD, N_("Collapse/uncollapse current thread")) \
532 /* L10N: Help screen description for OP_MAIN_DELETE_PATTERN */ \
533 /* Index: <op_main_delete_pattern> */ \
534 _fmt(OP_MAIN_DELETE_PATTERN, N_("Delete non-hidden messages matching a pattern")) \
535 /* L10N: Help screen description for OP_MAIN_FETCH_MAIL */ \
536 /* Index: <op_main_fetch_mail> */ \
537 _fmt(OP_MAIN_FETCH_MAIL, N_("Retrieve mail from POP server")) \
538 /* L10N: Help screen description for OP_MAIN_IMAP_FETCH */ \
539 /* Index: <op_main_imap_fetch> */ \
540 _fmt(OP_MAIN_IMAP_FETCH, N_("Force retrieval of mail from IMAP server")) \
541 /* L10N: Help screen description for OP_MAIN_IMAP_LOGOUT_ALL */ \
542 /* Index: <op_main_imap_logout_all> */ \
543 _fmt(OP_MAIN_IMAP_LOGOUT_ALL, N_("Logout from all IMAP servers")) \
544 /* L10N: Help screen description for OP_MAIN_LIMIT */ \
545 /* Alias Dialog: <op_main_limit> */ \
546 /* Index: <op_main_limit> */ \
547 _fmt(OP_MAIN_LIMIT, N_("Show only messages matching a pattern")) \
548 /* L10N: Help screen description for OP_MAIN_LINK_THREADS */ \
549 /* Index: <op_main_link_threads> */ \
550 _fmt(OP_MAIN_LINK_THREADS, N_("Link tagged message to the current one")) \
551 /* L10N: Help screen description for OP_MAIN_MODIFY_TAGS */ \
552 /* Index: <op_main_modify_tags> */ \
553 _fmt(OP_MAIN_MODIFY_TAGS, N_("Modify (notmuch/imap) tags")) \
554 /* L10N: Help screen description for OP_MAIN_MODIFY_TAGS_THEN_HIDE */ \
555 /* Index: <op_main_modify_tags> */ \
556 _fmt(OP_MAIN_MODIFY_TAGS_THEN_HIDE, N_("Modify (notmuch/imap) tags and then hide message")) \
557 /* L10N: Help screen description for OP_MAIN_NEXT_NEW */ \
558 /* Index: <op_main_next_new> */ \
559 _fmt(OP_MAIN_NEXT_NEW, N_("Jump to the next new message")) \
560 /* L10N: Help screen description for OP_MAIN_NEXT_NEW_THEN_UNREAD */ \
561 /* Index: <op_main_next_new> */ \
562 _fmt(OP_MAIN_NEXT_NEW_THEN_UNREAD, N_("Jump to the next new or unread message")) \
563 /* L10N: Help screen description for OP_MAIN_NEXT_SUBTHREAD */ \
564 /* Index: <op_main_next_thread> */ \
565 _fmt(OP_MAIN_NEXT_SUBTHREAD, N_("Jump to the next subthread")) \
566 /* L10N: Help screen description for OP_MAIN_NEXT_THREAD */ \
567 /* Index: <op_main_next_thread> */ \
568 _fmt(OP_MAIN_NEXT_THREAD, N_("Jump to the next thread")) \
569 /* L10N: Help screen description for OP_MAIN_NEXT_UNDELETED */ \
570 /* Index: <op_main_next_undeleted> */ \
571 _fmt(OP_MAIN_NEXT_UNDELETED, N_("Move to the next undeleted message")) \
572 /* L10N: Help screen description for OP_MAIN_NEXT_UNREAD */ \
573 /* Index: <op_main_next_new> */ \
574 _fmt(OP_MAIN_NEXT_UNREAD, N_("Jump to the next unread message")) \
575 /* L10N: Help screen description for OP_MAIN_NEXT_UNREAD_MAILBOX */ \
576 /* Index: <op_main_next_unread_mailbox> */ \
577 /* Pager: <op_main_next_unread_mailbox> */ \
578 _fmt(OP_MAIN_NEXT_UNREAD_MAILBOX, N_("Open next mailbox with new mail")) \
579 /* L10N: Help screen description for OP_MAIN_PREV_UNREAD_MAILBOX */ \
580 /* Index: <op_main_prev_unread_mailbox> */ \
581 /* Pager: <op_main_prev_unread_mailbox> */ \
582 _fmt(OP_MAIN_PREV_UNREAD_MAILBOX, N_("Open previous mailbox with new mail")) \
583 /* L10N: Help screen description for OP_MAIN_OPEN_ALL_THREADS */ \
584 /* Index: <op_main_open_all_threads> */ \
585 _fmt(OP_MAIN_OPEN_ALL_THREADS, N_("Uncollapse all threads")) \
586 /* L10N: Help screen description for OP_MAIN_OPEN_THREAD */ \
587 /* Index: <op_main_open_thread> */ \
588 _fmt(OP_MAIN_OPEN_THREAD, N_("Uncollapse current thread")) \
589 /* L10N: Help screen description for OP_MAIN_PARENT_MESSAGE */ \
590 /* Index: <op_main_root_message> */ \
591 _fmt(OP_MAIN_PARENT_MESSAGE, N_("Jump to parent message in thread")) \
592 /* L10N: Help screen description for OP_MAIN_PREV_NEW */ \
593 /* Index: <op_main_next_new> */ \
594 _fmt(OP_MAIN_PREV_NEW, N_("Jump to the previous new message")) \
595 /* L10N: Help screen description for OP_MAIN_PREV_NEW_THEN_UNREAD */ \
596 /* Index: <op_main_next_new> */ \
597 _fmt(OP_MAIN_PREV_NEW_THEN_UNREAD, N_("Jump to the previous new or unread message")) \
598 /* L10N: Help screen description for OP_MAIN_PREV_SUBTHREAD */ \
599 /* Index: <op_main_next_thread> */ \
600 _fmt(OP_MAIN_PREV_SUBTHREAD, N_("Jump to previous subthread")) \
601 /* L10N: Help screen description for OP_MAIN_PREV_THREAD */ \
602 /* Index: <op_main_next_thread> */ \
603 _fmt(OP_MAIN_PREV_THREAD, N_("Jump to previous thread")) \
604 /* L10N: Help screen description for OP_MAIN_PREV_UNDELETED */ \
605 /* Index: <op_main_prev_undeleted> */ \
606 _fmt(OP_MAIN_PREV_UNDELETED, N_("Move to the previous undeleted message")) \
607 /* L10N: Help screen description for OP_MAIN_PREV_UNREAD */ \
608 /* Index: <op_main_next_new> */ \
609 _fmt(OP_MAIN_PREV_UNREAD, N_("Jump to the previous unread message")) \
610 /* L10N: Help screen description for OP_MAIN_QUASI_DELETE */ \
611 /* Index: <op_main_quasi_delete> */ \
612 _fmt(OP_MAIN_QUASI_DELETE, N_("Delete from NeoMutt, don't touch on disk")) \
613 /* L10N: Help screen description for OP_MAIN_READ_SUBTHREAD */ \
614 /* Index: <op_main_read_thread> */ \
615 _fmt(OP_MAIN_READ_SUBTHREAD, N_("Mark the current subthread as read")) \
616 /* L10N: Help screen description for OP_MAIN_READ_THREAD */ \
617 /* Index: <op_main_read_thread> */ \
618 _fmt(OP_MAIN_READ_THREAD, N_("Mark the current thread as read")) \
619 /* L10N: Help screen description for OP_MAIN_ROOT_MESSAGE */ \
620 /* Index: <op_main_root_message> */ \
621 _fmt(OP_MAIN_ROOT_MESSAGE, N_("Jump to root message in thread")) \
622 /* L10N: Help screen description for OP_MAIN_SET_FLAG */ \
623 /* Index: <op_main_set_flag> */ \
624 _fmt(OP_MAIN_SET_FLAG, N_("Set a status flag on a message")) \
625 /* L10N: Help screen description for OP_MAIN_SHOW_LIMIT */ \
626 /* Index: <op_main_show_limit> */ \
627 _fmt(OP_MAIN_SHOW_LIMIT, N_("Show currently active limit pattern")) \
628 /* L10N: Help screen description for OP_MAIN_SYNC_FOLDER */ \
629 /* Index: <op_main_sync_folder> */ \
630 _fmt(OP_MAIN_SYNC_FOLDER, N_("Save changes to mailbox")) \
631 /* L10N: Help screen description for OP_MAIN_TAG_PATTERN */ \
632 /* Index: <op_main_tag_pattern> */ \
633 _fmt(OP_MAIN_TAG_PATTERN, N_("Tag non-hidden messages matching a pattern")) \
634 /* L10N: Help screen description for OP_MAIN_UNDELETE_PATTERN */ \
635 /* Index: <op_main_undelete_pattern> */ \
636 _fmt(OP_MAIN_UNDELETE_PATTERN, N_("Undelete non-hidden messages matching a pattern")) \
637 /* L10N: Help screen description for OP_MAIN_UNTAG_PATTERN */ \
638 /* Index: <op_main_untag_pattern> */ \
639 _fmt(OP_MAIN_UNTAG_PATTERN, N_("Untag non-hidden messages matching a pattern")) \
640 /* L10N: Help screen description for OP_MARK_MSG */ \
641 /* Index: <op_mark_msg> */ \
642 _fmt(OP_MARK_MSG, N_("Create a hotkey macro for the current message")) \
643 /* L10N: Help screen description for OP_MIDDLE_PAGE */ \
644 /* Menu: <menu_movement> */ \
645 _fmt(OP_MIDDLE_PAGE, N_("Move to the middle of the page")) \
646 /* L10N: Help screen description for OP_NEXT_ENTRY */ \
647 /* Menu: <menu_movement> */ \
648 /* Index: <op_next_entry> */ \
649 _fmt(OP_NEXT_ENTRY, N_("Move to the next entry")) \
650 /* L10N: Help screen description for OP_NEXT_LINE */ \
651 /* Menu: <menu_movement> */ \
652 /* Pager: <op_pager_next_line> */ \
653 _fmt(OP_NEXT_LINE, N_("Scroll down one line")) \
654 /* L10N: Help screen description for OP_NEXT_PAGE */ \
655 /* Menu: <menu_movement> */ \
656 /* Pager: <op_pager_next_page> */ \
657 _fmt(OP_NEXT_PAGE, N_("Move to the next page")) \
658 /* L10N: Help screen description for OP_PAGER_BOTTOM */ \
659 /* Pager: <op_pager_bottom> */ \
660 _fmt(OP_PAGER_BOTTOM, N_("Jump to the bottom of the message")) \
661 /* L10N: Help screen description for OP_PAGER_HIDE_QUOTED */ \
662 /* Pager: <op_pager_hide_quoted> */ \
663 _fmt(OP_PAGER_HIDE_QUOTED, N_("Toggle display of quoted text")) \
664 /* L10N: Help screen description for OP_PAGER_SKIP_HEADERS */ \
665 /* Pager: <op_pager_skip_headers> */ \
666 _fmt(OP_PAGER_SKIP_HEADERS, N_("Jump to first line after headers")) \
667 /* L10N: Help screen description for OP_PAGER_SKIP_QUOTED */ \
668 /* Pager: <op_pager_skip_quoted> */ \
669 _fmt(OP_PAGER_SKIP_QUOTED, N_("Skip beyond quoted text")) \
670 /* L10N: Help screen description for OP_PAGER_TOP */ \
671 /* Pager: <op_pager_top> */ \
672 _fmt(OP_PAGER_TOP, N_("Jump to the top of the message")) \
673 /* L10N: Help screen description for OP_PIPE */ \
674 /* Compose Dialog: <op_attach_filter> */ \
675 /* Attach Dialog: <op_attach_pipe> */ \
676 /* Index: <op_pipe> */ \
677 _fmt(OP_PIPE, N_("Pipe message/attachment to a shell command")) \
678 /* L10N: Help screen description for OP_POST */ \
679 /* Index: <op_post> */ \
680 _fmt(OP_POST, N_("Post message to newsgroup")) \
681 /* L10N: Help screen description for OP_PREV_ENTRY */ \
682 /* Menu: <menu_movement> */ \
683 /* Index: <op_prev_entry> */ \
684 _fmt(OP_PREV_ENTRY, N_("Move to the previous entry")) \
685 /* L10N: Help screen description for OP_PREV_LINE */ \
686 /* Menu: <menu_movement> */ \
687 /* Pager: <op_pager_prev_line> */ \
688 _fmt(OP_PREV_LINE, N_("Scroll up one line")) \
689 /* L10N: Help screen description for OP_PREV_PAGE */ \
690 /* Menu: <menu_movement> */ \
691 /* Pager: <op_pager_prev_page> */ \
692 _fmt(OP_PREV_PAGE, N_("Move to the previous page")) \
693 /* L10N: Help screen description for OP_PRINT */ \
694 /* Index: <op_print> */ \
695 _fmt(OP_PRINT, N_("Print the current entry")) \
696 /* L10N: Help screen description for OP_PURGE_MESSAGE */ \
697 /* Index: <op_delete> */ \
698 _fmt(OP_PURGE_MESSAGE, N_("Delete the current entry, bypassing the trash folder")) \
699 /* L10N: Help screen description for OP_PURGE_THREAD */ \
700 /* Index: <op_delete_thread> */ \
701 _fmt(OP_PURGE_THREAD, N_("Delete the current thread, bypassing the trash folder")) \
702 /* L10N: Help screen description for OP_QUERY */ \
703 /* Alias Dialog: <op_query> */ \
704 /* Index: <op_query> */ \
705 _fmt(OP_QUERY, N_("Query external program for addresses")) \
706 /* L10N: Help screen description for OP_QUERY_APPEND */ \
707 /* Alias Dialog: <op_query> */ \
708 _fmt(OP_QUERY_APPEND, N_("Append new query results to current results")) \
709 /* L10N: Help screen description for OP_QUIT */ \
710 /* History Dialog: <op_quit> */ \
711 /* Index: <op_quit> */ \
712 /* Pattern Dialog: <op_quit> */ \
713 _fmt(OP_QUIT, N_("Save changes to mailbox and quit")) \
714 /* L10N: Help screen description for OP_RECALL_MESSAGE */ \
715 /* Index: <op_recall_message> */ \
716 _fmt(OP_RECALL_MESSAGE, N_("Recall a postponed message")) \
717 /* L10N: Help screen description for OP_RECONSTRUCT_THREAD */ \
718 /* Index: <op_get_children> */ \
719 _fmt(OP_RECONSTRUCT_THREAD, N_("Reconstruct thread containing current message")) \
720 /* L10N: Help screen description for OP_REDRAW */ \
721 /* Text Entry: <op_redraw> */ \
722 /* Global: <op_redraw> */ \
723 _fmt(OP_REDRAW, N_("Clear and redraw the screen")) \
724 /* L10N: Help screen description for OP_RENAME_MAILBOX */ \
725 /* Browser: <op_rename_mailbox> */ \
726 _fmt(OP_RENAME_MAILBOX, N_("Rename the current mailbox (IMAP only)")) \
727 /* L10N: Help screen description for OP_REPLY */ \
728 /* Attach Dialog: <op_reply> */ \
729 /* Index: <op_reply> */ \
730 _fmt(OP_REPLY, N_("Reply to a message")) \
731 /* L10N: Help screen description for OP_RESEND */ \
732 /* Attach Dialog: <op_resend> */ \
733 /* Index: <op_resend> */ \
734 _fmt(OP_RESEND, N_("Use the current message as a template for a new one")) \
735 /* L10N: Help screen description for OP_SAVE */ \
736 /* Index: <op_save> */ \
737 /* Pager: <op_save> */ \
738 _fmt(OP_SAVE, N_("Save message/attachment to a mailbox/file")) \
739 /* L10N: Help screen description for OP_SEARCH */ \
740 /* Menu: <menu_search> */ \
741 /* Pager: <op_pager_search> */ \
742 /* Alias Dialog: <op_search> */ \
743 /* Index: <op_search> */ \
744 /* Postponed Dialog: <op_search> */ \
745 _fmt(OP_SEARCH, N_("Search for a regular expression")) \
746 /* L10N: Help screen description for OP_SEARCH_NEXT */ \
747 /* Menu: <menu_search> */ \
748 /* Pager: <op_pager_search_next> */ \
749 /* Alias Dialog: <op_search> */ \
750 /* Index: <op_search> */ \
751 /* Postponed Dialog: <op_search> */ \
752 _fmt(OP_SEARCH_NEXT, N_("Search for next match")) \
753 /* L10N: Help screen description for OP_SEARCH_OPPOSITE */ \
754 /* Menu: <menu_search> */ \
755 /* Pager: <op_pager_search_next> */ \
756 /* Alias Dialog: <op_search> */ \
757 /* Index: <op_search> */ \
758 /* Postponed Dialog: <op_search> */ \
759 _fmt(OP_SEARCH_OPPOSITE, N_("Search for next match in opposite direction")) \
760 /* L10N: Help screen description for OP_SEARCH_REVERSE */ \
761 /* Menu: <menu_search> */ \
762 /* Pager: <op_pager_search> */ \
763 /* Alias Dialog: <op_search> */ \
764 /* Index: <op_search> */ \
765 /* Postponed Dialog: <op_search> */ \
766 _fmt(OP_SEARCH_REVERSE, N_("Search backwards for a regular expression")) \
767 /* L10N: Help screen description for OP_SEARCH_TOGGLE */ \
768 /* Pager: <op_search_toggle> */ \
769 _fmt(OP_SEARCH_TOGGLE, N_("Toggle search pattern coloring")) \
770 /* L10N: Help screen description for OP_SHELL_ESCAPE */ \
771 /* Global: <op_shell_escape> */ \
772 _fmt(OP_SHELL_ESCAPE, N_("Invoke a command in a subshell")) \
773 /* L10N: Help screen description for OP_SHOW_LOG_MESSAGES */ \
774 /* Global: <op_show_log_messages> */ \
775 _fmt(OP_SHOW_LOG_MESSAGES, N_("Show log (and debug) messages")) \
776 /* L10N: Help screen description for OP_SORT */ \
777 /* Alias Dialog: <op_sort> */ \
778 /* Browser: <op_sort> */ \
779 /* Index: <op_sort> */ \
780 _fmt(OP_SORT, N_("Sort messages")) \
781 /* L10N: Help screen description for OP_SORT_REVERSE */ \
782 /* Alias Dialog: <op_sort> */ \
783 /* Browser: <op_sort> */ \
784 /* Index: <op_sort> */ \
785 _fmt(OP_SORT_REVERSE, N_("Sort messages in reverse order")) \
786 /* L10N: Help screen description for OP_SUBSCRIBE_PATTERN */ \
787 /* Browser: <op_subscribe_pattern> */ \
788 _fmt(OP_SUBSCRIBE_PATTERN, N_("Subscribe to newsgroups matching a pattern")) \
789 /* L10N: Help screen description for OP_TAG */ \
790 /* Index: <op_tag> */ \
791 _fmt(OP_TAG, N_("Tag the current entry")) \
792 /* L10N: Help screen description for OP_TAG_PREFIX */ \
793 _fmt(OP_TAG_PREFIX, N_("Apply next function to tagged messages")) \
794 /* L10N: Help screen description for OP_TAG_PREFIX_COND */ \
795 _fmt(OP_TAG_PREFIX_COND, N_("Apply next function ONLY to tagged messages")) \
796 /* L10N: Help screen description for OP_TAG_SUBTHREAD */ \
797 /* Index: <op_tag_thread> */ \
798 _fmt(OP_TAG_SUBTHREAD, N_("Tag the current subthread")) \
799 /* L10N: Help screen description for OP_TAG_THREAD */ \
800 /* Index: <op_tag_thread> */ \
801 _fmt(OP_TAG_THREAD, N_("Tag the current thread")) \
802 /* L10N: Help screen description for OP_TOGGLE_MAILBOXES */ \
803 /* Browser: <op_toggle_mailboxes> */ \
804 _fmt(OP_TOGGLE_MAILBOXES, N_("Toggle whether to browse mailboxes or all files")) \
805 /* L10N: Help screen description for OP_TOGGLE_NEW */ \
806 /* Index: <op_toggle_new> */ \
807 _fmt(OP_TOGGLE_NEW, N_("Toggle a message's 'new' flag")) \
808 /* L10N: Help screen description for OP_TOGGLE_READ */ \
809 /* Index: <op_main_limit> */ \
810 _fmt(OP_TOGGLE_READ, N_("Toggle view of read messages")) \
811 /* L10N: Help screen description for OP_TOGGLE_WRITE */ \
812 /* Index: <op_toggle_write> */ \
813 _fmt(OP_TOGGLE_WRITE, N_("Toggle whether the mailbox will be rewritten")) \
814 /* L10N: Help screen description for OP_TOP_PAGE */ \
815 /* Menu: <menu_movement> */ \
816 _fmt(OP_TOP_PAGE, N_("Move to the top of the page")) \
817 /* L10N: Help screen description for OP_UNCATCHUP */ \
818 /* Browser: <op_catchup> */ \
819 _fmt(OP_UNCATCHUP, N_("Mark all articles in newsgroup as unread")) \
820 /* L10N: Help screen description for OP_UNDELETE */ \
821 /* Alias Dialog: <op_delete> */ \
822 /* Postponed Dialog: <op_delete> */ \
823 /* Index: <op_undelete> */ \
824 _fmt(OP_UNDELETE, N_("Undelete the current entry")) \
825 /* L10N: Help screen description for OP_UNDELETE_SUBTHREAD */ \
826 /* Index: <op_undelete_thread> */ \
827 _fmt(OP_UNDELETE_SUBTHREAD, N_("Undelete all messages in subthread")) \
828 /* L10N: Help screen description for OP_UNDELETE_THREAD */ \
829 /* Index: <op_undelete_thread> */ \
830 _fmt(OP_UNDELETE_THREAD, N_("Undelete all messages in thread")) \
831 /* L10N: Help screen description for OP_UNSUBSCRIBE_PATTERN */ \
832 /* Browser: <op_subscribe_pattern> */ \
833 _fmt(OP_UNSUBSCRIBE_PATTERN, N_("Unsubscribe from newsgroups matching a pattern")) \
834 /* L10N: Help screen description for OP_VERSION */ \
835 /* Global: <op_version> */ \
836 _fmt(OP_VERSION, N_("Show the NeoMutt version number and date")) \
837 /* L10N: Help screen description for OP_VIEW_ATTACHMENTS */ \
838 /* Index: <op_view_attachments> */ \
839 /* Pager: <op_view_attachments> */ \
840 _fmt(OP_VIEW_ATTACHMENTS, N_("Show MIME attachments")) \
841 /* L10N: Help screen description for OP_VIEW_RAW_MESSAGE */ \
842 /* Index: <op_edit_raw_message> */ \
843 _fmt(OP_VIEW_RAW_MESSAGE, N_("Show the raw message")) \
844 /* L10N: Help screen description for OP_WHAT_KEY */ \
845 /* Global: <op_what_key> */ \
846 _fmt(OP_WHAT_KEY, N_("Display the keycode for a key press")) \
847
848#define OPS_CRYPT(_fmt) \
849 /* L10N: Help screen description for OP_DECRYPT_COPY */ \
850 /* Index: <op_save> */ \
851 _fmt(OP_DECRYPT_COPY, N_("Make decrypted copy")) \
852 /* L10N: Help screen description for OP_DECRYPT_SAVE */ \
853 /* Index: <op_save> */ \
854 _fmt(OP_DECRYPT_SAVE, N_("Make decrypted copy and delete")) \
855 /* L10N: Help screen description for OP_EXTRACT_KEYS */ \
856 /* Attach Dialog: <op_extract_keys> */ \
857 /* Index: <op_extract_keys> */ \
858 _fmt(OP_EXTRACT_KEYS, N_("Extract supported public keys")) \
859 /* L10N: Help screen description for OP_FORGET_PASSPHRASE */ \
860 /* Attach Dialog: <op_forget_passphrase> */ \
861 /* Compose Dialog: <op_forget_passphrase> */ \
862 /* Index: <op_forget_passphrase> */ \
863 _fmt(OP_FORGET_PASSPHRASE, N_("Wipe passphrases from memory")) \
864
865#define OPS_ENVELOPE(_fmt) \
866 /* L10N: Help screen description for OP_ENVELOPE_EDIT_BCC */ \
867 /* Envelope Window: <op_envelope_edit_bcc> */ \
868 _fmt(OP_ENVELOPE_EDIT_BCC, N_("Edit the BCC list")) \
869 /* L10N: Help screen description for OP_ENVELOPE_EDIT_CC */ \
870 /* Envelope Window: <op_envelope_edit_cc> */ \
871 _fmt(OP_ENVELOPE_EDIT_CC, N_("Edit the CC list")) \
872 /* L10N: Help screen description for OP_ENVELOPE_EDIT_FCC */ \
873 /* Envelope Window: <op_envelope_edit_fcc> */ \
874 _fmt(OP_ENVELOPE_EDIT_FCC, N_("Enter a file to save a copy of this message in")) \
875 /* L10N: Help screen description for OP_ENVELOPE_EDIT_FOLLOWUP_TO */ \
876 /* Envelope Window: <op_envelope_edit_followup_to> */ \
877 _fmt(OP_ENVELOPE_EDIT_FOLLOWUP_TO, N_("Edit the Followup-To field")) \
878 /* L10N: Help screen description for OP_ENVELOPE_EDIT_FROM */ \
879 /* Envelope Window: <op_envelope_edit_from> */ \
880 _fmt(OP_ENVELOPE_EDIT_FROM, N_("Edit the from field")) \
881 /* L10N: Help screen description for OP_ENVELOPE_EDIT_HEADERS */ \
882 /* Compose Dialog: <op_envelope_edit_headers> */ \
883 _fmt(OP_ENVELOPE_EDIT_HEADERS, N_("Edit the message with headers")) \
884 /* L10N: Help screen description for OP_ENVELOPE_EDIT_NEWSGROUPS */ \
885 /* Envelope Window: <op_envelope_edit_newsgroups> */ \
886 _fmt(OP_ENVELOPE_EDIT_NEWSGROUPS, N_("Edit the newsgroups list")) \
887 /* L10N: Help screen description for OP_ENVELOPE_EDIT_REPLY_TO */ \
888 /* Envelope Window: <op_envelope_edit_reply_to> */ \
889 _fmt(OP_ENVELOPE_EDIT_REPLY_TO, N_("Edit the Reply-To field")) \
890 /* L10N: Help screen description for OP_ENVELOPE_EDIT_SUBJECT */ \
891 /* Envelope Window: <op_envelope_edit_subject> */ \
892 _fmt(OP_ENVELOPE_EDIT_SUBJECT, N_("Edit the subject of this message")) \
893 /* L10N: Help screen description for OP_ENVELOPE_EDIT_TO */ \
894 /* Envelope Window: <op_envelope_edit_to> */ \
895 _fmt(OP_ENVELOPE_EDIT_TO, N_("Edit the TO list")) \
896 /* L10N: Help screen description for OP_ENVELOPE_EDIT_X_COMMENT_TO */ \
897 /* Envelope Window: <op_envelope_edit_x_comment_to> */ \
898 _fmt(OP_ENVELOPE_EDIT_X_COMMENT_TO, N_("Edit the X-Comment-To field")) \
899
900#ifdef USE_NOTMUCH
901#define OPS_NOTMUCH(_fmt) \
902 /* L10N: Help screen description for OP_MAIN_CHANGE_VFOLDER */ \
903 /* Index: <op_main_change_folder> */ \
904 _fmt(OP_MAIN_CHANGE_VFOLDER, N_("Open a different virtual folder")) \
905 /* L10N: Help screen description for OP_MAIN_ENTIRE_THREAD */ \
906 /* Index: <op_main_entire_thread> */ \
907 _fmt(OP_MAIN_ENTIRE_THREAD, N_("Read entire thread of the current message")) \
908 /* L10N: Help screen description for OP_MAIN_VFOLDER_FROM_QUERY */ \
909 /* Index: <op_main_vfolder_from_query> */ \
910 _fmt(OP_MAIN_VFOLDER_FROM_QUERY, N_("Generate virtual folder from query")) \
911 /* L10N: Help screen description for OP_MAIN_VFOLDER_FROM_QUERY_READONLY */ \
912 /* Index: <op_main_vfolder_from_query> */ \
913 _fmt(OP_MAIN_VFOLDER_FROM_QUERY_READONLY, N_("Generate a read-only virtual folder from query")) \
914 /* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_BACKWARD */ \
915 /* Index: <op_main_windowed_vfolder> */ \
916 _fmt(OP_MAIN_WINDOWED_VFOLDER_BACKWARD, N_("Shifts virtual folder time window backwards")) \
917 /* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_FORWARD */ \
918 /* Index: <op_main_windowed_vfolder> */ \
919 _fmt(OP_MAIN_WINDOWED_VFOLDER_FORWARD, N_("Shifts virtual folder time window forwards")) \
920 /* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_RESET */ \
921 /* Index: <op_main_windowed_vfolder> */ \
922 _fmt(OP_MAIN_WINDOWED_VFOLDER_RESET, N_("Resets virtual folder time window to the present"))
923#else
924#define OPS_NOTMUCH(_)
925#endif
926
927#define OPS_PGP(_fmt) \
928 /* L10N: Help screen description for OP_ATTACH_ATTACH_KEY */ \
929 /* Compose Dialog: <op_attach_attach_key> */ \
930 _fmt(OP_ATTACH_ATTACH_KEY, N_("Attach a PGP public key")) \
931 /* L10N: Help screen description for OP_CHECK_TRADITIONAL */ \
932 /* Attach Dialog: <op_check_traditional> */ \
933 /* Index: <op_check_traditional> */ \
934 _fmt(OP_CHECK_TRADITIONAL, N_("Check for classic PGP")) \
935 /* L10N: Help screen description for OP_COMPOSE_PGP_MENU */ \
936 /* Envelope Window: <op_compose_pgp_menu> */ \
937 _fmt(OP_COMPOSE_PGP_MENU, N_("Show PGP options")) \
938 /* L10N: Help screen description for OP_MAIL_KEY */ \
939 /* Index: <op_mail_key> */ \
940 _fmt(OP_MAIL_KEY, N_("Mail a PGP public key")) \
941 /* L10N: Help screen description for OP_VERIFY_KEY */ \
942 /* GPGME Key Selection Dialog: <op_verify_key> */ \
943 /* PGP Key Selection Dialog: <op_verify_key> */ \
944 _fmt(OP_VERIFY_KEY, N_("Verify a public key")) \
945 /* L10N: Help screen description for OP_VIEW_ID */ \
946 /* GPGME Key Selection Dialog: <op_view_id> */ \
947 /* PGP Key Selection Dialog: <op_view_id> */ \
948 _fmt(OP_VIEW_ID, N_("View the key's user id")) \
949
950#define OPS_SIDEBAR(_fmt) \
951 /* L10N: Help screen description for OP_SIDEBAR_FIRST */ \
952 /* Sidebar: <op_sidebar_first> */ \
953 _fmt(OP_SIDEBAR_FIRST, N_("Move the highlight to the first mailbox")) \
954 /* L10N: Help screen description for OP_SIDEBAR_LAST */ \
955 /* Sidebar: <op_sidebar_last> */ \
956 _fmt(OP_SIDEBAR_LAST, N_("Move the highlight to the last mailbox")) \
957 /* L10N: Help screen description for OP_SIDEBAR_NEXT */ \
958 /* Sidebar: <op_sidebar_next> */ \
959 _fmt(OP_SIDEBAR_NEXT, N_("Move the highlight to next mailbox")) \
960 /* L10N: Help screen description for OP_SIDEBAR_NEXT_NEW */ \
961 /* Sidebar: <op_sidebar_next_new> */ \
962 _fmt(OP_SIDEBAR_NEXT_NEW, N_("Move the highlight to next mailbox with new mail")) \
963 /* L10N: Help screen description for OP_SIDEBAR_OPEN */ \
964 /* Sidebar: <op_sidebar_open> */ \
965 _fmt(OP_SIDEBAR_OPEN, N_("Open highlighted mailbox")) \
966 /* L10N: Help screen description for OP_SIDEBAR_PAGE_DOWN */ \
967 /* Sidebar: <op_sidebar_page_down> */ \
968 _fmt(OP_SIDEBAR_PAGE_DOWN, N_("Scroll the sidebar down 1 page")) \
969 /* L10N: Help screen description for OP_SIDEBAR_PAGE_UP */ \
970 /* Sidebar: <op_sidebar_page_up> */ \
971 _fmt(OP_SIDEBAR_PAGE_UP, N_("Scroll the sidebar up 1 page")) \
972 /* L10N: Help screen description for OP_SIDEBAR_PREV */ \
973 /* Sidebar: <op_sidebar_prev> */ \
974 _fmt(OP_SIDEBAR_PREV, N_("Move the highlight to previous mailbox")) \
975 /* L10N: Help screen description for OP_SIDEBAR_PREV_NEW */ \
976 /* Sidebar: <op_sidebar_prev_new> */ \
977 _fmt(OP_SIDEBAR_PREV_NEW, N_("Move the highlight to previous mailbox with new mail")) \
978 /* L10N: Help screen description for OP_SIDEBAR_TOGGLE_VIRTUAL */ \
979 /* Sidebar: <op_sidebar_toggle_virtual> */ \
980 _fmt(OP_SIDEBAR_TOGGLE_VIRTUAL, N_("Toggle between mailboxes and virtual mailboxes")) \
981 /* L10N: Help screen description for OP_SIDEBAR_TOGGLE_VISIBLE */ \
982 /* Sidebar: <op_sidebar_toggle_visible> */ \
983 _fmt(OP_SIDEBAR_TOGGLE_VISIBLE, N_("Make the sidebar (in)visible")) \
984 /* L10N: Help screen description for OP_SIDEBAR_ABORT_SEARCH */ \
985 /* Sidebar: <op_sidebar_abort_search> */ \
986 _fmt(OP_SIDEBAR_ABORT_SEARCH, N_("Close the sidebar search")) \
987 /* L10N: Help screen description for OP_SIDEBAR_START_SEARCH */ \
988 /* Sidebar: <op_sidebar_start_search> */ \
989 _fmt(OP_SIDEBAR_START_SEARCH, N_("Fuzzy search the sidebar")) \
990
991#define OPS_SMIME(_fmt) \
992 /* L10N: Help screen description for OP_COMPOSE_SMIME_MENU */ \
993 /* Envelope Window: <op_compose_smime_menu> */ \
994 _fmt(OP_COMPOSE_SMIME_MENU, N_("Show S/MIME options")) \
995
996#define OPS(_fmt) \
997 _fmt(OP_NULL, N_("Null operation")) \
998 OPS_ATTACH(_fmt) \
999 OPS_AUTOCRYPT(_fmt) \
1000 OPS_CORE(_fmt) \
1001 OPS_CRYPT(_fmt) \
1002 OPS_ENVELOPE(_fmt) \
1003 OPS_NOTMUCH(_fmt) \
1004 OPS_PGP(_fmt) \
1005 OPS_SIDEBAR(_fmt) \
1006 OPS_SMIME(_fmt) \
1007
1008
1014#define DEFINE_OPS(opcode, help_string) opcode,
1016#undef DEFINE_OPS
1018};
1019// clang-format on
1020
1021#endif /* MUTT_OPCODES_H */
Convenience wrapper for the library headers.
#define DEFINE_OPS(opcode, help_string)
Definition opcodes.h:1014
const char * opcodes_get_description(int op)
Get the description of an opcode.
Definition opcodes.c:68
#define OPS(_fmt)
Definition opcodes.h:996
const char * opcodes_get_name(int op)
Get the name of an opcode.
Definition opcodes.c:48
MuttOps
All NeoMutt Opcodes.
Definition opcodes.h:1013
@ OP_MAX
Definition opcodes.h:1017