Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
63f2edb6
...
63f2edb60b9c04018f97403cdb6fcbae0218a0cc
authored
2006-01-16 13:02:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(default_setup): Provide defaults for inplacealiases and recursealiases.
1 parent
f897e6be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mail/mail.c
mail/mail.c
View file @
63f2edb
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
2005 Free Software Foundation, Inc.
2005
, 2006
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -268,6 +268,8 @@ static char *default_setup[] = {
"sender mail-followup-to reply-to from"
,
"set nocmd"
,
"set metamail"
,
"set recursivealiases"
,
"set noinplacealiases"
,
/* Start in mail reading mode */
"set mode=read"
,
...
...
Please
register
or
sign in
to post a comment