129#define OPS_CORE(_fmt) \
130 \
131 _fmt(OP_ALIAS_DIALOG, N_("Open the aliases dialog")) \
132 \
133 _fmt(OP_BOTTOM_PAGE, N_("Move to the bottom of the page")) \
134 \
135 _fmt(OP_BOUNCE_MESSAGE, N_("Remail a message to another user")) \
136 \
137 _fmt(OP_BROWSER_GOTO_FOLDER, N_("Swap the current folder position with $folder if it exists")) \
138 \
139 _fmt(OP_BROWSER_NEW_FILE, N_("Select a new file in this directory")) \
140 \
141 _fmt(OP_BROWSER_SUBSCRIBE, N_("Subscribe to current mbox (IMAP/NNTP only)")) \
142 \
143 _fmt(OP_BROWSER_TELL, N_("Display the currently selected file's name")) \
144 \
145 _fmt(OP_BROWSER_TOGGLE_LSUB, N_("Toggle view all/subscribed mailboxes (IMAP only)")) \
146 \
147 _fmt(OP_BROWSER_UNSUBSCRIBE, N_("Unsubscribe from current mbox (IMAP/NNTP only)")) \
148 \
149 _fmt(OP_BROWSER_VIEW_FILE, N_("View file")) \
150 \
151 _fmt(OP_CATCHUP, N_("Mark all articles in newsgroup as read")) \
152 \
153 _fmt(OP_CHANGE_DIRECTORY, N_("Change directories")) \
154 \
155 _fmt(OP_CHECK_NEW, N_("Check mailboxes for new mail")) \
156 \
157 _fmt(OP_CHECK_STATS, N_("Calculate message statistics for all mailboxes")) \
158 \
159 _fmt(OP_COMPOSE_EDIT_FILE, N_("Edit the file to be attached")) \
160 \
161 _fmt(OP_COMPOSE_EDIT_MESSAGE, N_("Edit the message")) \
162 \
163 _fmt(OP_COMPOSE_ISPELL, N_("Run ispell on the message")) \
164 \
165 _fmt(OP_COMPOSE_POSTPONE_MESSAGE, N_("Save this message to send later")) \
166 \
167 _fmt(OP_COMPOSE_RENAME_FILE, N_("Rename/move an attached file")) \
168 \
169 _fmt(OP_COMPOSE_SEND_MESSAGE, N_("Send the message")) \
170 \
171 _fmt(OP_COMPOSE_TO_SENDER, N_("Compose new message to the current message sender")) \
172 \
173 _fmt(OP_COMPOSE_WRITE_MESSAGE, N_("Write the message to a folder")) \
174 \
175 _fmt(OP_COPY_MESSAGE, N_("Copy a message to a file/mailbox")) \
176 \
177 _fmt(OP_CREATE_ALIAS, N_("Create an alias from a message sender")) \
178 \
179 _fmt(OP_CREATE_MAILBOX, N_("Create a new mailbox (IMAP only)")) \
180 \
181 _fmt(OP_CURRENT_BOTTOM, N_("Move entry to bottom of screen")) \
182 \
183 _fmt(OP_CURRENT_MIDDLE, N_("Move entry to middle of screen")) \
184 \
185 _fmt(OP_CURRENT_TOP, N_("Move entry to top of screen")) \
186 \
187 _fmt(OP_DECODE_COPY, N_("Make decoded (text/plain) copy")) \
188 \
189 _fmt(OP_DECODE_SAVE, N_("Make decoded copy (text/plain) and delete")) \
190 \
191 _fmt(OP_DELETE, N_("Delete the current entry")) \
192 \
193 _fmt(OP_DELETE_MAILBOX, N_("Delete the current mailbox (IMAP only)")) \
194 \
195 _fmt(OP_DELETE_SUBTHREAD, N_("Delete all messages in subthread")) \
196 \
197 _fmt(OP_DELETE_THREAD, N_("Delete all messages in thread")) \
198 \
199 _fmt(OP_DESCEND_DIRECTORY, N_("Descend into a directory")) \
200 \
201 _fmt(OP_DISPLAY_ADDRESS, N_("Display full address of sender")) \
202 \
203 _fmt(OP_DISPLAY_HEADERS, N_("Display message and toggle header weeding")) \
204 \
205 _fmt(OP_DISPLAY_MESSAGE, N_("Display a message")) \
206 \
207 _fmt(OP_EDITOR_BACKSPACE, N_("Delete the char in front of the cursor")) \
208 \
209 _fmt(OP_EDITOR_BACKWARD_CHAR, N_("Move the cursor one character to the left")) \
210 \
211 _fmt(OP_EDITOR_BACKWARD_WORD, N_("Move the cursor to the beginning of the word")) \
212 \
213 _fmt(OP_EDITOR_BOL, N_("Jump to the beginning of the line")) \
214 \
215 _fmt(OP_EDITOR_CAPITALIZE_WORD, N_("Capitalize the word")) \
216 \
217 _fmt(OP_EDITOR_COMPLETE, N_("Complete filename or alias")) \
218 \
219 _fmt(OP_EDITOR_COMPLETE_QUERY, N_("Complete address with query")) \
220 \
221 _fmt(OP_EDITOR_DELETE_CHAR, N_("Delete the char under the cursor")) \
222 \
223 _fmt(OP_EDITOR_DOWNCASE_WORD, N_("Convert the word to lower case")) \
224 \
225 _fmt(OP_EDITOR_EOL, N_("Jump to the end of the line")) \
226 \
227 _fmt(OP_EDITOR_FORWARD_CHAR, N_("Move the cursor one character to the right")) \
228 \
229 _fmt(OP_EDITOR_FORWARD_WORD, N_("Move the cursor to the end of the word")) \
230 \
231 _fmt(OP_EDITOR_HISTORY_DOWN, N_("Scroll down through the history list")) \
232 \
233 _fmt(OP_EDITOR_HISTORY_SEARCH, N_("Search through the history list")) \
234 \
235 _fmt(OP_EDITOR_HISTORY_UP, N_("Scroll up through the history list")) \
236 \
237 _fmt(OP_EDITOR_KILL_EOL, N_("Delete chars from cursor to end of line")) \
238 \
239 _fmt(OP_EDITOR_KILL_EOW, N_("Delete chars from the cursor to the end of the word")) \
240 \
241 _fmt(OP_EDITOR_KILL_LINE, N_("Delete chars from cursor to beginning the line")) \
242 \
243 _fmt(OP_EDITOR_KILL_WHOLE_LINE, N_("Delete all chars on the line")) \
244 \
245 _fmt(OP_EDITOR_KILL_WORD, N_("Delete the word in front of the cursor")) \
246 \
247 _fmt(OP_EDITOR_MAILBOX_CYCLE, N_("Cycle among incoming mailboxes")) \
248 \
249 _fmt(OP_EDITOR_QUOTE_CHAR, N_("Quote the next typed key")) \
250 \
251 _fmt(OP_EDITOR_TRANSPOSE_CHARS, N_("Transpose character under cursor with previous")) \
252 \
253 _fmt(OP_EDITOR_UPCASE_WORD, N_("Convert the word to upper case")) \
254 \
255 _fmt(OP_EDIT_LABEL, N_("Add, change, or delete a message's label")) \
256 \
257 _fmt(OP_EDIT_OR_VIEW_RAW_MESSAGE, N_("Edit the raw message if the mailbox is not read-only, otherwise view it")) \
258 \
259 _fmt(OP_EDIT_RAW_MESSAGE, N_("Edit the raw message (edit and edit-raw-message are synonyms)")) \
260 \
261 _fmt(OP_END_COND, N_("End of conditional execution (noop)")) \
262 \
263 _fmt(OP_ENTER_COMMAND, N_("Enter a neomuttrc command")) \
264 \
265 _fmt(OP_ENTER_MASK, N_("Enter a file mask")) \
266 \
267 _fmt(OP_EXIT, N_("Exit this menu")) \
268 \
269 _fmt(OP_FIRST_ENTRY, N_("Move to the first entry")) \
270 \
271 _fmt(OP_FLAG_MESSAGE, N_("Toggle a message's 'important' flag")) \
272 \
273 _fmt(OP_FOLLOWUP, N_("Followup to newsgroup")) \
274 \
275 _fmt(OP_FORWARD_MESSAGE, N_("Forward a message with comments")) \
276 \
277 _fmt(OP_FORWARD_TO_GROUP, N_("Forward to newsgroup")) \
278 \
279 _fmt(OP_GENERIC_SELECT_ENTRY, N_("Select the current entry")) \
280 \
281 _fmt(OP_GET_CHILDREN, N_("Get all children of the current message")) \
282 \
283 _fmt(OP_GET_MESSAGE, N_("Get message with Message-ID")) \
284 \
285 _fmt(OP_GET_PARENT, N_("Get parent of the current message")) \
286 \
287 _fmt(OP_GOTO_PARENT, N_("Go to parent directory")) \
288 \
289 _fmt(OP_GROUP_CHAT_REPLY, N_("Reply to all recipients preserving To/Cc")) \
290 \
291 _fmt(OP_GROUP_REPLY, N_("Reply to all recipients")) \
292 \
293 _fmt(OP_HALF_DOWN, N_("Scroll down 1/2 page")) \
294 \
295 _fmt(OP_HALF_UP, N_("Scroll up 1/2 page")) \
296 \
297 _fmt(OP_HELP, N_("This screen")) \
298 \
299 _fmt(OP_JUMP, N_("Jump to an index number")) \
300 \
301 _fmt(OP_LAST_ENTRY, N_("Move to the last entry")) \
302 \
303 _fmt(OP_LIMIT_CURRENT_THREAD, N_("Limit view to current thread")) \
304 \
305 _fmt(OP_LIST_ACTION, N_("Perform mailing list action")) \
306 \
307 _fmt(OP_LIST_ARCHIVE, N_("Retrieve list archive information")) \
308 \
309 _fmt(OP_LIST_HELP, N_("Retrieve list help")) \
310 \
311 _fmt(OP_LIST_OWNER, N_("Contact list owner")) \
312 \
313 _fmt(OP_LIST_POST, N_("Post to mailing list")) \
314 \
315 _fmt(OP_LIST_REPLY, N_("Reply to specified mailing list")) \
316 \
317 _fmt(OP_LIST_SUBSCRIBE, N_("Subscribe to a mailing list")) \
318 \
319 _fmt(OP_LIST_UNSUBSCRIBE, N_("Unsubscribe from a mailing list")) \
320 \
321 _fmt(OP_LOAD_ACTIVE, N_("Load list of all newsgroups from NNTP server")) \
322 \
323 _fmt(OP_MACRO, N_("Execute a macro")) \
324 \
325 _fmt(OP_MAIL, N_("Compose a new mail message")) \
326 \
327 _fmt(OP_MAILBOX_LIST, N_("List mailboxes with new mail")) \
328 \
329 _fmt(OP_MAIN_BREAK_THREAD, N_("Break the thread in two")) \
330 \
331 _fmt(OP_MAIN_CHANGE_FOLDER, N_("Open a different folder")) \
332 \
333 _fmt(OP_MAIN_CHANGE_FOLDER_READONLY, N_("Open a different folder in read only mode")) \
334 \
335 _fmt(OP_MAIN_CHANGE_GROUP, N_("Open a different newsgroup")) \
336 \
337 _fmt(OP_MAIN_CHANGE_GROUP_READONLY, N_("Open a different newsgroup in read only mode")) \
338 \
339 _fmt(OP_MAIN_CLEAR_FLAG, N_("Clear a status flag from a message")) \
340 \
341 _fmt(OP_MAIN_CLOSE_ALL_THREADS, N_("Collapse all threads")) \
342 \
343 _fmt(OP_MAIN_CLOSE_THREAD, N_("Collapse current thread")) \
344 \
345 _fmt(OP_MAIN_COLLAPSE_ALL, N_("Collapse/uncollapse all threads")) \
346 \
347 _fmt(OP_MAIN_COLLAPSE_THREAD, N_("Collapse/uncollapse current thread")) \
348 \
349 _fmt(OP_MAIN_DELETE_PATTERN, N_("Delete non-hidden messages matching a pattern")) \
350 \
351 _fmt(OP_MAIN_FETCH_MAIL, N_("Retrieve mail from POP server")) \
352 \
353 _fmt(OP_MAIN_IMAP_FETCH, N_("Force retrieval of mail from IMAP server")) \
354 \
355 _fmt(OP_MAIN_IMAP_LOGOUT_ALL, N_("Logout from all IMAP servers")) \
356 \
357 _fmt(OP_MAIN_LIMIT, N_("Show only messages matching a pattern")) \
358 \
359 _fmt(OP_MAIN_LINK_THREADS, N_("Link tagged message to the current one")) \
360 \
361 _fmt(OP_MAIN_MODIFY_TAGS, N_("Modify (notmuch/imap) tags")) \
362 \
363 _fmt(OP_MAIN_MODIFY_TAGS_THEN_HIDE, N_("Modify (notmuch/imap) tags and then hide message")) \
364 \
365 _fmt(OP_MAIN_NEXT_NEW, N_("Jump to the next new message")) \
366 \
367 _fmt(OP_MAIN_NEXT_NEW_THEN_UNREAD, N_("Jump to the next new or unread message")) \
368 \
369 _fmt(OP_MAIN_NEXT_SUBTHREAD, N_("Jump to the next subthread")) \
370 \
371 _fmt(OP_MAIN_NEXT_THREAD, N_("Jump to the next thread")) \
372 \
373 _fmt(OP_MAIN_NEXT_UNDELETED, N_("Move to the next undeleted message")) \
374 \
375 _fmt(OP_MAIN_NEXT_UNREAD, N_("Jump to the next unread message")) \
376 \
377 _fmt(OP_MAIN_NEXT_UNREAD_MAILBOX, N_("Open next mailbox with new mail")) \
378 \
379 _fmt(OP_MAIN_PREV_UNREAD_MAILBOX, N_("Open previous mailbox with new mail")) \
380 \
381 _fmt(OP_MAIN_OPEN_ALL_THREADS, N_("Uncollapse all threads")) \
382 \
383 _fmt(OP_MAIN_OPEN_THREAD, N_("Uncollapse current thread")) \
384 \
385 _fmt(OP_MAIN_PARENT_MESSAGE, N_("Jump to parent message in thread")) \
386 \
387 _fmt(OP_MAIN_PREV_NEW, N_("Jump to the previous new message")) \
388 \
389 _fmt(OP_MAIN_PREV_NEW_THEN_UNREAD, N_("Jump to the previous new or unread message")) \
390 \
391 _fmt(OP_MAIN_PREV_SUBTHREAD, N_("Jump to previous subthread")) \
392 \
393 _fmt(OP_MAIN_PREV_THREAD, N_("Jump to previous thread")) \
394 \
395 _fmt(OP_MAIN_PREV_UNDELETED, N_("Move to the previous undeleted message")) \
396 \
397 _fmt(OP_MAIN_PREV_UNREAD, N_("Jump to the previous unread message")) \
398 \
399 _fmt(OP_MAIN_QUASI_DELETE, N_("Delete from NeoMutt, don't touch on disk")) \
400 \
401 _fmt(OP_MAIN_READ_SUBTHREAD, N_("Mark the current subthread as read")) \
402 \
403 _fmt(OP_MAIN_READ_THREAD, N_("Mark the current thread as read")) \
404 \
405 _fmt(OP_MAIN_ROOT_MESSAGE, N_("Jump to root message in thread")) \
406 \
407 _fmt(OP_MAIN_SET_FLAG, N_("Set a status flag on a message")) \
408 \
409 _fmt(OP_MAIN_SHOW_LIMIT, N_("Show currently active limit pattern")) \
410 \
411 _fmt(OP_MAIN_SYNC_FOLDER, N_("Save changes to mailbox")) \
412 \
413 _fmt(OP_MAIN_TAG_PATTERN, N_("Tag non-hidden messages matching a pattern")) \
414 \
415 _fmt(OP_MAIN_UNDELETE_PATTERN, N_("Undelete non-hidden messages matching a pattern")) \
416 \
417 _fmt(OP_MAIN_UNTAG_PATTERN, N_("Untag non-hidden messages matching a pattern")) \
418 \
419 _fmt(OP_MARK_MSG, N_("Create a hotkey macro for the current message")) \
420 \
421 _fmt(OP_MIDDLE_PAGE, N_("Move to the middle of the page")) \
422 \
423 _fmt(OP_NEXT_ENTRY, N_("Move to the next entry")) \
424 \
425 _fmt(OP_NEXT_LINE, N_("Scroll down one line")) \
426 \
427 _fmt(OP_NEXT_PAGE, N_("Move to the next page")) \
428 \
429 _fmt(OP_PAGER_HIDE_QUOTED, N_("Toggle display of quoted text")) \
430 \
431 _fmt(OP_PAGER_SKIP_HEADERS, N_("Jump to first line after headers")) \
432 \
433 _fmt(OP_PAGER_SKIP_QUOTED, N_("Skip beyond quoted text")) \
434 \
435 _fmt(OP_PIPE, N_("Pipe message/attachment to a shell command")) \
436 \
437 _fmt(OP_POST, N_("Post message to newsgroup")) \
438 \
439 _fmt(OP_PREV_ENTRY, N_("Move to the previous entry")) \
440 \
441 _fmt(OP_PREV_LINE, N_("Scroll up one line")) \
442 \
443 _fmt(OP_PREV_PAGE, N_("Move to the previous page")) \
444 \
445 _fmt(OP_PRINT, N_("Print the current entry")) \
446 \
447 _fmt(OP_PURGE_MESSAGE, N_("Delete the current entry, bypassing the trash folder")) \
448 \
449 _fmt(OP_PURGE_THREAD, N_("Delete the current thread, bypassing the trash folder")) \
450 \
451 _fmt(OP_QUERY, N_("Query external program for addresses")) \
452 \
453 _fmt(OP_QUERY_APPEND, N_("Append new query results to current results")) \
454 \
455 _fmt(OP_QUIT, N_("Save changes to mailbox and quit")) \
456 \
457 _fmt(OP_RECALL_MESSAGE, N_("Recall a postponed message")) \
458 \
459 _fmt(OP_RECONSTRUCT_THREAD, N_("Reconstruct thread containing current message")) \
460 \
461 _fmt(OP_REDRAW, N_("Clear and redraw the screen")) \
462 \
463 _fmt(OP_RENAME_MAILBOX, N_("Rename the current mailbox (IMAP only)")) \
464 \
465 _fmt(OP_REPLY, N_("Reply to a message")) \
466 \
467 _fmt(OP_RESEND, N_("Use the current message as a template for a new one")) \
468 \
469 _fmt(OP_SAVE, N_("Save message/attachment to a mailbox/file")) \
470 \
471 _fmt(OP_SEARCH, N_("Search for a regular expression")) \
472 \
473 _fmt(OP_SEARCH_NEXT, N_("Search for next match")) \
474 \
475 _fmt(OP_SEARCH_OPPOSITE, N_("Search for next match in opposite direction")) \
476 \
477 _fmt(OP_SEARCH_REVERSE, N_("Search backwards for a regular expression")) \
478 \
479 _fmt(OP_SEARCH_TOGGLE, N_("Toggle search pattern coloring")) \
480 \
481 _fmt(OP_SHELL_ESCAPE, N_("Invoke a command in a subshell")) \
482 \
483 _fmt(OP_SHOW_LOG_MESSAGES, N_("Show log (and debug) messages")) \
484 \
485 _fmt(OP_SORT, N_("Sort messages")) \
486 \
487 _fmt(OP_SORT_REVERSE, N_("Sort messages in reverse order")) \
488 \
489 _fmt(OP_SUBSCRIBE_PATTERN, N_("Subscribe to newsgroups matching a pattern")) \
490 \
491 _fmt(OP_TAG, N_("Tag the current entry")) \
492 \
493 _fmt(OP_TAG_PREFIX, N_("Apply next function to tagged messages")) \
494 \
495 _fmt(OP_TAG_PREFIX_COND, N_("Apply next function ONLY to tagged messages")) \
496 \
497 _fmt(OP_TAG_SUBTHREAD, N_("Tag the current subthread")) \
498 \
499 _fmt(OP_TAG_THREAD, N_("Tag the current thread")) \
500 \
501 _fmt(OP_TOGGLE_MAILBOXES, N_("Toggle whether to browse mailboxes or all files")) \
502 \
503 _fmt(OP_TOGGLE_NEW, N_("Toggle a message's 'new' flag")) \
504 \
505 _fmt(OP_TOGGLE_READ, N_("Toggle view of read messages")) \
506 \
507 _fmt(OP_TOGGLE_WRITE, N_("Toggle whether the mailbox will be rewritten")) \
508 \
509 _fmt(OP_TOP_PAGE, N_("Move to the top of the page")) \
510 \
511 _fmt(OP_UNCATCHUP, N_("Mark all articles in newsgroup as unread")) \
512 \
513 _fmt(OP_UNDELETE, N_("Undelete the current entry")) \
514 \
515 _fmt(OP_UNDELETE_SUBTHREAD, N_("Undelete all messages in subthread")) \
516 \
517 _fmt(OP_UNDELETE_THREAD, N_("Undelete all messages in thread")) \
518 \
519 _fmt(OP_UNSUBSCRIBE_PATTERN, N_("Unsubscribe from newsgroups matching a pattern")) \
520 \
521 _fmt(OP_VERSION, N_("Show the NeoMutt version number and date")) \
522 \
523 _fmt(OP_VIEW_ATTACHMENTS, N_("Show MIME attachments")) \
524 \
525 _fmt(OP_VIEW_RAW_MESSAGE, N_("Show the raw message")) \
526 \
527 _fmt(OP_WHAT_KEY, N_("Display the keycode for a key press")) \
528