NeoMutt  2025-09-05-43-g177ed6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
opcodes.h File Reference

All user-callable functions. More...

#include "config.h"
#include "mutt/lib.h"
+ Include dependency graph for opcodes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OP_REPAINT   -3
 Repaint is needed.
 
#define OP_TIMEOUT   -2
 1 second with no events
 
#define OP_ABORT   -1
 $abort_key pressed (Ctrl-G)
 
#define OPS_ATTACHMENT(_fmt)
 
#define OPS_AUTOCRYPT(_fmt)
 
#define OPS_CORE(_fmt)
 
#define OPS_CRYPT(_fmt)
 
#define OPS_ENVELOPE(_fmt)
 
#define OPS_NOTMUCH(_fmt)
 
#define OPS_PGP(_fmt)
 
#define OPS_SIDEBAR(_fmt)
 
#define OPS_SMIME(_fmt)
 
#define OPS(_fmt)
 
#define DEFINE_OPS(opcode, help_string)
 

Enumerations

enum  MuttOps { OP_MAX }
 All NeoMutt Opcodes. More...
 

Functions

const char * opcodes_get_description (int op)
 Get the description of an opcode.
 
const char * opcodes_get_name (int op)
 Get the name of an opcode.
 

Detailed Description

All user-callable functions.

Authors
  • Damien Riegel
  • Richard Russon
  • Pietro Cerutti

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file opcodes.h.

Macro Definition Documentation

◆ OP_REPAINT

#define OP_REPAINT   -3

Repaint is needed.

Definition at line 34 of file opcodes.h.

◆ OP_TIMEOUT

#define OP_TIMEOUT   -2

1 second with no events

Definition at line 35 of file opcodes.h.

◆ OP_ABORT

#define OP_ABORT   -1

$abort_key pressed (Ctrl-G)

Definition at line 36 of file opcodes.h.

◆ OPS_ATTACHMENT

#define OPS_ATTACHMENT ( _fmt)

Definition at line 39 of file opcodes.h.

39#define OPS_ATTACHMENT(_fmt) \
40 /* L10N: Help screen description for OP_ATTACHMENT_ATTACH_FILE */ \
41 /* Compose Dialog: <op_attachment_attach_file> */ \
42 _fmt(OP_ATTACHMENT_ATTACH_FILE, N_("attach files to this message")) \
43 /* L10N: Help screen description for OP_ATTACHMENT_ATTACH_MESSAGE */ \
44 /* Compose Dialog: <op_attachment_attach_message> */ \
45 _fmt(OP_ATTACHMENT_ATTACH_MESSAGE, N_("attach messages to this message")) \
46 /* L10N: Help screen description for OP_ATTACHMENT_ATTACH_NEWS_MESSAGE */ \
47 /* Compose Dialog: <op_attachment_attach_message> */ \
48 _fmt(OP_ATTACHMENT_ATTACH_NEWS_MESSAGE, N_("attach news articles to this message")) \
49 /* L10N: Help screen description for OP_ATTACHMENT_COLLAPSE */ \
50 /* Attach Dialog: <op_attachment_collapse> */ \
51 _fmt(OP_ATTACHMENT_COLLAPSE, N_("toggle display of subparts")) \
52 /* L10N: Help screen description for OP_ATTACHMENT_DELETE */ \
53 /* Attach Dialog: <op_attachment_delete> */ \
54 _fmt(OP_ATTACHMENT_DELETE, N_("delete the current entry")) \
55 /* L10N: Help screen description for OP_ATTACHMENT_DETACH */ \
56 /* Compose Dialog: <op_attachment_detach> */ \
57 _fmt(OP_ATTACHMENT_DETACH, N_("delete the current entry")) \
58 /* L10N: Help screen description for OP_ATTACHMENT_EDIT_CONTENT_ID */ \
59 /* Compose Dialog: <op_attachment_edit_content_id> */ \
60 _fmt(OP_ATTACHMENT_EDIT_CONTENT_ID, N_("edit the 'Content-ID' of the attachment")) \
61 /* L10N: Help screen description for OP_ATTACHMENT_EDIT_DESCRIPTION */ \
62 /* Compose Dialog: <op_attachment_edit_description> */ \
63 _fmt(OP_ATTACHMENT_EDIT_DESCRIPTION, N_("edit attachment description")) \
64 /* L10N: Help screen description for OP_ATTACHMENT_EDIT_ENCODING */ \
65 /* Compose Dialog: <op_attachment_edit_encoding> */ \
66 _fmt(OP_ATTACHMENT_EDIT_ENCODING, N_("edit attachment transfer-encoding")) \
67 /* L10N: Help screen description for OP_ATTACHMENT_EDIT_LANGUAGE */ \
68 /* Compose Dialog: <op_attachment_edit_language> */ \
69 _fmt(OP_ATTACHMENT_EDIT_LANGUAGE, N_("edit the 'Content-Language' of the attachment")) \
70 /* L10N: Help screen description for OP_ATTACHMENT_EDIT_MIME */ \
71 /* Compose Dialog: <op_attachment_edit_mime> */ \
72 _fmt(OP_ATTACHMENT_EDIT_MIME, N_("edit attachment using mailcap entry")) \
73 /* L10N: Help screen description for OP_ATTACHMENT_EDIT_TYPE */ \
74 /* Attach Dialog: <op_attachment_edit_type> */ \
75 /* Compose Dialog: <op_attachment_edit_type> */ \
76 /* Index: <op_attachment_edit_type> */ \
77 _fmt(OP_ATTACHMENT_EDIT_TYPE, N_("edit attachment content type")) \
78 /* L10N: Help screen description for OP_ATTACHMENT_FILTER */ \
79 /* Compose Dialog: <op_attachment_filter> */ \
80 _fmt(OP_ATTACHMENT_FILTER, N_("filter attachment through a shell command")) \
81 /* L10N: Help screen description for OP_ATTACHMENT_GET_ATTACHMENT */ \
82 /* Compose Dialog: <op_attachment_get_attachment> */ \
83 _fmt(OP_ATTACHMENT_GET_ATTACHMENT, N_("get a temporary copy of an attachment")) \
84 /* L10N: Help screen description for OP_ATTACHMENT_GROUP_ALTS */ \
85 /* Compose Dialog: <op_attachment_group_alts> */ \
86 _fmt(OP_ATTACHMENT_GROUP_ALTS, N_("group tagged attachments as 'multipart/alternative'")) \
87 /* L10N: Help screen description for OP_ATTACHMENT_GROUP_LINGUAL */ \
88 /* Compose Dialog: <op_attachment_group_lingual> */ \
89 _fmt(OP_ATTACHMENT_GROUP_LINGUAL, N_("group tagged attachments as 'multipart/multilingual'")) \
90 /* L10N: Help screen description for OP_ATTACHMENT_GROUP_RELATED */ \
91 /* Compose Dialog: <op_attachment_group_related> */ \
92 _fmt(OP_ATTACHMENT_GROUP_RELATED, N_("group tagged attachments as 'multipart/related'")) \
93 /* L10N: Help screen description for OP_ATTACHMENT_MOVE_DOWN */ \
94 /* Compose Dialog: <op_attachment_move_down> */ \
95 _fmt(OP_ATTACHMENT_MOVE_DOWN, N_("move an attachment down in the attachment list")) \
96 /* L10N: Help screen description for OP_ATTACHMENT_MOVE_UP */ \
97 /* Compose Dialog: <op_attachment_move_up> */ \
98 _fmt(OP_ATTACHMENT_MOVE_UP, N_("move an attachment up in the attachment list")) \
99 /* L10N: Help screen description for OP_ATTACHMENT_NEW_MIME */ \
100 /* Compose Dialog: <op_attachment_new_mime> */ \
101 _fmt(OP_ATTACHMENT_NEW_MIME, N_("compose new attachment using mailcap entry")) \
102 /* L10N: Help screen description for OP_ATTACHMENT_PIPE */ \
103 _fmt(OP_ATTACHMENT_PIPE, N_("pipe message/attachment to a shell command")) \
104 /* L10N: Help screen description for OP_ATTACHMENT_PRINT */ \
105 /* Attach Dialog: <op_attachment_print> */ \
106 /* Compose Dialog: <op_attachment_print> */ \
107 _fmt(OP_ATTACHMENT_PRINT, N_("print the current entry")) \
108 /* L10N: Help screen description for OP_ATTACHMENT_RENAME_ATTACHMENT */ \
109 /* Compose Dialog: <op_attachment_rename_attachment> */ \
110 _fmt(OP_ATTACHMENT_RENAME_ATTACHMENT, N_("send attachment with a different name")) \
111 /* L10N: Help screen description for OP_ATTACHMENT_SAVE */ \
112 /* Attach Dialog: <op_attachment_save> */ \
113 /* Compose Dialog: <op_attachment_save> */ \
114 _fmt(OP_ATTACHMENT_SAVE, N_("save message/attachment to a mailbox/file")) \
115 /* L10N: Help screen description for OP_ATTACHMENT_TOGGLE_DISPOSITION */ \
116 /* Compose Dialog: <op_attachment_toggle_disposition> */ \
117 _fmt(OP_ATTACHMENT_TOGGLE_DISPOSITION, N_("toggle disposition between inline/attachment")) \
118 /* L10N: Help screen description for OP_ATTACHMENT_TOGGLE_RECODE */ \
119 /* Compose Dialog: <op_attachment_toggle_recode> */ \
120 _fmt(OP_ATTACHMENT_TOGGLE_RECODE, N_("toggle recoding of this attachment")) \
121 /* L10N: Help screen description for OP_ATTACHMENT_TOGGLE_UNLINK */ \
122 /* Compose Dialog: <op_attachment_toggle_unlink> */ \
123 _fmt(OP_ATTACHMENT_TOGGLE_UNLINK, N_("toggle whether to delete file after sending it")) \
124 /* L10N: Help screen description for OP_ATTACHMENT_UNDELETE */ \
125 /* Attach Dialog: <op_attachment_undelete> */ \
126 _fmt(OP_ATTACHMENT_UNDELETE, N_("undelete the current entry")) \
127 /* L10N: Help screen description for OP_ATTACHMENT_UNGROUP */ \
128 /* Compose Dialog: <op_attachment_ungroup> */ \
129 _fmt(OP_ATTACHMENT_UNGROUP, N_("ungroup 'multipart' attachment")) \
130 /* L10N: Help screen description for OP_ATTACHMENT_UPDATE_ENCODING */ \
131 /* Compose Dialog: <op_attachment_update_encoding> */ \
132 _fmt(OP_ATTACHMENT_UPDATE_ENCODING, N_("update an attachment's encoding info")) \
133 /* L10N: Help screen description for OP_ATTACHMENT_VIEW */ \
134 /* Attach Dialog: <op_attachment_view> */ \
135 /* Compose Dialog: <op_display_headers> */ \
136 _fmt(OP_ATTACHMENT_VIEW, N_("view attachment using mailcap entry if necessary")) \
137 /* L10N: Help screen description for OP_ATTACHMENT_VIEW_MAILCAP */ \
138 /* Attach Dialog: <op_attachment_view_mailcap> */ \
139 /* Compose Dialog: <op_display_headers> */ \
140 _fmt(OP_ATTACHMENT_VIEW_MAILCAP, N_("force viewing of attachment using mailcap")) \
141 /* L10N: Help screen description for OP_ATTACHMENT_VIEW_PAGER */ \
142 /* Attach Dialog: <op_attachment_view_pager> */ \
143 /* Compose Dialog: <op_display_headers> */ \
144 _fmt(OP_ATTACHMENT_VIEW_PAGER, N_("view attachment in pager using copiousoutput mailcap")) \
145 /* L10N: Help screen description for OP_ATTACHMENT_VIEW_TEXT */ \
146 /* Attach Dialog: <op_attachment_view_text> */ \
147 /* Compose Dialog: <op_display_headers> */ \
148 _fmt(OP_ATTACHMENT_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

◆ OPS_AUTOCRYPT

#define OPS_AUTOCRYPT ( _fmt)
Value:
/* L10N: Help screen description for OP_AUTOCRYPT_ACCT_MENU */ \
/* Index: <op_autocrypt_acct_menu> */ \
_fmt(OP_AUTOCRYPT_ACCT_MENU, N_("manage autocrypt accounts")) \
/* L10N: Help screen description for OP_AUTOCRYPT_CREATE_ACCT */ \
/* Autocrypt Dialog: <op_autocrypt_create_acct> */ \
_fmt(OP_AUTOCRYPT_CREATE_ACCT, N_("create a new autocrypt account")) \
/* L10N: Help screen description for OP_AUTOCRYPT_DELETE_ACCT */ \
/* Autocrypt Dialog: <op_autocrypt_delete_acct> */ \
_fmt(OP_AUTOCRYPT_DELETE_ACCT, N_("delete the current account")) \
/* L10N: Help screen description for OP_AUTOCRYPT_TOGGLE_ACTIVE */ \
/* Autocrypt Dialog: <op_autocrypt_toggle_active> */ \
_fmt(OP_AUTOCRYPT_TOGGLE_ACTIVE, N_("toggle the current account active/inactive")) \
/* L10N: Help screen description for OP_AUTOCRYPT_TOGGLE_PREFER */ \
/* Autocrypt Dialog: <op_autocrypt_toggle_prefer> */ \
_fmt(OP_AUTOCRYPT_TOGGLE_PREFER, N_("toggle the current account prefer-encrypt flag")) \
/* L10N: Help screen description for OP_COMPOSE_AUTOCRYPT_MENU */ \
/* Envelope Window: <op_compose_autocrypt_menu> */ \
_fmt(OP_COMPOSE_AUTOCRYPT_MENU, N_("show autocrypt compose menu options"))
#define N_(a)
Definition message.h:32

Definition at line 157 of file opcodes.h.

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"))

◆ OPS_CORE

#define OPS_CORE ( _fmt)

Definition at line 180 of file opcodes.h.

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_attachment_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 _fmt(OP_JUMP_1, N_("jump to an index number")) \
472 _fmt(OP_JUMP_2, N_("jump to an index number")) \
473 _fmt(OP_JUMP_3, N_("jump to an index number")) \
474 _fmt(OP_JUMP_4, N_("jump to an index number")) \
475 _fmt(OP_JUMP_5, N_("jump to an index number")) \
476 _fmt(OP_JUMP_6, N_("jump to an index number")) \
477 _fmt(OP_JUMP_7, N_("jump to an index number")) \
478 _fmt(OP_JUMP_8, N_("jump to an index number")) \
479 _fmt(OP_JUMP_9, N_("jump to an index number")) \
480 /* L10N: Help screen description for OP_LAST_ENTRY */ \
481 /* Menu: <menu_movement> */ \
482 _fmt(OP_LAST_ENTRY, N_("move to the last entry")) \
483 /* L10N: Help screen description for OP_LIMIT_CURRENT_THREAD */ \
484 /* Index: <op_main_limit> */ \
485 _fmt(OP_LIMIT_CURRENT_THREAD, N_("limit view to current thread")) \
486 /* L10N: Help screen description for OP_LIST_REPLY */ \
487 /* Index: <op_list_reply> */ \
488 /* Attach Dialog: <op_reply> */ \
489 _fmt(OP_LIST_REPLY, N_("reply to specified mailing list")) \
490 /* L10N: Help screen description for OP_LIST_SUBSCRIBE */ \
491 /* Attach Dialog: <op_list_subscribe> */ \
492 /* Index: <op_list_subscribe> */ \
493 _fmt(OP_LIST_SUBSCRIBE, N_("subscribe to a mailing list")) \
494 /* L10N: Help screen description for OP_LIST_UNSUBSCRIBE */ \
495 /* Attach Dialog: <op_list_unsubscribe> */ \
496 /* Index: <op_list_unsubscribe> */ \
497 _fmt(OP_LIST_UNSUBSCRIBE, N_("unsubscribe from a mailing list")) \
498 /* L10N: Help screen description for OP_LOAD_ACTIVE */ \
499 /* Browser: <op_load_active> */ \
500 _fmt(OP_LOAD_ACTIVE, N_("load list of all newsgroups from NNTP server")) \
501 /* L10N: Help screen description for OP_MACRO */ \
502 _fmt(OP_MACRO, N_("execute a macro")) \
503 /* L10N: Help screen description for OP_MAIL */ \
504 /* Alias Dialog: <op_generic_select_entry> */ \
505 /* Index: <op_mail> */ \
506 _fmt(OP_MAIL, N_("compose a new mail message")) \
507 /* L10N: Help screen description for OP_MAILBOX_LIST */ \
508 /* Browser: <op_mailbox_list> */ \
509 /* Index: <op_mailbox_list> */ \
510 _fmt(OP_MAILBOX_LIST, N_("list mailboxes with new mail")) \
511 /* L10N: Help screen description for OP_MAIN_BREAK_THREAD */ \
512 /* Index: <op_main_break_thread> */ \
513 _fmt(OP_MAIN_BREAK_THREAD, N_("break the thread in two")) \
514 /* L10N: Help screen description for OP_MAIN_CHANGE_FOLDER */ \
515 /* Index: <op_main_change_folder> */ \
516 _fmt(OP_MAIN_CHANGE_FOLDER, N_("open a different folder")) \
517 /* L10N: Help screen description for OP_MAIN_CHANGE_FOLDER_READONLY */ \
518 /* Index: <op_main_change_folder> */ \
519 _fmt(OP_MAIN_CHANGE_FOLDER_READONLY, N_("open a different folder in read only mode")) \
520 /* L10N: Help screen description for OP_MAIN_CHANGE_GROUP */ \
521 /* Index: <op_main_change_group> */ \
522 _fmt(OP_MAIN_CHANGE_GROUP, N_("open a different newsgroup")) \
523 /* L10N: Help screen description for OP_MAIN_CHANGE_GROUP_READONLY */ \
524 /* Index: <op_main_change_group> */ \
525 _fmt(OP_MAIN_CHANGE_GROUP_READONLY, N_("open a different newsgroup in read only mode")) \
526 /* L10N: Help screen description for OP_MAIN_CLEAR_FLAG */ \
527 /* Index: <op_main_set_flag> */ \
528 _fmt(OP_MAIN_CLEAR_FLAG, N_("clear a status flag from a message")) \
529 /* L10N: Help screen description for OP_MAIN_COLLAPSE_ALL */ \
530 /* Index: <op_main_collapse_all> */ \
531 _fmt(OP_MAIN_COLLAPSE_ALL, N_("collapse/uncollapse all threads")) \
532 /* L10N: Help screen description for OP_MAIN_COLLAPSE_THREAD */ \
533 /* Index: <op_main_collapse_thread> */ \
534 _fmt(OP_MAIN_COLLAPSE_THREAD, N_("collapse/uncollapse current thread")) \
535 /* L10N: Help screen description for OP_MAIN_DELETE_PATTERN */ \
536 /* Index: <op_main_delete_pattern> */ \
537 _fmt(OP_MAIN_DELETE_PATTERN, N_("delete non-hidden messages matching a pattern")) \
538 /* L10N: Help screen description for OP_MAIN_FETCH_MAIL */ \
539 /* Index: <op_main_fetch_mail> */ \
540 _fmt(OP_MAIN_FETCH_MAIL, N_("retrieve mail from POP server")) \
541 /* L10N: Help screen description for OP_MAIN_IMAP_FETCH */ \
542 /* Index: <op_main_imap_fetch> */ \
543 _fmt(OP_MAIN_IMAP_FETCH, N_("force retrieval of mail from IMAP server")) \
544 /* L10N: Help screen description for OP_MAIN_IMAP_LOGOUT_ALL */ \
545 /* Index: <op_main_imap_logout_all> */ \
546 _fmt(OP_MAIN_IMAP_LOGOUT_ALL, N_("logout from all IMAP servers")) \
547 /* L10N: Help screen description for OP_MAIN_LIMIT */ \
548 /* Alias Dialog: <op_main_limit> */ \
549 /* Index: <op_main_limit> */ \
550 _fmt(OP_MAIN_LIMIT, N_("show only messages matching a pattern")) \
551 /* L10N: Help screen description for OP_MAIN_LINK_THREADS */ \
552 /* Index: <op_main_link_threads> */ \
553 _fmt(OP_MAIN_LINK_THREADS, N_("link tagged message to the current one")) \
554 /* L10N: Help screen description for OP_MAIN_MODIFY_TAGS */ \
555 /* Index: <op_main_modify_tags> */ \
556 _fmt(OP_MAIN_MODIFY_TAGS, N_("modify (notmuch/imap) tags")) \
557 /* L10N: Help screen description for OP_MAIN_MODIFY_TAGS_THEN_HIDE */ \
558 /* Index: <op_main_modify_tags> */ \
559 _fmt(OP_MAIN_MODIFY_TAGS_THEN_HIDE, N_("modify (notmuch/imap) tags and then hide message")) \
560 /* L10N: Help screen description for OP_MAIN_NEXT_NEW */ \
561 /* Index: <op_main_next_new> */ \
562 _fmt(OP_MAIN_NEXT_NEW, N_("jump to the next new message")) \
563 /* L10N: Help screen description for OP_MAIN_NEXT_NEW_THEN_UNREAD */ \
564 /* Index: <op_main_next_new> */ \
565 _fmt(OP_MAIN_NEXT_NEW_THEN_UNREAD, N_("jump to the next new or unread message")) \
566 /* L10N: Help screen description for OP_MAIN_NEXT_SUBTHREAD */ \
567 /* Index: <op_main_next_thread> */ \
568 _fmt(OP_MAIN_NEXT_SUBTHREAD, N_("jump to the next subthread")) \
569 /* L10N: Help screen description for OP_MAIN_NEXT_THREAD */ \
570 /* Index: <op_main_next_thread> */ \
571 _fmt(OP_MAIN_NEXT_THREAD, N_("jump to the next thread")) \
572 /* L10N: Help screen description for OP_MAIN_NEXT_UNDELETED */ \
573 /* Index: <op_main_next_undeleted> */ \
574 _fmt(OP_MAIN_NEXT_UNDELETED, N_("move to the next undeleted message")) \
575 /* L10N: Help screen description for OP_MAIN_NEXT_UNREAD */ \
576 /* Index: <op_main_next_new> */ \
577 _fmt(OP_MAIN_NEXT_UNREAD, N_("jump to the next unread message")) \
578 /* L10N: Help screen description for OP_MAIN_NEXT_UNREAD_MAILBOX */ \
579 /* Index: <op_main_next_unread_mailbox> */ \
580 _fmt(OP_MAIN_NEXT_UNREAD_MAILBOX, N_("open next mailbox with new mail")) \
581 /* L10N: Help screen description for OP_MAIN_PARENT_MESSAGE */ \
582 /* Index: <op_main_root_message> */ \
583 _fmt(OP_MAIN_PARENT_MESSAGE, N_("jump to parent message in thread")) \
584 /* L10N: Help screen description for OP_MAIN_PREV_NEW */ \
585 /* Index: <op_main_next_new> */ \
586 _fmt(OP_MAIN_PREV_NEW, N_("jump to the previous new message")) \
587 /* L10N: Help screen description for OP_MAIN_PREV_NEW_THEN_UNREAD */ \
588 /* Index: <op_main_next_new> */ \
589 _fmt(OP_MAIN_PREV_NEW_THEN_UNREAD, N_("jump to the previous new or unread message")) \
590 /* L10N: Help screen description for OP_MAIN_PREV_SUBTHREAD */ \
591 /* Index: <op_main_next_thread> */ \
592 _fmt(OP_MAIN_PREV_SUBTHREAD, N_("jump to previous subthread")) \
593 /* L10N: Help screen description for OP_MAIN_PREV_THREAD */ \
594 /* Index: <op_main_next_thread> */ \
595 _fmt(OP_MAIN_PREV_THREAD, N_("jump to previous thread")) \
596 /* L10N: Help screen description for OP_MAIN_PREV_UNDELETED */ \
597 /* Index: <op_main_prev_undeleted> */ \
598 _fmt(OP_MAIN_PREV_UNDELETED, N_("move to the previous undeleted message")) \
599 /* L10N: Help screen description for OP_MAIN_PREV_UNREAD */ \
600 /* Index: <op_main_next_new> */ \
601 _fmt(OP_MAIN_PREV_UNREAD, N_("jump to the previous unread message")) \
602 /* L10N: Help screen description for OP_MAIN_QUASI_DELETE */ \
603 /* Index: <op_main_quasi_delete> */ \
604 _fmt(OP_MAIN_QUASI_DELETE, N_("delete from NeoMutt, don't touch on disk")) \
605 /* L10N: Help screen description for OP_MAIN_READ_SUBTHREAD */ \
606 /* Index: <op_main_read_thread> */ \
607 _fmt(OP_MAIN_READ_SUBTHREAD, N_("mark the current subthread as read")) \
608 /* L10N: Help screen description for OP_MAIN_READ_THREAD */ \
609 /* Index: <op_main_read_thread> */ \
610 _fmt(OP_MAIN_READ_THREAD, N_("mark the current thread as read")) \
611 /* L10N: Help screen description for OP_MAIN_ROOT_MESSAGE */ \
612 /* Index: <op_main_root_message> */ \
613 _fmt(OP_MAIN_ROOT_MESSAGE, N_("jump to root message in thread")) \
614 /* L10N: Help screen description for OP_MAIN_SET_FLAG */ \
615 /* Index: <op_main_set_flag> */ \
616 _fmt(OP_MAIN_SET_FLAG, N_("set a status flag on a message")) \
617 /* L10N: Help screen description for OP_MAIN_SHOW_LIMIT */ \
618 /* Index: <op_main_show_limit> */ \
619 _fmt(OP_MAIN_SHOW_LIMIT, N_("show currently active limit pattern")) \
620 /* L10N: Help screen description for OP_MAIN_SYNC_FOLDER */ \
621 /* Index: <op_main_sync_folder> */ \
622 _fmt(OP_MAIN_SYNC_FOLDER, N_("save changes to mailbox")) \
623 /* L10N: Help screen description for OP_MAIN_TAG_PATTERN */ \
624 /* Index: <op_main_tag_pattern> */ \
625 _fmt(OP_MAIN_TAG_PATTERN, N_("tag non-hidden messages matching a pattern")) \
626 /* L10N: Help screen description for OP_MAIN_UNDELETE_PATTERN */ \
627 /* Index: <op_main_undelete_pattern> */ \
628 _fmt(OP_MAIN_UNDELETE_PATTERN, N_("undelete non-hidden messages matching a pattern")) \
629 /* L10N: Help screen description for OP_MAIN_UNTAG_PATTERN */ \
630 /* Index: <op_main_untag_pattern> */ \
631 _fmt(OP_MAIN_UNTAG_PATTERN, N_("untag non-hidden messages matching a pattern")) \
632 /* L10N: Help screen description for OP_MARK_MSG */ \
633 /* Index: <op_mark_msg> */ \
634 _fmt(OP_MARK_MSG, N_("create a hotkey macro for the current message")) \
635 /* L10N: Help screen description for OP_MIDDLE_PAGE */ \
636 /* Menu: <menu_movement> */ \
637 _fmt(OP_MIDDLE_PAGE, N_("move to the middle of the page")) \
638 /* L10N: Help screen description for OP_NEXT_ENTRY */ \
639 /* Menu: <menu_movement> */ \
640 /* Index: <op_next_entry> */ \
641 _fmt(OP_NEXT_ENTRY, N_("move to the next entry")) \
642 /* L10N: Help screen description for OP_NEXT_LINE */ \
643 /* Menu: <menu_movement> */ \
644 /* Pager: <op_pager_next_line> */ \
645 _fmt(OP_NEXT_LINE, N_("scroll down one line")) \
646 /* L10N: Help screen description for OP_NEXT_PAGE */ \
647 /* Menu: <menu_movement> */ \
648 /* Pager: <op_pager_next_page> */ \
649 _fmt(OP_NEXT_PAGE, N_("move to the next page")) \
650 /* L10N: Help screen description for OP_PAGER_BOTTOM */ \
651 /* Pager: <op_pager_bottom> */ \
652 _fmt(OP_PAGER_BOTTOM, N_("jump to the bottom of the message")) \
653 /* L10N: Help screen description for OP_PAGER_HIDE_QUOTED */ \
654 /* Pager: <op_pager_hide_quoted> */ \
655 _fmt(OP_PAGER_HIDE_QUOTED, N_("toggle display of quoted text")) \
656 /* L10N: Help screen description for OP_PAGER_SKIP_HEADERS */ \
657 /* Pager: <op_pager_skip_headers> */ \
658 _fmt(OP_PAGER_SKIP_HEADERS, N_("jump to first line after headers")) \
659 /* L10N: Help screen description for OP_PAGER_SKIP_QUOTED */ \
660 /* Pager: <op_pager_skip_quoted> */ \
661 _fmt(OP_PAGER_SKIP_QUOTED, N_("skip beyond quoted text")) \
662 /* L10N: Help screen description for OP_PAGER_TOP */ \
663 /* Pager: <op_pager_top> */ \
664 _fmt(OP_PAGER_TOP, N_("jump to the top of the message")) \
665 /* L10N: Help screen description for OP_PIPE */ \
666 /* Compose Dialog: <op_attachment_filter> */ \
667 /* Attach Dialog: <op_attachment_pipe> */ \
668 /* Index: <op_pipe> */ \
669 _fmt(OP_PIPE, N_("pipe message/attachment to a shell command")) \
670 /* L10N: Help screen description for OP_POST */ \
671 /* Index: <op_post> */ \
672 _fmt(OP_POST, N_("post message to newsgroup")) \
673 /* L10N: Help screen description for OP_PREV_ENTRY */ \
674 /* Menu: <menu_movement> */ \
675 /* Index: <op_prev_entry> */ \
676 _fmt(OP_PREV_ENTRY, N_("move to the previous entry")) \
677 /* L10N: Help screen description for OP_PREV_LINE */ \
678 /* Menu: <menu_movement> */ \
679 /* Pager: <op_pager_prev_line> */ \
680 _fmt(OP_PREV_LINE, N_("scroll up one line")) \
681 /* L10N: Help screen description for OP_PREV_PAGE */ \
682 /* Menu: <menu_movement> */ \
683 /* Pager: <op_pager_prev_page> */ \
684 _fmt(OP_PREV_PAGE, N_("move to the previous page")) \
685 /* L10N: Help screen description for OP_PRINT */ \
686 /* Index: <op_print> */ \
687 _fmt(OP_PRINT, N_("print the current entry")) \
688 /* L10N: Help screen description for OP_PURGE_MESSAGE */ \
689 /* Index: <op_delete> */ \
690 _fmt(OP_PURGE_MESSAGE, N_("delete the current entry, bypassing the trash folder")) \
691 /* L10N: Help screen description for OP_PURGE_THREAD */ \
692 /* Index: <op_delete_thread> */ \
693 _fmt(OP_PURGE_THREAD, N_("delete the current thread, bypassing the trash folder")) \
694 /* L10N: Help screen description for OP_QUERY */ \
695 /* Alias Dialog: <op_query> */ \
696 /* Index: <op_query> */ \
697 _fmt(OP_QUERY, N_("query external program for addresses")) \
698 /* L10N: Help screen description for OP_QUERY_APPEND */ \
699 /* Alias Dialog: <op_query> */ \
700 _fmt(OP_QUERY_APPEND, N_("append new query results to current results")) \
701 /* L10N: Help screen description for OP_QUIT */ \
702 /* History Dialog: <op_quit> */ \
703 /* Index: <op_quit> */ \
704 /* Pattern Dialog: <op_quit> */ \
705 _fmt(OP_QUIT, N_("save changes to mailbox and quit")) \
706 /* L10N: Help screen description for OP_RECALL_MESSAGE */ \
707 /* Index: <op_recall_message> */ \
708 _fmt(OP_RECALL_MESSAGE, N_("recall a postponed message")) \
709 /* L10N: Help screen description for OP_RECONSTRUCT_THREAD */ \
710 /* Index: <op_get_children> */ \
711 _fmt(OP_RECONSTRUCT_THREAD, N_("reconstruct thread containing current message")) \
712 /* L10N: Help screen description for OP_REDRAW */ \
713 /* Text Entry: <op_redraw> */ \
714 /* Global: <op_redraw> */ \
715 _fmt(OP_REDRAW, N_("clear and redraw the screen")) \
716 /* L10N: Help screen description for OP_RENAME_MAILBOX */ \
717 /* Browser: <op_rename_mailbox> */ \
718 _fmt(OP_RENAME_MAILBOX, N_("rename the current mailbox (IMAP only)")) \
719 /* L10N: Help screen description for OP_REPLY */ \
720 /* Attach Dialog: <op_reply> */ \
721 /* Index: <op_reply> */ \
722 _fmt(OP_REPLY, N_("reply to a message")) \
723 /* L10N: Help screen description for OP_RESEND */ \
724 /* Attach Dialog: <op_resend> */ \
725 /* Index: <op_resend> */ \
726 _fmt(OP_RESEND, N_("use the current message as a template for a new one")) \
727 /* L10N: Help screen description for OP_SAVE */ \
728 /* Index: <op_save> */ \
729 /* Pager: <op_save> */ \
730 _fmt(OP_SAVE, N_("save message/attachment to a mailbox/file")) \
731 /* L10N: Help screen description for OP_SEARCH */ \
732 /* Menu: <menu_search> */ \
733 /* Pager: <op_pager_search> */ \
734 /* Alias Dialog: <op_search> */ \
735 /* Index: <op_search> */ \
736 /* Postponed Dialog: <op_search> */ \
737 _fmt(OP_SEARCH, N_("search for a regular expression")) \
738 /* L10N: Help screen description for OP_SEARCH_NEXT */ \
739 /* Menu: <menu_search> */ \
740 /* Pager: <op_pager_search_next> */ \
741 /* Alias Dialog: <op_search> */ \
742 /* Index: <op_search> */ \
743 /* Postponed Dialog: <op_search> */ \
744 _fmt(OP_SEARCH_NEXT, N_("search for next match")) \
745 /* L10N: Help screen description for OP_SEARCH_OPPOSITE */ \
746 /* Menu: <menu_search> */ \
747 /* Pager: <op_pager_search_next> */ \
748 /* Alias Dialog: <op_search> */ \
749 /* Index: <op_search> */ \
750 /* Postponed Dialog: <op_search> */ \
751 _fmt(OP_SEARCH_OPPOSITE, N_("search for next match in opposite direction")) \
752 /* L10N: Help screen description for OP_SEARCH_REVERSE */ \
753 /* Menu: <menu_search> */ \
754 /* Pager: <op_pager_search> */ \
755 /* Alias Dialog: <op_search> */ \
756 /* Index: <op_search> */ \
757 /* Postponed Dialog: <op_search> */ \
758 _fmt(OP_SEARCH_REVERSE, N_("search backwards for a regular expression")) \
759 /* L10N: Help screen description for OP_SEARCH_TOGGLE */ \
760 /* Pager: <op_search_toggle> */ \
761 _fmt(OP_SEARCH_TOGGLE, N_("toggle search pattern coloring")) \
762 /* L10N: Help screen description for OP_SHELL_ESCAPE */ \
763 /* Global: <op_shell_escape> */ \
764 _fmt(OP_SHELL_ESCAPE, N_("invoke a command in a subshell")) \
765 /* L10N: Help screen description for OP_SHOW_LOG_MESSAGES */ \
766 /* Global: <op_show_log_messages> */ \
767 _fmt(OP_SHOW_LOG_MESSAGES, N_("show log (and debug) messages")) \
768 /* L10N: Help screen description for OP_SORT */ \
769 /* Alias Dialog: <op_sort> */ \
770 /* Browser: <op_sort> */ \
771 /* Index: <op_sort> */ \
772 _fmt(OP_SORT, N_("sort messages")) \
773 /* L10N: Help screen description for OP_SORT_REVERSE */ \
774 /* Alias Dialog: <op_sort> */ \
775 /* Browser: <op_sort> */ \
776 /* Index: <op_sort> */ \
777 _fmt(OP_SORT_REVERSE, N_("sort messages in reverse order")) \
778 /* L10N: Help screen description for OP_SUBSCRIBE_PATTERN */ \
779 /* Browser: <op_subscribe_pattern> */ \
780 _fmt(OP_SUBSCRIBE_PATTERN, N_("subscribe to newsgroups matching a pattern")) \
781 /* L10N: Help screen description for OP_TAG */ \
782 /* Index: <op_tag> */ \
783 _fmt(OP_TAG, N_("tag the current entry")) \
784 /* L10N: Help screen description for OP_TAG_PREFIX */ \
785 _fmt(OP_TAG_PREFIX, N_("apply next function to tagged messages")) \
786 /* L10N: Help screen description for OP_TAG_PREFIX_COND */ \
787 _fmt(OP_TAG_PREFIX_COND, N_("apply next function ONLY to tagged messages")) \
788 /* L10N: Help screen description for OP_TAG_SUBTHREAD */ \
789 /* Index: <op_tag_thread> */ \
790 _fmt(OP_TAG_SUBTHREAD, N_("tag the current subthread")) \
791 /* L10N: Help screen description for OP_TAG_THREAD */ \
792 /* Index: <op_tag_thread> */ \
793 _fmt(OP_TAG_THREAD, N_("tag the current thread")) \
794 /* L10N: Help screen description for OP_TOGGLE_MAILBOXES */ \
795 /* Browser: <op_toggle_mailboxes> */ \
796 _fmt(OP_TOGGLE_MAILBOXES, N_("toggle whether to browse mailboxes or all files")) \
797 /* L10N: Help screen description for OP_TOGGLE_NEW */ \
798 /* Index: <op_toggle_new> */ \
799 _fmt(OP_TOGGLE_NEW, N_("toggle a message's 'new' flag")) \
800 /* L10N: Help screen description for OP_TOGGLE_READ */ \
801 /* Index: <op_main_limit> */ \
802 _fmt(OP_TOGGLE_READ, N_("toggle view of read messages")) \
803 /* L10N: Help screen description for OP_TOGGLE_WRITE */ \
804 /* Index: <op_toggle_write> */ \
805 _fmt(OP_TOGGLE_WRITE, N_("toggle whether the mailbox will be rewritten")) \
806 /* L10N: Help screen description for OP_TOP_PAGE */ \
807 /* Menu: <menu_movement> */ \
808 _fmt(OP_TOP_PAGE, N_("move to the top of the page")) \
809 /* L10N: Help screen description for OP_UNCATCHUP */ \
810 /* Browser: <op_catchup> */ \
811 _fmt(OP_UNCATCHUP, N_("mark all articles in newsgroup as unread")) \
812 /* L10N: Help screen description for OP_UNDELETE */ \
813 /* Alias Dialog: <op_delete> */ \
814 /* Postponed Dialog: <op_delete> */ \
815 /* Index: <op_undelete> */ \
816 _fmt(OP_UNDELETE, N_("undelete the current entry")) \
817 /* L10N: Help screen description for OP_UNDELETE_SUBTHREAD */ \
818 /* Index: <op_undelete_thread> */ \
819 _fmt(OP_UNDELETE_SUBTHREAD, N_("undelete all messages in subthread")) \
820 /* L10N: Help screen description for OP_UNDELETE_THREAD */ \
821 /* Index: <op_undelete_thread> */ \
822 _fmt(OP_UNDELETE_THREAD, N_("undelete all messages in thread")) \
823 /* L10N: Help screen description for OP_UNSUBSCRIBE_PATTERN */ \
824 /* Browser: <op_subscribe_pattern> */ \
825 _fmt(OP_UNSUBSCRIBE_PATTERN, N_("unsubscribe from newsgroups matching a pattern")) \
826 /* L10N: Help screen description for OP_VERSION */ \
827 /* Global: <op_version> */ \
828 _fmt(OP_VERSION, N_("show the NeoMutt version number and date")) \
829 /* L10N: Help screen description for OP_VIEW_ATTACHMENTS */ \
830 /* Index: <op_view_attachments> */ \
831 /* Pager: <op_view_attachments> */ \
832 _fmt(OP_VIEW_ATTACHMENTS, N_("show MIME attachments")) \
833 /* L10N: Help screen description for OP_VIEW_RAW_MESSAGE */ \
834 /* Index: <op_edit_raw_message> */ \
835 _fmt(OP_VIEW_RAW_MESSAGE, N_("show the raw message")) \
836 /* L10N: Help screen description for OP_WHAT_KEY */ \
837 /* Global: <op_what_key> */ \
838 _fmt(OP_WHAT_KEY, N_("display the keycode for a key press")) \
839

◆ OPS_CRYPT

#define OPS_CRYPT ( _fmt)
Value:
/* L10N: Help screen description for OP_DECRYPT_COPY */ \
/* Index: <op_save> */ \
_fmt(OP_DECRYPT_COPY, N_("make decrypted copy")) \
/* L10N: Help screen description for OP_DECRYPT_SAVE */ \
/* Index: <op_save> */ \
_fmt(OP_DECRYPT_SAVE, N_("make decrypted copy and delete")) \
/* L10N: Help screen description for OP_EXTRACT_KEYS */ \
/* Attach Dialog: <op_extract_keys> */ \
/* Index: <op_extract_keys> */ \
_fmt(OP_EXTRACT_KEYS, N_("extract supported public keys")) \
/* L10N: Help screen description for OP_FORGET_PASSPHRASE */ \
/* Attach Dialog: <op_forget_passphrase> */ \
/* Compose Dialog: <op_forget_passphrase> */ \
/* Index: <op_forget_passphrase> */ \
_fmt(OP_FORGET_PASSPHRASE, N_("wipe passphrases from memory")) \

Definition at line 840 of file opcodes.h.

840#define OPS_CRYPT(_fmt) \
841 /* L10N: Help screen description for OP_DECRYPT_COPY */ \
842 /* Index: <op_save> */ \
843 _fmt(OP_DECRYPT_COPY, N_("make decrypted copy")) \
844 /* L10N: Help screen description for OP_DECRYPT_SAVE */ \
845 /* Index: <op_save> */ \
846 _fmt(OP_DECRYPT_SAVE, N_("make decrypted copy and delete")) \
847 /* L10N: Help screen description for OP_EXTRACT_KEYS */ \
848 /* Attach Dialog: <op_extract_keys> */ \
849 /* Index: <op_extract_keys> */ \
850 _fmt(OP_EXTRACT_KEYS, N_("extract supported public keys")) \
851 /* L10N: Help screen description for OP_FORGET_PASSPHRASE */ \
852 /* Attach Dialog: <op_forget_passphrase> */ \
853 /* Compose Dialog: <op_forget_passphrase> */ \
854 /* Index: <op_forget_passphrase> */ \
855 _fmt(OP_FORGET_PASSPHRASE, N_("wipe passphrases from memory")) \
856

◆ OPS_ENVELOPE

#define OPS_ENVELOPE ( _fmt)

Definition at line 857 of file opcodes.h.

857#define OPS_ENVELOPE(_fmt) \
858 /* L10N: Help screen description for OP_ENVELOPE_EDIT_BCC */ \
859 /* Envelope Window: <op_envelope_edit_bcc> */ \
860 _fmt(OP_ENVELOPE_EDIT_BCC, N_("edit the BCC list")) \
861 /* L10N: Help screen description for OP_ENVELOPE_EDIT_CC */ \
862 /* Envelope Window: <op_envelope_edit_cc> */ \
863 _fmt(OP_ENVELOPE_EDIT_CC, N_("edit the CC list")) \
864 /* L10N: Help screen description for OP_ENVELOPE_EDIT_FCC */ \
865 /* Envelope Window: <op_envelope_edit_fcc> */ \
866 _fmt(OP_ENVELOPE_EDIT_FCC, N_("enter a file to save a copy of this message in")) \
867 /* L10N: Help screen description for OP_ENVELOPE_EDIT_FOLLOWUP_TO */ \
868 /* Envelope Window: <op_envelope_edit_followup_to> */ \
869 _fmt(OP_ENVELOPE_EDIT_FOLLOWUP_TO, N_("edit the Followup-To field")) \
870 /* L10N: Help screen description for OP_ENVELOPE_EDIT_FROM */ \
871 /* Envelope Window: <op_envelope_edit_from> */ \
872 _fmt(OP_ENVELOPE_EDIT_FROM, N_("edit the from field")) \
873 /* L10N: Help screen description for OP_ENVELOPE_EDIT_HEADERS */ \
874 /* Compose Dialog: <op_envelope_edit_headers> */ \
875 _fmt(OP_ENVELOPE_EDIT_HEADERS, N_("edit the message with headers")) \
876 /* L10N: Help screen description for OP_ENVELOPE_EDIT_NEWSGROUPS */ \
877 /* Envelope Window: <op_envelope_edit_newsgroups> */ \
878 _fmt(OP_ENVELOPE_EDIT_NEWSGROUPS, N_("edit the newsgroups list")) \
879 /* L10N: Help screen description for OP_ENVELOPE_EDIT_REPLY_TO */ \
880 /* Envelope Window: <op_envelope_edit_reply_to> */ \
881 _fmt(OP_ENVELOPE_EDIT_REPLY_TO, N_("edit the Reply-To field")) \
882 /* L10N: Help screen description for OP_ENVELOPE_EDIT_SUBJECT */ \
883 /* Envelope Window: <op_envelope_edit_subject> */ \
884 _fmt(OP_ENVELOPE_EDIT_SUBJECT, N_("edit the subject of this message")) \
885 /* L10N: Help screen description for OP_ENVELOPE_EDIT_TO */ \
886 /* Envelope Window: <op_envelope_edit_to> */ \
887 _fmt(OP_ENVELOPE_EDIT_TO, N_("edit the TO list")) \
888 /* L10N: Help screen description for OP_ENVELOPE_EDIT_X_COMMENT_TO */ \
889 /* Envelope Window: <op_envelope_edit_x_comment_to> */ \
890 _fmt(OP_ENVELOPE_EDIT_X_COMMENT_TO, N_("edit the X-Comment-To field")) \
891

◆ OPS_NOTMUCH

#define OPS_NOTMUCH ( _fmt)
Value:
/* L10N: Help screen description for OP_MAIN_CHANGE_VFOLDER */ \
/* Index: <op_main_change_folder> */ \
_fmt(OP_MAIN_CHANGE_VFOLDER, N_("open a different virtual folder")) \
/* L10N: Help screen description for OP_MAIN_ENTIRE_THREAD */ \
/* Index: <op_main_entire_thread> */ \
_fmt(OP_MAIN_ENTIRE_THREAD, N_("read entire thread of the current message")) \
/* L10N: Help screen description for OP_MAIN_VFOLDER_FROM_QUERY */ \
/* Index: <op_main_vfolder_from_query> */ \
_fmt(OP_MAIN_VFOLDER_FROM_QUERY, N_("generate virtual folder from query")) \
/* L10N: Help screen description for OP_MAIN_VFOLDER_FROM_QUERY_READONLY */ \
/* Index: <op_main_vfolder_from_query> */ \
_fmt(OP_MAIN_VFOLDER_FROM_QUERY_READONLY, N_("generate a read-only virtual folder from query")) \
/* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_BACKWARD */ \
/* Index: <op_main_windowed_vfolder> */ \
_fmt(OP_MAIN_WINDOWED_VFOLDER_BACKWARD, N_("shifts virtual folder time window backwards")) \
/* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_FORWARD */ \
/* Index: <op_main_windowed_vfolder> */ \
_fmt(OP_MAIN_WINDOWED_VFOLDER_FORWARD, N_("shifts virtual folder time window forwards")) \
/* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_RESET */ \
/* Index: <op_main_windowed_vfolder> */ \
_fmt(OP_MAIN_WINDOWED_VFOLDER_RESET, N_("resets virtual folder time window to the present"))

Definition at line 893 of file opcodes.h.

893#define OPS_NOTMUCH(_fmt) \
894 /* L10N: Help screen description for OP_MAIN_CHANGE_VFOLDER */ \
895 /* Index: <op_main_change_folder> */ \
896 _fmt(OP_MAIN_CHANGE_VFOLDER, N_("open a different virtual folder")) \
897 /* L10N: Help screen description for OP_MAIN_ENTIRE_THREAD */ \
898 /* Index: <op_main_entire_thread> */ \
899 _fmt(OP_MAIN_ENTIRE_THREAD, N_("read entire thread of the current message")) \
900 /* L10N: Help screen description for OP_MAIN_VFOLDER_FROM_QUERY */ \
901 /* Index: <op_main_vfolder_from_query> */ \
902 _fmt(OP_MAIN_VFOLDER_FROM_QUERY, N_("generate virtual folder from query")) \
903 /* L10N: Help screen description for OP_MAIN_VFOLDER_FROM_QUERY_READONLY */ \
904 /* Index: <op_main_vfolder_from_query> */ \
905 _fmt(OP_MAIN_VFOLDER_FROM_QUERY_READONLY, N_("generate a read-only virtual folder from query")) \
906 /* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_BACKWARD */ \
907 /* Index: <op_main_windowed_vfolder> */ \
908 _fmt(OP_MAIN_WINDOWED_VFOLDER_BACKWARD, N_("shifts virtual folder time window backwards")) \
909 /* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_FORWARD */ \
910 /* Index: <op_main_windowed_vfolder> */ \
911 _fmt(OP_MAIN_WINDOWED_VFOLDER_FORWARD, N_("shifts virtual folder time window forwards")) \
912 /* L10N: Help screen description for OP_MAIN_WINDOWED_VFOLDER_RESET */ \
913 /* Index: <op_main_windowed_vfolder> */ \
914 _fmt(OP_MAIN_WINDOWED_VFOLDER_RESET, N_("resets virtual folder time window to the present"))

◆ OPS_PGP

#define OPS_PGP ( _fmt)
Value:
/* L10N: Help screen description for OP_ATTACHMENT_ATTACH_KEY */ \
/* Compose Dialog: <op_attachment_attach_key> */ \
_fmt(OP_ATTACHMENT_ATTACH_KEY, N_("attach a PGP public key")) \
/* L10N: Help screen description for OP_CHECK_TRADITIONAL */ \
/* Attach Dialog: <op_check_traditional> */ \
/* Index: <op_check_traditional> */ \
_fmt(OP_CHECK_TRADITIONAL, N_("check for classic PGP")) \
/* L10N: Help screen description for OP_COMPOSE_PGP_MENU */ \
/* Envelope Window: <op_compose_pgp_menu> */ \
_fmt(OP_COMPOSE_PGP_MENU, N_("show PGP options")) \
/* L10N: Help screen description for OP_MAIL_KEY */ \
/* Index: <op_mail_key> */ \
_fmt(OP_MAIL_KEY, N_("mail a PGP public key")) \
/* L10N: Help screen description for OP_VERIFY_KEY */ \
/* GPGME Key Selection Dialog: <op_verify_key> */ \
/* PGP Key Selection Dialog: <op_verify_key> */ \
_fmt(OP_VERIFY_KEY, N_("verify a public key")) \
/* L10N: Help screen description for OP_VIEW_ID */ \
/* GPGME Key Selection Dialog: <op_view_id> */ \
/* PGP Key Selection Dialog: <op_view_id> */ \
_fmt(OP_VIEW_ID, N_("view the key's user id")) \

Definition at line 919 of file opcodes.h.

919#define OPS_PGP(_fmt) \
920 /* L10N: Help screen description for OP_ATTACHMENT_ATTACH_KEY */ \
921 /* Compose Dialog: <op_attachment_attach_key> */ \
922 _fmt(OP_ATTACHMENT_ATTACH_KEY, N_("attach a PGP public key")) \
923 /* L10N: Help screen description for OP_CHECK_TRADITIONAL */ \
924 /* Attach Dialog: <op_check_traditional> */ \
925 /* Index: <op_check_traditional> */ \
926 _fmt(OP_CHECK_TRADITIONAL, N_("check for classic PGP")) \
927 /* L10N: Help screen description for OP_COMPOSE_PGP_MENU */ \
928 /* Envelope Window: <op_compose_pgp_menu> */ \
929 _fmt(OP_COMPOSE_PGP_MENU, N_("show PGP options")) \
930 /* L10N: Help screen description for OP_MAIL_KEY */ \
931 /* Index: <op_mail_key> */ \
932 _fmt(OP_MAIL_KEY, N_("mail a PGP public key")) \
933 /* L10N: Help screen description for OP_VERIFY_KEY */ \
934 /* GPGME Key Selection Dialog: <op_verify_key> */ \
935 /* PGP Key Selection Dialog: <op_verify_key> */ \
936 _fmt(OP_VERIFY_KEY, N_("verify a public key")) \
937 /* L10N: Help screen description for OP_VIEW_ID */ \
938 /* GPGME Key Selection Dialog: <op_view_id> */ \
939 /* PGP Key Selection Dialog: <op_view_id> */ \
940 _fmt(OP_VIEW_ID, N_("view the key's user id")) \
941

◆ OPS_SIDEBAR

#define OPS_SIDEBAR ( _fmt)

Definition at line 942 of file opcodes.h.

942#define OPS_SIDEBAR(_fmt) \
943 /* L10N: Help screen description for OP_SIDEBAR_FIRST */ \
944 /* Sidebar: <op_sidebar_first> */ \
945 _fmt(OP_SIDEBAR_FIRST, N_("move the highlight to the first mailbox")) \
946 /* L10N: Help screen description for OP_SIDEBAR_LAST */ \
947 /* Sidebar: <op_sidebar_last> */ \
948 _fmt(OP_SIDEBAR_LAST, N_("move the highlight to the last mailbox")) \
949 /* L10N: Help screen description for OP_SIDEBAR_NEXT */ \
950 /* Sidebar: <op_sidebar_next> */ \
951 _fmt(OP_SIDEBAR_NEXT, N_("move the highlight to next mailbox")) \
952 /* L10N: Help screen description for OP_SIDEBAR_NEXT_NEW */ \
953 /* Sidebar: <op_sidebar_next_new> */ \
954 _fmt(OP_SIDEBAR_NEXT_NEW, N_("move the highlight to next mailbox with new mail")) \
955 /* L10N: Help screen description for OP_SIDEBAR_OPEN */ \
956 /* Sidebar: <op_sidebar_open> */ \
957 _fmt(OP_SIDEBAR_OPEN, N_("open highlighted mailbox")) \
958 /* L10N: Help screen description for OP_SIDEBAR_PAGE_DOWN */ \
959 /* Sidebar: <op_sidebar_page_down> */ \
960 _fmt(OP_SIDEBAR_PAGE_DOWN, N_("scroll the sidebar down 1 page")) \
961 /* L10N: Help screen description for OP_SIDEBAR_PAGE_UP */ \
962 /* Sidebar: <op_sidebar_page_up> */ \
963 _fmt(OP_SIDEBAR_PAGE_UP, N_("scroll the sidebar up 1 page")) \
964 /* L10N: Help screen description for OP_SIDEBAR_PREV */ \
965 /* Sidebar: <op_sidebar_prev> */ \
966 _fmt(OP_SIDEBAR_PREV, N_("move the highlight to previous mailbox")) \
967 /* L10N: Help screen description for OP_SIDEBAR_PREV_NEW */ \
968 /* Sidebar: <op_sidebar_prev_new> */ \
969 _fmt(OP_SIDEBAR_PREV_NEW, N_("move the highlight to previous mailbox with new mail")) \
970 /* L10N: Help screen description for OP_SIDEBAR_TOGGLE_VIRTUAL */ \
971 /* Sidebar: <op_sidebar_toggle_virtual> */ \
972 _fmt(OP_SIDEBAR_TOGGLE_VIRTUAL, N_("toggle between mailboxes and virtual mailboxes")) \
973 /* L10N: Help screen description for OP_SIDEBAR_TOGGLE_VISIBLE */ \
974 /* Sidebar: <op_sidebar_toggle_visible> */ \
975 _fmt(OP_SIDEBAR_TOGGLE_VISIBLE, N_("make the sidebar (in)visible")) \
976

◆ OPS_SMIME

#define OPS_SMIME ( _fmt)
Value:
/* L10N: Help screen description for OP_COMPOSE_SMIME_MENU */ \
/* Envelope Window: <op_compose_smime_menu> */ \
_fmt(OP_COMPOSE_SMIME_MENU, N_("show S/MIME options")) \

Definition at line 977 of file opcodes.h.

977#define OPS_SMIME(_fmt) \
978 /* L10N: Help screen description for OP_COMPOSE_SMIME_MENU */ \
979 /* Envelope Window: <op_compose_smime_menu> */ \
980 _fmt(OP_COMPOSE_SMIME_MENU, N_("show S/MIME options")) \
981

◆ OPS

#define OPS ( _fmt)
Value:
_fmt(OP_NULL, N_("null operation")) \
OPS_ATTACHMENT(_fmt) \
OPS_AUTOCRYPT(_fmt) \
OPS_CORE(_fmt) \
OPS_CRYPT(_fmt) \
OPS_ENVELOPE(_fmt) \
OPS_NOTMUCH(_fmt) \
OPS_PGP(_fmt) \
OPS_SIDEBAR(_fmt) \
OPS_SMIME(_fmt) \

Definition at line 982 of file opcodes.h.

982#define OPS(_fmt) \
983 _fmt(OP_NULL, N_("null operation")) \
984 OPS_ATTACHMENT(_fmt) \
985 OPS_AUTOCRYPT(_fmt) \
986 OPS_CORE(_fmt) \
987 OPS_CRYPT(_fmt) \
988 OPS_ENVELOPE(_fmt) \
989 OPS_NOTMUCH(_fmt) \
990 OPS_PGP(_fmt) \
991 OPS_SIDEBAR(_fmt) \
992 OPS_SMIME(_fmt) \
993

◆ DEFINE_OPS

#define DEFINE_OPS ( opcode,
help_string )
Value:
opcode,

Definition at line 1000 of file opcodes.h.

Enumeration Type Documentation

◆ MuttOps

enum MuttOps

All NeoMutt Opcodes.

Opcodes, e.g. OP_TOGGLE_NEW

Enumerator
OP_MAX 

Definition at line 999 of file opcodes.h.

999 {
1000#define DEFINE_OPS(opcode, help_string) opcode,
1002#undef DEFINE_OPS
1003 OP_MAX,
1004};
#define DEFINE_OPS(opcode, help_string)
Definition opcodes.h:1000
#define OPS(_fmt)
Definition opcodes.h:982
@ OP_MAX
Definition opcodes.h:1003

Function Documentation

◆ opcodes_get_description()

const char * opcodes_get_description ( int op)

Get the description of an opcode.

Parameters
opOpcode, e.g. OP_HELP
Return values
strDescription of the opcode

Definition at line 68 of file opcodes.c.

69{
70 if ((op < OP_REPAINT) || (op >= OP_MAX))
71 return "[UNKNOWN]";
72
73 if (op == OP_ABORT)
74 return "abort the current action";
75 if (op == OP_TIMEOUT)
76 return "timeout occurred";
77 if (op == OP_REPAINT)
78 return "repaint required";
79
80 return OpStrings[op][1];
81}
static const char * OpStrings[][2]
Lookup table mapping an opcode to its name and description e.g.
Definition opcodes.c:37
#define OP_TIMEOUT
1 second with no events
Definition opcodes.h:35
#define OP_REPAINT
Repaint is needed.
Definition opcodes.h:34
#define OP_ABORT
$abort_key pressed (Ctrl-G)
Definition opcodes.h:36
+ Here is the caller graph for this function:

◆ opcodes_get_name()

const char * opcodes_get_name ( int op)

Get the name of an opcode.

Parameters
opOpcode, e.g. OP_HELP
Return values
strName of the opcode

Definition at line 48 of file opcodes.c.

49{
50 if ((op < OP_REPAINT) || (op >= OP_MAX))
51 return "[UNKNOWN]";
52
53 if (op == OP_ABORT)
54 return "OP_ABORT";
55 if (op == OP_TIMEOUT)
56 return "OP_TIMEOUT";
57 if (op == OP_REPAINT)
58 return "OP_REPAINT";
59
60 return OpStrings[op][0];
61}
+ Here is the caller graph for this function: