NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
message.h File Reference

Message logging. More...

#include <libintl.h>
+ Include dependency graph for message.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _(a)   gettext(a)
 
#define N_(a)   (a)
 

Detailed Description

Message logging.

Authors
  • Richard Russon

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 message.h.

Macro Definition Documentation

◆ _

#define _ (   a)    gettext(a)

Definition at line 28 of file message.h.

◆ N_

#define N_ (   a)    (a)

Definition at line 32 of file message.h.