summaryrefslogtreecommitdiffstats
path: root/group.h
AgeCommit message (Collapse)Author
2016-05-26Fix header file indentation after M_ prefix renaming.Kevin McCarthy
The use of tabs caused misalignment of various macro definitions.
2016-05-09Change M_* symbols to MUTT_*Derek Martin
Changeset 23334e967dd7 created a workaround for a namespace conflict with Solaris and derivatives. After some discussion, the team decided it would be best to move away from using the "M_" prefix for macros. This patch was automatically generated by running: perl -wpi -e 's/\bM_(\w+)\b/MUTT_$1/g' `find . -name '*.[ch]' -print` with the exception that sys_socket.h was exempted. (That file will be backed out subsequent to this commit.) Thanks to Andras Salamon for supplying the perl script used to make this change.
2009-07-28Fix some issues with ungroup [...] *Rocco Rutte
2009-07-23Implement ungroup command. Closes #3304.Rocco Rutte